Searched refs:notifyMutex_ (Results 1 – 12 of 12) sorted by relevance
48 std::mutex notifyMutex_; variable
56 std::mutex notifyMutex_; variable
299 std::lock_guard lock(notifyMutex_); in NotifyDisplayActionDone()
53 std::lock_guard<std::mutex> notifyLock(notifyMutex_); in SetDisplayState()
1639 std::lock_guard<std::mutex> notifyLock(sessionDisplayPowerController_->notifyMutex_); in TryToCancelScreenOff()1665 std::lock_guard<std::mutex> notifyLock(sessionDisplayPowerController_->notifyMutex_); in ForceSkipScreenOffAnimation()
119 mutable std::shared_mutex notifyMutex_; variable
388 std::unique_lock<std::shared_mutex> lock(notifyMutex_); in SetNotifiedCallback()
321 static inline std::mutex notifyMutex_; variable
1515 std::unique_lock<std::mutex> lock(notifyMutex_); in CheckAndWaitPreFirstLevelDrawableNotify()
156 std::mutex notifyMutex_; variable
991 std::lock_guard<decltype(notifyMutex_)> lock(notifyMutex_); in DoNotifyChange()
1002 std::shared_lock<std::shared_mutex> lock(notifyMutex_); in CommitAndReleaseNotifyData()