Home
last modified time | relevance | path

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

/aosp12/system/bt/hci/src/
H A Dhci_layer.cc117 static alarm_t* command_response_timer; variable
224 command_response_timer = alarm_new("hci.command_response_timer"); in hci_module_start_up()
225 if (!command_response_timer) { in hci_module_start_up()
272 alarm_free(command_response_timer); in hci_module_shut_down()
273 command_response_timer = NULL; in hci_module_shut_down()
621 if (alarm_is_scheduled(command_response_timer)) { in handle_root_inflammation_event()
622 alarm_cancel(command_response_timer); in handle_root_inflammation_event()
626 alarm_free(command_response_timer); in handle_root_inflammation_event()
627 command_response_timer = NULL; in handle_root_inflammation_event()
800 if (command_response_timer == NULL) return; in update_command_response_timer()
[all …]