Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp371 std::vector<Hwc2::Layer> layerIds; in getChangedCompositionTypes() local
374 mId, &layerIds, &types); in getChangedCompositionTypes()
375 uint32_t numElements = layerIds.size(); in getChangedCompositionTypes()
385 auto layer = getLayerById(layerIds[element]); in getChangedCompositionTypes()
393 " on display %" PRIu64, layerIds[element], mId); in getChangedCompositionTypes()
474 std::vector<Hwc2::Layer> layerIds; in getRequests() local
477 mId, &intDisplayRequests, &layerIds, &layerRequests); in getRequests()
478 uint32_t numElements = layerIds.size(); in getRequests()
488 auto layer = getLayerById(layerIds[element]); in getRequests()
495 PRIu64, layerIds[element], mId); in getRequests()
[all …]