Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dipctest.c95 guint stream_watch; member
841 if (u->stream_watch != 0) { in start_stream()
842 g_source_remove(u->stream_watch); in start_stream()
843 u->stream_watch = 0; in start_stream()
876 u->stream_watch = g_io_add_watch(u->stream_channel, in start_stream()
900 g_source_remove(u->stream_watch); in stop_stream()
901 u->stream_watch = 0; in stop_stream()