Home
last modified time | relevance | path

Searched refs:uuids (Results 1 - 9 of 9) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c272 show_hfp = pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HFP_HF); in pa_bluetooth_device_supports_profile()
281 r = !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_A2DP_SINK) && in pa_bluetooth_device_supports_profile()
282 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_A2DP_SOURCE)); in pa_bluetooth_device_supports_profile()
285 r = !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_A2DP_SOURCE) && in pa_bluetooth_device_supports_profile()
286 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_A2DP_SINK)); in pa_bluetooth_device_supports_profile()
290 && ( !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_HS) && in pa_bluetooth_device_supports_profile()
291 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_HSP_AG)) || in pa_bluetooth_device_supports_profile()
292 !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_HS_ALT) && in pa_bluetooth_device_supports_profile()
293 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_HSP_AG)) ); in pa_bluetooth_device_supports_profile()
296 r = !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_A in pa_bluetooth_device_supports_profile()
[all...]
H A Dbluez5-util.h156 pa_hashmap *uuids; /* char* -> char* (hashmap-as-a-set) */ member
174 pa_hashmap *uuids; /* char* -> char* (hashmap-as-a-set) */ member
H A Dbackend-native.c972 if (p == PA_BLUETOOTH_PROFILE_HSP_HS && pa_hashmap_get(d->uuids, PA_BLUETOOTH_UUID_HFP_HF)) { in profile_new_connection()
1098 !pa_hashmap_get(a->uuids, PA_BLUETOOTH_UUID_HSP_AG)) in adapter_uuids_changed_cb()
1102 !pa_hashmap_get(a->uuids, PA_BLUETOOTH_UUID_HSP_HS)) in adapter_uuids_changed_cb()
1106 !pa_hashmap_get(a->uuids, PA_BLUETOOTH_UUID_HFP_AG)) in adapter_uuids_changed_cb()
H A Dmodule-bluez5-device.c2238 PA_HASHMAP_FOREACH(uuid, d->uuids, state) { in add_card()
/third_party/cups-filters/utils/
H A Ddriverless.c45 static cups_array_t *uuids = NULL; variable
327 if (!txt_uuid[0] || !cupsArrayFind(uuids, txt_uuid)) { in listPrintersInArray()
330 if (txt_uuid[0]) cupsArrayAdd(uuids, strdup(txt_uuid)); in listPrintersInArray()
742 uuids = cupsArrayNew((cups_array_func_t)strcmp, NULL); in main()
/third_party/python/Lib/test/
H A Dtest_uuid.py502 uuids = {}
504 uuids[u] = 1
505 equal(len(uuids.keys()), 1000)
627 uuids = {}
629 uuids[u] = 1
630 equal(len(uuids.keys()), 1000)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DInterfaceFile.h330 const std::vector<std::pair<Target, std::string>> &uuids() const { in uuids() function in llvm::MachO::InterfaceFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp72 uuids: [ armv7:... ] # Optional: List of architecture and UUID pairs.
113 uuids: [ armv7:... ] # Optional: List of architecture and UUID pairs.
158 uuids: # Optional: List of target and UUID pairs.
435 UUIDs = File->uuids(); in NormalizedTBD()
810 for (const auto &IT : File->uuids()) in NormalizedTBD_V4()
1025 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValues()
1056 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValuesV4()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.hpp512 deUint8 uuids[VK_UUID_SIZE * 2]; member

Completed in 17 milliseconds