Searched refs:suspend_timer (Results 1 – 1 of 1) sorted by relevance
68 guint suspend_timer; member269 if (sep->suspend_timer) { in stream_state_changed()270 g_source_remove(sep->suspend_timer); in stream_state_changed()271 sep->suspend_timer = 0; in stream_state_changed()627 sep->suspend_timer = 0; in suspend_timeout()653 a2dp_sep->suspend_timer = g_timeout_add_seconds(SUSPEND_TIMEOUT, in start_ind()696 if (a2dp_sep->suspend_timer) { in suspend_ind()697 g_source_remove(a2dp_sep->suspend_timer); in suspend_ind()698 a2dp_sep->suspend_timer = 0; in suspend_ind()1488 if (!sep->suspending && sep->suspend_timer) { in a2dp_resume()[all …]