Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpro_renderer_stream_impl.h123 std::mutex peekMutex; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpro_renderer_stream_impl.cpp384 std::lock_guard lock(peekMutex); in EnqueueBuffer()