Home
last modified time | relevance | path

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

/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp706 std::vector<int32_t> hwcIntents(count); in getRenderIntents() local
707 RET_IF_ERR(halDisplay->getRenderIntents(hwcMode, &count, hwcIntents.data())); in getRenderIntents()
709 h2a::translate(hwcIntents, *intents); in getRenderIntents()