Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DConsumerBase.cpp111 Mutex::Autolock lock(mFrameAvailableMutex); in onFrameDequeued()
125 Mutex::Autolock lock(mFrameAvailableMutex); in onFrameCancelled()
139 Mutex::Autolock lock(mFrameAvailableMutex); in onFrameDetached()
153 Mutex::Autolock lock(mFrameAvailableMutex); in onFrameAvailable()
168 Mutex::Autolock lock(mFrameAvailableMutex); in onFrameReplaced()
242 Mutex::Autolock lock(mFrameAvailableMutex); in setFrameAvailableListener()
/frameworks/native/libs/gui/include/gui/
DConsumerBase.h264 Mutex mFrameAvailableMutex; variable