Searched refs:framework_mutex (Results 1 – 1 of 1) sorted by relevance
43 static auto& framework_mutex = *new std::mutex(); variable44 static int framework_fd GUARDED_BY(framework_mutex) = -1;45 static auto& connected_keys GUARDED_BY(framework_mutex) = *new std::vector<std::string>;102 REQUIRES(framework_mutex) { in adbd_send_key_message_locked()135 std::lock_guard<std::mutex> lock(framework_mutex); in adb_disconnected()149 std::lock_guard<std::mutex> lock(framework_mutex); in framework_disconnected()176 std::lock_guard<std::mutex> lock(framework_mutex); in adbd_auth_confirm_key()195 std::lock_guard<std::mutex> lock(framework_mutex); in adbd_auth_listener()226 std::lock_guard<std::mutex> lock(framework_mutex); in adbd_notify_framework_connected_key()