Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpro_renderer_stream_impl.cpp210 std::lock_guard lock(enqueueMutex); in Flush()
236 std::unique_lock lock(enqueueMutex); in Drain()
556 std::lock_guard lock(enqueueMutex); in ReturnIndex()
574 std::lock_guard lock(enqueueMutex); in PopWriteBufferIndex()
593 std::lock_guard lock(enqueueMutex); in PopSinkBuffer()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpro_renderer_stream_impl.h122 std::mutex enqueueMutex; variable