/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 236 Return<void> getDozeSupport(Display display, in getDozeSupport() function 239 Error err = mHal->getDozeSupport(display, &support); in getDozeSupport()
|
D | ComposerHal.h | 88 virtual Error getDozeSupport(Display display, bool* outSupport) = 0;
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 103 bool getDozeSupport(Display display);
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 253 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/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 528 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/ |
D | ComposerVts.cpp | 228 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/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 380 if (mComposerClient->getDozeSupport(mPrimaryDisplay)) { in TEST_F() 432 if (!mComposerClient->getDozeSupport(mPrimaryDisplay)) { in TEST_F()
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 568 EXPECT_EQ(mComposerClient->getDozeSupport(mPrimaryDisplay), hasDozeSupport); in TEST_F()
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 213 HWC2::Error getDozeSupport(int32_t* outSupport);
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 200 HWC2::Error getDozeSupport(int32_t* outSupport);
|
D | HWC2On1Adapter.cpp | 245 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/ |
D | HWC2On1Adapter.cpp | 207 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/ |
D | IComposerClient.hal | 77 * 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/ |
D | IComposerClient.hal | 329 * queried using getDozeSupport.
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 59 * Must be returned by getDisplayCapabilities when getDozeSupport
|