Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_client_stub_impl.cpp577 std::lock_guard<std::mutex> lockCbMap(capturerStateChangeMutex_); in AddCapturerStateChangeCallback()
584 std::lock_guard<std::mutex> lockCbMap(capturerStateChangeMutex_); in RemoveCapturerStateChangeCallback()
591 std::lock_guard<std::mutex> lockCbMap(capturerStateChangeMutex_); in GetCapturerStateChangeCallbackSize()
600 std::lock_guard<std::mutex> lockCbMap(capturerStateChangeMutex_); in OnCapturerStateChange()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_client_stub_impl.h147 mutable std::mutex capturerStateChangeMutex_; variable