Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp631 Mutex::Autolock _l(mDebugLock); in sendCommand()
1800 Mutex::Autolock _l(mDebugLock); in fillBuffer()
1808 Mutex::Autolock _l(mDebugLock); in fillBuffer()
1968 Mutex::Autolock _l(mDebugLock); in emptyBuffer_l()
1983 Mutex::Autolock _l(mDebugLock); in emptyBuffer_l()
2170 Mutex::Autolock _l(mDebugLock); in handleMessage()
2200 Mutex::Autolock _l(mDebugLock); in handleMessage()
2342 Mutex::Autolock _l(mDebugLock); in onEvent()
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXNodeInstance.h178 Mutex mDebugLock; member