Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.c124 static alarm_t *epilog_timer; variable
196 epilog_timer = alarm_new("hci.epilog_timer"); in start_up()
197 if (!epilog_timer) { in start_up()
288 alarm_set(epilog_timer, EPILOG_TIMEOUT_MS, epilog_timer_expired, NULL); in shut_down()
309 alarm_free(epilog_timer); in shut_down()
310 epilog_timer = NULL; in shut_down()
463 alarm_cancel(epilog_timer); in epilog_finished_callback()