Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_connection.cpp48 std::lock_guard<std::mutex> lock(bluetoothMutex_); in ~BluetoothConnection()
94 std::lock_guard<std::mutex> lock(bluetoothMutex_); in ConnectBtSco()
187 std::lock_guard<std::mutex> lock(bluetoothMutex_); in IsBtAvailble()
254 std::lock_guard<std::mutex> lock(bluetoothMutex_); in ResetBtConnection()
290 std::lock_guard<std::mutex> lock(bluetoothMutex_); in AddBtDevice()
302 std::lock_guard<std::mutex> lock(bluetoothMutex_); in RemoveBtDevice()
313 std::lock_guard<std::mutex> lock(bluetoothMutex_); in GetBtDevice()
/base/telephony/call_manager/services/bluetooth/include/
Dbluetooth_connection.h83 std::mutex bluetoothMutex_; variable