Searched refs:getDozeSupport (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockComposer.h | 79 MOCK_METHOD2(getDozeSupport, Error(Display, bool*));
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_SetPowerModeInternalTest.cpp | 285 EXPECT_CALL(*test->mComposer, getDozeSupport(Display::HWC_DISPLAY_ID, _)) in setupComposerCallExpectations()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | AidlComposerHal.h | 107 Error getDozeSupport(Display display, bool* outSupport) override;
|
D | ComposerHal.h | 146 virtual Error getDozeSupport(Display display, bool* outSupport) = 0;
|
D | HidlComposerHal.h | 208 Error getDozeSupport(Display display, bool* outSupport) override;
|
D | HidlComposerHal.cpp | 520 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()
|
D | HWC2.cpp | 656 error = static_cast<Error>(mComposer.getDozeSupport(mId, &dozeSupport)); in loadDisplayCapabilities()
|
D | AidlComposerHal.cpp | 592 Error AidlComposer::getDozeSupport(Display display, bool* outSupport) { in getDozeSupport() function in android::Hwc2::AidlComposer
|