Searched refs:mStateMutex (Results 1 – 7 of 7) sorted by relevance
30 std::scoped_lock lock{mStateMutex}; in configure()67 std::scoped_lock lock{mStateMutex}; in start()103 std::scoped_lock lock{mStateMutex}; in stop()
141 std::mutex mStateMutex; variable147 } mState GUARDED_BY(mStateMutex) = UNINITIALIZED;
381 std::unique_lock lock(mStateMutex); in setListener_vb()413 std::unique_lock lock(mStateMutex); in queue_nb()435 std::unique_lock lock(mStateMutex); in flush_sm()453 std::unique_lock lock(mStateMutex); in drain_nb()465 std::unique_lock lock(mStateMutex); in start()483 std::unique_lock lock(mStateMutex); in start()492 std::unique_lock lock(mStateMutex); in stop()512 std::unique_lock lock(mStateMutex); in stop()521 std::unique_lock lock(mStateMutex); in reset()541 std::unique_lock lock(mStateMutex); in reset()[all …]
403 Mutex::Autolock _l(mStateMutex); in presentDisplay()853 Mutex::Autolock _l(mStateMutex); in getFrameRects()858 Mutex::Autolock _l(mStateMutex); in getLatestFrame()865 Mutex::Autolock _l(mStateMutex); // I hope this is ok... in runVSyncAndWait()873 Mutex::Autolock _l(mStateMutex); in waitUntilFrame()875 android::status_t result = mFramesAvailable.waitRelative(mStateMutex, maxWait.count()); in waitUntilFrame()885 Mutex::Autolock _l(mStateMutex); in clearFrames()
295 mutable android::Mutex mStateMutex; variable
84 Mutex::Autolock l(mStateMutex); in waitUntilIdle()89 res = mStateChanged.waitRelative(mStateMutex, timeout); in waitUntilIdle()232 Mutex::Autolock l(mStateMutex); in threadLoop()238 Mutex::Autolock l(mStateMutex); in threadLoop()
139 Mutex mStateMutex; // Guards mCaptureState variable