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,
604 ag.ring_timer = g_timeout_add_seconds(RING_INTERVAL, in sco_connect_cb()
800 if (ag.ring_timer) { in key_press()
801 g_source_remove(ag.ring_timer); in key_press()
802 ag.ring_timer = 0; in key_press()
817 if (ag.ring_timer) { in answer_call()
818 g_source_remove(ag.ring_timer); in answer_call()
819 ag.ring_timer = 0; in answer_call()
855 if (ag.ring_timer) { in terminate_call()
[all …]