Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h236 Return<void> getDozeSupport(Display display, in getDozeSupport() function
239 Error err = mHal->getDozeSupport(display, &support); in getDozeSupport()
DComposerHal.h88 virtual Error getDozeSupport(Display display, bool* outSupport) = 0;
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h103 bool getDozeSupport(Display display);
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h253 Error getDozeSupport(Display display, bool* outSupport) override { in getDozeSupport() function
255 int32_t err = mDispatch.getDozeSupport(mDevice, display, &hwc_support); in getDozeSupport()
534 !initDispatch(HWC2_FUNCTION_GET_DOZE_SUPPORT, &mDispatch.getDozeSupport) || in initDispatch()
637 HWC2_PFN_GET_DOZE_SUPPORT getDozeSupport; member
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp528 mComposerClient->getRaw()->getDozeSupport( in TEST_F()
542 if (mComposerClient->getDozeSupport(mPrimaryDisplay)) { in TEST_F()
579 if (mComposerClient->getDozeSupport(mPrimaryDisplay)) { in TEST_F()
625 if (!mComposerClient->getDozeSupport(mPrimaryDisplay)) { in TEST_F()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp228 bool ComposerClient::getDozeSupport(Display display) { in getDozeSupport() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient
230 mClient->getDozeSupport(display, [&](const auto& tmpError, const auto& tmpSupport) { in getDozeSupport()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp380 if (mComposerClient->getDozeSupport(mPrimaryDisplay)) { in TEST_F()
432 if (!mComposerClient->getDozeSupport(mPrimaryDisplay)) { in TEST_F()
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp568 EXPECT_EQ(mComposerClient->getDozeSupport(mPrimaryDisplay), hasDozeSupport); in TEST_F()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h213 HWC2::Error getDozeSupport(int32_t* outSupport);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h200 HWC2::Error getDozeSupport(int32_t* outSupport);
DHWC2On1Adapter.cpp245 displayHook<decltype(&Display::getDozeSupport), in doGetFunction()
246 &Display::getDozeSupport, int32_t*>); in doGetFunction()
735 Error HWC2On1Adapter::Display::getDozeSupport(int32_t* outSupport) in getDozeSupport() function in android::HWC2On1Adapter::Display
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp207 displayHook<decltype(&Display::getDozeSupport), in doGetFunction()
208 &Display::getDozeSupport, int32_t*>); in doGetFunction()
693 Error HWC2On1Adapter::Display::getDozeSupport(int32_t* outSupport) { in getDozeSupport() function in android::HWC2On1Adapter::Display
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal77 * These are optional low power modes. getDozeSupport may be called to
461 getDozeSupport(Display display) generates (Error error, bool support);
544 * queried using getDozeSupport.
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal329 * queried using getDozeSupport.
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal59 * Must be returned by getDisplayCapabilities when getDozeSupport