Home
last modified time | relevance | path

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

/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp537 uint32_t hwcType = HWC2_DISPLAY_CONNECTION_TYPE_INTERNAL; in getDisplayConnectionType() local
538 RET_IF_ERR(halDisplay->getDisplayConnectionType(&hwcType)); in getDisplayConnectionType()
539 h2a::translate(hwcType, *outType); in getDisplayConnectionType()
979 int32_t hwcType; in setLayerCompositionType() local
980 a2h::translate(type, hwcType); in setLayerCompositionType()
981 return halLayer->setLayerCompositionType(hwcType); in setLayerCompositionType()