HomeSort by relevance Sort by last modified time
    Searched full:retry_id (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
source.c 65 guint retry_id; member in struct:source
249 source->retry_id = 0;
301 source->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
468 source->retry_id =
677 if (source->retry_id)
678 g_source_remove(source->retry_id);
sink.c 64 guint retry_id; member in struct:sink
282 sink->retry_id = 0;
334 sink->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
501 sink->retry_id =
817 if (sink->retry_id)
818 g_source_remove(sink->retry_id);

Completed in 107 milliseconds