Searched defs:supportsDoze (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp631 bool supportsDoze = false; local
632 auto error = hwcDisplay->supportsDoze(&supportsDoze);
634 LOG_HWC_ERROR("supportsDoze", error, displayId);
637 if (!supportsDoze) {
H A DHWC2.cpp507 Error Display::supportsDoze(bool* outSupport) const function in class:HWC2::Display

Completed in 45 milliseconds