Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_frametracer_fuzzer.cpp73 std::vector<int32_t> layerIds; in generateLayerIds() local
80 void FrameTracerFuzzer::traceTimestamp(std::vector<int32_t> layerIds, size_t numLayerIds) { in traceTimestamp()
89 void FrameTracerFuzzer::traceFence(std::vector<int32_t> layerIds, size_t numLayerIds) { in traceFence()
107 std::vector<int32_t> layerIds = generateLayerIds(numLayerIds); in process() local
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DCompositionRefreshArgs.h38 std::vector<int32_t> layerIds; member
/frameworks/native/services/surfaceflinger/
DFpsReporter.cpp76 std::unordered_set<int32_t> layerIds; in dispatchLayerFps() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHierarchyTest.h72 std::vector<uint32_t> layerIds; in getTraversalPath() local
82 std::vector<uint32_t> layerIds; in getTraversalPathInZOrder() local
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp36 std::string layerIdsToString(const std::vector<uint32_t>& layerIds) { in layerIdsToString()
DLayerLifecycleManager.cpp385 std::vector<uint32_t> LayerLifecycleManager::unlinkLayers(const std::vector<uint32_t>& layerIds, in unlinkLayers()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp163 std::vector<Hwc2::Layer> layerIds; in getChangedCompositionTypes() local
257 std::vector<Hwc2::Layer> layerIds; in getRequests() local
364 std::vector<Hwc2::Layer> layerIds; in getReleaseFences() local
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp1124 float FrameTimeline::computeFps(const std::unordered_set<int32_t>& layerIds) { in computeFps()