Home
last modified time | relevance | path

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

/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp563 std::vector<uint32_t> hwcTypes(count); in getSupportedContentTypes() local
564 RET_IF_ERR(halDisplay->getSupportedContentTypes(&count, hwcTypes.data())); in getSupportedContentTypes()
566 h2a::translate(hwcTypes, *types); in getSupportedContentTypes()