Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dheadset.c84 guint ring_timer; /* For incoming call indication */ member
94 .ring_timer = 0,
617 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL, in sco_connect_cb()
815 if (ag.ring_timer) { in key_press()
816 g_source_remove(ag.ring_timer); in key_press()
817 ag.ring_timer = 0; in key_press()
832 if (ag.ring_timer) { in answer_call()
833 g_source_remove(ag.ring_timer); in answer_call()
834 ag.ring_timer = 0; in answer_call()
870 if (ag.ring_timer) { in terminate_call()
[all …]