Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc108 static std::recursive_mutex commands_pending_response_mutex; variable
256 std::lock_guard<std::recursive_mutex> lock(commands_pending_response_mutex); in hci_module_shut_down()
278 std::lock_guard<std::recursive_mutex> lock(commands_pending_response_mutex); in hci_module_shut_down()
357 std::lock_guard<std::recursive_mutex> lock(commands_pending_response_mutex); in event_finish_startup()
366 std::lock_guard<std::recursive_mutex> lock(commands_pending_response_mutex); in startup_timer_expired()
393 std::lock_guard<std::recursive_mutex> lock(commands_pending_response_mutex); in event_command_ready()
446 std::unique_lock<std::recursive_mutex> lock(commands_pending_response_mutex); in command_timed_out()
638 std::lock_guard<std::recursive_mutex> lock(commands_pending_response_mutex); in get_waiting_command()
656 std::lock_guard<std::recursive_mutex> lock(commands_pending_response_mutex); in get_num_waiting_commands()
661 std::lock_guard<std::recursive_mutex> lock(commands_pending_response_mutex); in update_command_response_timer()