Searched refs:hwc_type (Results 1 – 2 of 2) sorted by relevance
246 int32_t hwc_type = HWC2_DISPLAY_TYPE_INVALID; in getDisplayType() local247 int32_t err = mDispatch.getDisplayType(mDevice, display, &hwc_type); in getDisplayType()248 *outType = static_cast<IComposerClient::DisplayType>(hwc_type); in getDisplayType()
464 int32_t hwc_type; in getDisplayType() local465 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()