Searched refs:getDozeSupport (Results 1 - 11 of 11) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
H A DComposerVts.h95 bool getDozeSupport(Display display);
/hardware/interfaces/graphics/composer/2.1/
H A 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.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h235 Return<void> getDozeSupport(Display display,
238 Error err = mHal->getDozeSupport(display, &support);
H A DComposerHal.h88 virtual Error getDozeSupport(Display display, bool* outSupport) = 0;
/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DComposerVts.cpp230 bool ComposerClient::getDozeSupport(Display display) { function in class:android::hardware::graphics::composer::V2_1::vts::ComposerClient
232 mClient->getDozeSupport(display, [&](const auto& tmpError, const auto& tmpSupport) {
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h253 Error getDozeSupport(Display display, bool* outSupport) override {
255 int32_t err = mDispatch.getDozeSupport(mDevice, display, &hwc_support);
540 !initDispatch(HWC2_FUNCTION_GET_DOZE_SUPPORT, &mDispatch.getDozeSupport) ||
626 HWC2_PFN_GET_DOZE_SUPPORT getDozeSupport; member in struct:android::hardware::graphics::composer::V2_1::passthrough::detail::HwcHalImpl::__anon1146
/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerV2_1TargetTest.cpp317 if (mComposerClient->getDozeSupport(mPrimaryDisplay)) {
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp207 displayHook<decltype(&Display::getDozeSupport),
208 &Display::getDozeSupport, int32_t*>);
693 Error HWC2On1Adapter::Display::getDozeSupport(int32_t* outSupport) { function in class:android::HWC2On1Adapter::Display
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp245 displayHook<decltype(&Display::getDozeSupport),
246 &Display::getDozeSupport, int32_t*>);
735 Error HWC2On1Adapter::Display::getDozeSupport(int32_t* outSupport) function in class:android::HWC2On1Adapter::Display
H A DHWC2On1Adapter.h200 HWC2::Error getDozeSupport(int32_t* outSupport);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h213 HWC2::Error getDozeSupport(int32_t* outSupport);

Completed in 139 milliseconds