Searched refs:hwcType (Results 1 – 1 of 1) sorted by relevance
537 uint32_t hwcType = HWC2_DISPLAY_CONNECTION_TYPE_INTERNAL; in getDisplayConnectionType() local538 RET_IF_ERR(halDisplay->getDisplayConnectionType(&hwcType)); in getDisplayConnectionType()539 h2a::translate(hwcType, *outType); in getDisplayConnectionType()979 int32_t hwcType; in setLayerCompositionType() local980 a2h::translate(type, hwcType); in setLayerCompositionType()981 return halLayer->setLayerCompositionType(hwcType); in setLayerCompositionType()