Home
last modified time | relevance | path

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

/aosp12/system/bt/hci/src/
H A Dhci_layer.cc71 static int hci_firmware_log_fd = INVALID_FD; variable
292 if (hci_firmware_log_fd != INVALID_FD) { in hci_module_shut_down()
293 hci_close_firmware_log_file(hci_firmware_log_fd); in hci_module_shut_down()
294 hci_firmware_log_fd = INVALID_FD; in hci_module_shut_down()
479 hci_close_firmware_log_file(hci_firmware_log_fd); in hci_timeout_abort()
543 if (hci_firmware_log_fd != INVALID_FD) { in command_timed_out()
562 hci_firmware_log_fd = hci_open_firmware_log_file(); in command_timed_out()
720 if (hci_firmware_log_fd == INVALID_FD) in filter_incoming_event()
721 hci_firmware_log_fd = hci_open_firmware_log_file(); in filter_incoming_event()
723 if (hci_firmware_log_fd != INVALID_FD) in filter_incoming_event()
[all …]