Home
last modified time | relevance | path

Searched defs:lockPrepare (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.cpp127 std::unique_lock<std::mutex> lockPrepare(prepareMutex_); in PrepareSound() local
185 std::lock_guard<std::mutex> lockPrepare(prepareMutex_); in ReleaseSound() local
275 std::lock_guard<std::mutex> lockPrepare(prepareMutex_); in NotifyPreparedEvent() local
284 std::lock_guard<std::mutex> lockPrepare(prepareMutex_); in NotifyErrorEvent() local
H A Daudio_haptic_sound_normal_impl.cpp112 std::unique_lock<std::mutex> lockPrepare(prepareMutex_); in ResetAVPlayer() local
174 std::lock_guard<std::mutex> lockPrepare(prepareMutex_); in ReleaseSound() local
271 std::lock_guard<std::mutex> lockPrepare(prepareMutex_); in NotifyPreparedEvent() local
280 std::lock_guard<std::mutex> lockPrepare(prepareMutex_); in NotifyErrorEvent() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_mock.cpp58 std::unique_lock<std::mutex> lockPrepare(mutexCond_); in PrepareSync() local