Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.h112 std::mutex playerImplCbMutex_; variable
H A Dplayer_impl.cpp532 std::unique_lock<std::mutex> lock(playerImplCbMutex_); in OnError()