Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHierarchyTest.h61 std::vector<uint32_t> layerIds; in getTraversalPath() local
71 std::vector<uint32_t> layerIds; in getTraversalPathInZOrder() local
/frameworks/native/services/surfaceflinger/PowerAdvisor/
DSessionLayerMap.cpp40 bool SessionLayerMap::bindSessionIDToLayers(int sessionId, const std::vector<int32_t>& layerIds) { in bindSessionIDToLayers()
DSessionManager.cpp33 std::vector<int32_t> layerIds; in associateSessionToLayers() local
/frameworks/native/services/surfaceflinger/
DFpsReporter.cpp80 std::unordered_set<int32_t> layerIds; in dispatchLayerFps() local
DScreenCaptureOutput.cpp122 std::vector<int32_t> layerIds; in generateLuts() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp174 std::vector<Hwc2::Layer> layerIds; in getChangedCompositionTypes() local
267 std::vector<Hwc2::Layer> layerIds; in getRequests() local
391 std::vector<Hwc2::Layer> layerIds; in getReleaseFences() local
616 std::vector<Hwc2::Layer> layerIds; in getRequestedLuts() local
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp39 std::string layerIdsToString(const std::vector<uint32_t>& layerIds) { in layerIdsToString()
DLayerLifecycleManager.cpp389 std::vector<uint32_t> LayerLifecycleManager::unlinkLayers(const std::vector<uint32_t>& layerIds, in unlinkLayers()
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp1408 float FrameTimeline::computeFps(const std::unordered_set<int32_t>& layerIds) { in computeFps()