Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.cpp262 amutex_.lock(); in OnInputBufferAvailable()
268 amutex_.unlock(); in OnInputBufferAvailable()
274 amutex_.unlock(); in OnInputBufferAvailable()
281 amutex_.unlock(); in OnInputBufferAvailable()
289 amutex_.unlock(); in OnInputBufferAvailable()
328 amutex_.lock(); in OnOutputBufferAvailable()
332 amutex_.unlock(); in OnOutputBufferAvailable()
337 amutex_.unlock(); in OnOutputBufferAvailable()
350 amutex_.unlock(); in OnOutputBufferAvailable()
367 amutex_.unlock(); in OnOutputBufferAvailable()
[all …]
H A Dsound_parser.h101 std::mutex amutex_; variable