Home
last modified time | relevance | path

Searched refs:hasOtherDisplayOn (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h348 bool hasOtherDisplayOn(ExynosDisplay *display);
DExynosDevice.cpp283 bool ExynosDevice::hasOtherDisplayOn(ExynosDisplay *display) { in hasOtherDisplayOn() function in ExynosDevice
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp468 if (mDevice->hasOtherDisplayOn(this)) { in setPowerOn()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp2333 !exynosDevice->hasOtherDisplayOn(mExynosDisplay) && !mIsFirstClean; in clearDisplay()