Home
last modified time | relevance | path

Searched refs:producerListenerMutex_ (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/include/
H A Davbuffer_queue_impl.h101 std::mutex producerListenerMutex_; member in OHOS::AVBufferQueueImpl
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue.cpp427 std::lock_guard<std::mutex> lockGuard(producerListenerMutex_); in ReturnBuffer()
622 std::lock_guard<std::mutex> lockGuard(producerListenerMutex_); in ReleaseBuffer()
673 std::lock_guard<std::mutex> lockGuard(producerListenerMutex_); in SetProducerListener()
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue.h256 std::mutex producerListenerMutex_; member in BufferQueue
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp935 std::lock_guard<std::mutex> lockGuard(producerListenerMutex_); in ListenerBufferReleasedCb()
1390 std::lock_guard<std::mutex> lockGuard(producerListenerMutex_); in RegisterProducerReleaseListener()
1397 std::lock_guard<std::mutex> lockGuard(producerListenerMutex_); in UnRegisterProducerReleaseListener()

Completed in 6 milliseconds