Home
last modified time | relevance | path

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