Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.h560 Mutex& getDisplayMutex() {return mDisplayMutex; }; in getDisplayMutex() function
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.cpp624 Mutex::Autolock lock(mExynosDisplay->getDisplayMutex()); in Callback()