Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DFpsReporter.cpp75 std::unordered_set<int32_t> layerIds; in dispatchLayerFps() local
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp149 std::vector<Hwc2::Layer> layerIds; in getChangedCompositionTypes() local
243 std::vector<Hwc2::Layer> layerIds; in getRequests() local
332 std::vector<Hwc2::Layer> layerIds; in getReleaseFences() local
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp1101 float FrameTimeline::computeFps(const std::unordered_set<int32_t>& layerIds) { in computeFps()