Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h347 bool isDispOffAsyncSupported() { return mDisplayOffAsync; }; in isDispOffAsyncSupported() function
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp2332 const bool isAsyncOff = needModeClear && exynosDevice->isDispOffAsyncSupported() && in clearDisplay()