Lines Matching refs:uuids
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()
777 if (pa_hashmap_get(d->uuids, value)) { in parse_device_property()
783 pa_hashmap_put(d->uuids, uuid, uuid); in parse_device_property()