Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h246 int32_t hwc_type = HWC2_DISPLAY_TYPE_INVALID; in getDisplayType() local
247 int32_t err = mDispatch.getDisplayType(mDevice, display, &hwc_type); in getDisplayType()
248 *outType = static_cast<IComposerClient::DisplayType>(hwc_type); in getDisplayType()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.cpp464 int32_t hwc_type; in getDisplayType() local
465 auto error = hwc_session_->GetDisplayType(display, &hwc_type); in getDisplayType()
467 _hidl_cb(static_cast<Error>(error), static_cast<IComposerClient::DisplayType>(hwc_type)); in getDisplayType()