Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc69 static int hci_firmware_log_fd = INVALID_FD; variable
290 if (hci_firmware_log_fd != INVALID_FD) { in hci_module_shut_down()
291 hci_close_firmware_log_file(hci_firmware_log_fd); in hci_module_shut_down()
292 hci_firmware_log_fd = INVALID_FD; in hci_module_shut_down()
470 hci_close_firmware_log_file(hci_firmware_log_fd); in hci_timeout_abort()
533 if (hci_firmware_log_fd != INVALID_FD) { in command_timed_out()
552 hci_firmware_log_fd = hci_open_firmware_log_file(); in command_timed_out()
699 if (hci_firmware_log_fd == INVALID_FD) in filter_incoming_event()
700 hci_firmware_log_fd = hci_open_firmware_log_file(); in filter_incoming_event()
702 if (hci_firmware_log_fd != INVALID_FD) in filter_incoming_event()
[all …]