Searched refs:uuids (Results 1 – 8 of 8) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/ |
D | bluez5-util.c | 176 return !!pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_A2DP_SINK); in device_supports_profile() 178 return !!pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_A2DP_SOURCE); in device_supports_profile() 180 return !!pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_HS) in device_supports_profile() 181 || !!pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_HS_ALT) in device_supports_profile() 182 || !!pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HFP_HF); in device_supports_profile() 184 return !!pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_AG) in device_supports_profile() 185 || !!pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HFP_AG); in device_supports_profile() 522 …d->uuids = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, NULL, pa… in device_create() 576 if (d->uuids) in device_free() 577 pa_hashmap_free(d->uuids); in device_free() [all …]
|
D | bluez5-util.h | 119 pa_hashmap *uuids; /* char* -> char* (hashmap-as-a-set) */ member
|
D | module-bluez5-device.c | 2038 PA_HASHMAP_FOREACH(uuid, d->uuids, state) { in add_card()
|
/third_party/python/Lib/test/ |
D | test_uuid.py | 494 uuids = {} 496 uuids[u] = 1 497 equal(len(uuids.keys()), 1000) 619 uuids = {} 621 uuids[u] = 1 622 equal(len(uuids.keys()), 1000)
|
/third_party/cups-filters/utils/ |
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | InterfaceFile.h | 330 const std::vector<std::pair<Target, std::string>> &uuids() const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStub.cpp | 435 UUIDs = File->uuids(); in NormalizedTBD() 810 for (const auto &IT : File->uuids()) in NormalizedTBD_V4()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkRayTracingUtil.hpp | 508 deUint8 uuids[VK_UUID_SIZE * 2]; member
|