Searched refs:connected_a2dp (Results 1 – 1 of 1) sorted by relevance
27 } connected_a2dp; variable155 if (connected_a2dp.iodev && transport) { in a2dp_transport_state_changed()197 if (connected_a2dp.iodev) { in cras_a2dp_start()200 a2dp_iodev_destroy(connected_a2dp.iodev); in cras_a2dp_start()203 connected_a2dp.iodev = a2dp_iodev_create(transport); in cras_a2dp_start()204 connected_a2dp.device = cras_bt_transport_device(transport); in cras_a2dp_start()206 if (!connected_a2dp.iodev) in cras_a2dp_start()212 return connected_a2dp.device; in cras_a2dp_connected_device()217 if (connected_a2dp.device != device) in cras_a2dp_suspend_connected_device()220 if (connected_a2dp.iodev) { in cras_a2dp_suspend_connected_device()[all …]