Home
last modified time | relevance | path

Searched refs:uuids (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.c176 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 …]
Dbluez5-util.h119 pa_hashmap *uuids; /* char* -> char* (hashmap-as-a-set) */ member
Dmodule-bluez5-device.c2038 PA_HASHMAP_FOREACH(uuid, d->uuids, state) { in add_card()
/third_party/python/Lib/test/
Dtest_uuid.py494 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/
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DInterfaceFile.h330 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/
DTextStub.cpp435 UUIDs = File->uuids(); in NormalizedTBD()
810 for (const auto &IT : File->uuids()) in NormalizedTBD_V4()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp508 deUint8 uuids[VK_UUID_SIZE * 2]; member