Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h347 bool isDispOffAsyncSupported() { return mDisplayOffAsync; }; in isDispOffAsyncSupported()
383 bool mDisplayOffAsync; variable
DExynosDevice.cpp183 mDisplayOffAsync = property_get_bool("vendor.display.async_off.supported", false); in ExynosDevice()