HomeSort by relevance Sort by last modified time
    Searched defs:supportsDoze (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 631 bool supportsDoze = false;
632 auto error = hwcDisplay->supportsDoze(&supportsDoze);
634 LOG_HWC_ERROR("supportsDoze", error, displayId);
637 if (!supportsDoze) {
HWC2.cpp 507 Error Display::supportsDoze(bool* outSupport) const

Completed in 53 milliseconds