Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/buffersource/src/
H A Dbuffer_source.cpp149 std::lock_guard<std::mutex> lock(filledQueMutex_); in QueFilledBuffer()
157 std::lock_guard<std::mutex> lock(filledQueMutex_); in DequeFilledBuffer()
170 std::lock_guard<std::mutex> lock(filledQueMutex_); in GetFilledQueSize()
180 std::lock_guard<std::mutex> lock(filledQueMutex_); in GetFilledQueDataSize()
194 std::lock_guard<std::mutex> lock(filledQueMutex_); in GetFilledBuffer()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/buffersource/include/
H A Dbuffer_source.h90 std::mutex filledQueMutex_; variable