Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.h130 static std::mutex stopVirtualCallHandleLock_; variable
H A Dbluetooth_device_manager.cpp70 std::mutex HfpBluetoothDeviceManager::stopVirtualCallHandleLock_; member in OHOS::Bluetooth::HfpBluetoothDeviceManager
826 std::lock_guard<std::mutex> handleLock(stopVirtualCallHandleLock_); in HandleStopVirtualCall()
999 std::lock_guard<std::mutex> handleLock(stopVirtualCallHandleLock_); in OnScoStateChanged()