Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp370 std::vector<Hwc2::Layer> layerIds; in getChangedCompositionTypes() local
373 mId, &layerIds, &types); in getChangedCompositionTypes()
374 uint32_t numElements = layerIds.size(); in getChangedCompositionTypes()
384 auto layer = getLayerById(layerIds[element]); in getChangedCompositionTypes()
392 " on display %" PRIu64, layerIds[element], mId); in getChangedCompositionTypes()
473 std::vector<Hwc2::Layer> layerIds; in getRequests() local
476 mId, &intDisplayRequests, &layerIds, &layerRequests); in getRequests()
477 uint32_t numElements = layerIds.size(); in getRequests()
487 auto layer = getLayerById(layerIds[element]); in getRequests()
494 PRIu64, layerIds[element], mId); in getRequests()
[all …]