HomeSort by relevance Sort by last modified time
    Searched full:client_socket_mutex_ (Results 1 - 1 of 1) sorted by null

  /system/bt/hci/src/
btsnoop_net.cc 47 static std::mutex client_socket_mutex_; variable
81 std::lock_guard<std::mutex> lock(client_socket_mutex_);
140 std::lock_guard<std::mutex> lock(client_socket_mutex_);

Completed in 58 milliseconds