Home
last modified time | relevance | path

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

/system/bt/bta/hf_client/
Dbta_hf_client_at.h55 alarm_t* hold_timer; /* AT hold timer */ member
Dbta_hf_client_at.cc175 !alarm_is_scheduled(client_cb->at_cb.hold_timer)) { in bta_hf_client_send_at()
225 alarm_cancel(client_cb->at_cb.hold_timer); in bta_hf_client_stop_at_hold_timer()
230 alarm_set_on_mloop(client_cb->at_cb.hold_timer, BTA_HF_CLIENT_AT_HOLD_TIMEOUT, in bta_hf_client_start_at_hold_timer()
2169 alarm_free(client_cb->at_cb.hold_timer); in bta_hf_client_at_init()
2172 client_cb->at_cb.hold_timer = alarm_new("bta_hf_client.scb_at_hold_timer"); in bta_hf_client_at_init()