Lines Matching refs:pa_hashmap_get

272         show_hfp = pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HFP_HF);
281 r = !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_A2DP_SINK) &&
282 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_A2DP_SOURCE));
285 r = !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_A2DP_SOURCE) &&
286 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_A2DP_SINK));
290 && ( !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_HS) &&
291 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_HSP_AG)) ||
292 !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_HS_ALT) &&
293 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_HSP_AG)) );
296 r = !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_AG) &&
297 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_HSP_HS)) ||
298 !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_AG) &&
299 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_HSP_HS_ALT));
303 && !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HFP_HF) &&
304 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_HFP_AG));
307 r = !!(pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HFP_AG) &&
308 pa_hashmap_get(device->adapter->uuids, PA_BLUETOOTH_UUID_HFP_HF));
416 device = pa_hashmap_get(y->devices, data->device_path);
466 all_endpoints = pa_hashmap_get(is_a2dp_sink ? device->a2dp_sink_endpoints : device->a2dp_source_endpoints,
471 pa_assert_se(capabilities = pa_hashmap_get(all_endpoints, endpoint));
1175 if ((d = pa_hashmap_get(y->devices, path)) && d->valid)
1621 if (pa_hashmap_get(d->uuids, value)) {
1710 if (pa_hashmap_get(a->uuids, value)) {
1819 a = pa_hashmap_get(y->adapters, path);
1972 device = pa_hashmap_get(y->devices, device_path);
2016 endpoints = pa_hashmap_get(codec_endpoints, a2dp_codec_id);
2056 if ((a = pa_hashmap_get(y->adapters, path))) {
2073 if ((d = pa_hashmap_get(y->devices, path))) {
2095 device_set_adapter(d, pa_hashmap_get(d->discovery->adapters, d->adapter_path));
2323 if (!(a = pa_hashmap_get(y->adapters, dbus_message_get_path(m)))) {
2335 if (!(d = pa_hashmap_get(y->devices, dbus_message_get_path(m)))) {
2349 if (!(t = pa_hashmap_get(y->transports, dbus_message_get_path(m))))
2452 if (pa_hashmap_get(y->transports, path)) {
2534 if ((d = pa_hashmap_get(y->devices, dev_path))) {
2636 if ((t = pa_hashmap_get(y->transports, path))) {