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

  /external/bluetooth/bluez/audio/
sink.c 64 guint retry_id; member in struct:sink
268 sink->retry_id = 0;
320 sink->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
379 sink->retry_id =
667 if (sink->retry_id)
668 g_source_remove(sink->retry_id);
source.c 65 guint retry_id; member in struct:source
221 source->retry_id = 0;
273 source->retry_id = g_timeout_add_seconds(STREAM_SETUP_RETRY_TIMER,
330 source->retry_id =
510 if (source->retry_id)
511 g_source_remove(source->retry_id);

Completed in 37 milliseconds