Home
last modified time | relevance | path

Searched refs:hwc_support (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h254 int32_t hwc_support = 0; in getDozeSupport() local
255 int32_t err = mDispatch.getDozeSupport(mDevice, display, &hwc_support); in getDozeSupport()
256 *outSupport = hwc_support; in getDozeSupport()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.cpp472 int32_t hwc_support = 0; in getDozeSupport() local
473 auto error = hwc_session_->GetDozeSupport(display, &hwc_support); in getDozeSupport()
475 _hidl_cb(static_cast<Error>(error), hwc_support); in getDozeSupport()