Home
last modified time | relevance | path

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

/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp601 std::vector<int32_t> hwcFences(count); in presentDisplay() local
602 RET_IF_ERR(halDisplay->getReleaseFences(&count, hwcLayers.data(), hwcFences.data())); in presentDisplay()
605 h2a::translate(hwcFences, *outReleaseFences); in presentDisplay()