Home
last modified time | relevance | path

Searched refs:getDozeSupport (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockComposer.h79 MOCK_METHOD2(getDozeSupport, Error(Display, bool*));
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_SetPowerModeInternalTest.cpp285 EXPECT_CALL(*test->mComposer, getDozeSupport(Display::HWC_DISPLAY_ID, _)) in setupComposerCallExpectations()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DAidlComposerHal.h107 Error getDozeSupport(Display display, bool* outSupport) override;
DComposerHal.h146 virtual Error getDozeSupport(Display display, bool* outSupport) = 0;
DHidlComposerHal.h208 Error getDozeSupport(Display display, bool* outSupport) override;
DHidlComposerHal.cpp520 Error HidlComposer::getDozeSupport(Display display, bool* outSupport) { in getDozeSupport() function in android::Hwc2::HidlComposer
522 mClient->getDozeSupport(display, [&](const auto& tmpError, const auto& tmpSupport) { in getDozeSupport()
DHWC2.cpp656 error = static_cast<Error>(mComposer.getDozeSupport(mId, &dozeSupport)); in loadDisplayCapabilities()
DAidlComposerHal.cpp592 Error AidlComposer::getDozeSupport(Display display, bool* outSupport) { in getDozeSupport() function in android::Hwc2::AidlComposer