Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DFpsReporter.cpp80 std::unordered_set<int32_t> layerIds; in dispatchLayerFps() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHierarchyTest.h77 std::vector<uint32_t> layerIds; in getTraversalPath() local
87 std::vector<uint32_t> layerIds; in getTraversalPathInZOrder() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp167 std::vector<Hwc2::Layer> layerIds; in getChangedCompositionTypes() local
260 std::vector<Hwc2::Layer> layerIds; in getRequests() local
384 std::vector<Hwc2::Layer> layerIds; in getReleaseFences() local
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerLifecycleManager.cpp388 std::vector<uint32_t> LayerLifecycleManager::unlinkLayers(const std::vector<uint32_t>& layerIds, in unlinkLayers()
DRequestedLayerState.cpp39 std::string layerIdsToString(const std::vector<uint32_t>& layerIds) { in layerIdsToString()
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp1298 float FrameTimeline::computeFps(const std::unordered_set<int32_t>& layerIds) { in computeFps()