Searched refs:uuids (Results 1 - 9 of 9) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bluez5-util.c | 272 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 D | bluez5-util.h | 156 pa_hashmap *uuids; /* char* -> char* (hashmap-as-a-set) */ member 174 pa_hashmap *uuids; /* char* -> char* (hashmap-as-a-set) */ member
|
H A D | backend-native.c | 972 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 D | module-bluez5-device.c | 2238 PA_HASHMAP_FOREACH(uuid, d->uuids, state) { in add_card()
|
/third_party/cups-filters/utils/ |
H A D | driverless.c | 45 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 D | test_uuid.py | 502 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 D | InterfaceFile.h | 330 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 D | TextStub.cpp | 72 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 D | vkRayTracingUtil.hpp | 512 deUint8 uuids[VK_UUID_SIZE * 2]; member
|
Completed in 17 milliseconds