Home
last modified time | relevance | path

Searched refs:isInTUI (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp319 if (!mExynosDevice->isInTUI()) { in handleTUIEvent()
325 if (mExynosDevice->isInTUI()) { in handleTUIEvent()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h379 bool isInTUI() { return mIsInTUI; }; in isInTUI() function
DExynosDisplay.cpp3690 if (!mHpdStatus || mDropFrameDuringResSwitch || mPauseDisplay || mDevice->isInTUI()) { in presentDisplay()