Home
last modified time | relevance | path

Searched refs:sink_is_active (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/audio/
Dsink.h44 gboolean sink_is_active(struct audio_device *dev);
Dsink.c870 gboolean sink_is_active(struct audio_device *dev) in sink_is_active() function
Dmanager.c221 if (device->sink && sink_is_active(device)) in handle_uuid()