Home
last modified time | relevance | path

Searched refs:switchDeviceMutex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp157 std::mutex switchDeviceMutex_; member in OHOS::AudioStandard::BluetoothRendererSinkInner
1168 std::lock_guard<std::mutex> lock(switchDeviceMutex_); in SetSinkMuteForSwitchDevice()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp250 std::mutex switchDeviceMutex_; member in OHOS::AudioStandard::AudioRendererSinkInner
1686 std::lock_guard<std::mutex> lock(switchDeviceMutex_); in SetSinkMuteForSwitchDevice()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1897 std::mutex switchDeviceMutex_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp6041 std::lock_guard<std::mutex> lock(switchDeviceMutex_); in SwitchDevice()