Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockComposer.h73 MOCK_METHOD2(getDozeSupport, Error(Display, bool*));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.h121 virtual Error getDozeSupport(Display display, bool* outSupport) = 0;
366 Error getDozeSupport(Display display, bool* outSupport) override;
DComposerHal.cpp423 Error Composer::getDozeSupport(Display display, bool* outSupport) in getDozeSupport() function in android::Hwc2::impl::Composer
426 mClient->getDozeSupport(display, in getDozeSupport()
DHWC2.cpp458 error = static_cast<Error>(mComposer.getDozeSupport(mId, &dozeSupport)); in setPowerMode()
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_SetPowerModeInternalTest.cpp289 EXPECT_CALL(*test->mComposer, getDozeSupport(Display::HWC_DISPLAY_ID, _)) in setupComposerCallExpectations()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h243 Error getDozeSupport(Display display, bool* outSupport) override;
Dvr_hwc.cpp410 Error VrHwc::getDozeSupport(Display display, bool* outSupport) { in getDozeSupport() function in android::dvr::VrHwc
1012 Error dozeSupportError = getDozeSupport(display, &dozeSupported); in setPowerMode_2_2()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.h86 V2_1::Error getDozeSupport(Display display, bool* outSupport) override;
DFakeComposerClient.cpp304 V2_1::Error FakeComposerClient::getDozeSupport(Display /*display*/, bool* /*outSupport*/) { in getDozeSupport() function in FakeComposerClient