Searched refs:bluetoothStateMutex_ (Results 1 – 2 of 2) sorted by relevance
165 std::lock_guard<std::mutex> lock(bluetoothStateMutex_); in SetBluetoothState()171 std::lock_guard<std::mutex> lock(bluetoothStateMutex_); in GetBluetoothState()210 std::lock_guard<std::mutex> lock(bluetoothStateMutex_); in OnReceiveEvent()
63 std::mutex bluetoothStateMutex_; variable