Searched refs:hwc_type (Results 1 – 1 of 1) 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()