Searched defs:layerIds (Results 1 – 6 of 6) sorted by relevance
80 std::unordered_set<int32_t> layerIds; in dispatchLayerFps() local
77 std::vector<uint32_t> layerIds; in getTraversalPath() local87 std::vector<uint32_t> layerIds; in getTraversalPathInZOrder() local
167 std::vector<Hwc2::Layer> layerIds; in getChangedCompositionTypes() local260 std::vector<Hwc2::Layer> layerIds; in getRequests() local384 std::vector<Hwc2::Layer> layerIds; in getReleaseFences() local
388 std::vector<uint32_t> LayerLifecycleManager::unlinkLayers(const std::vector<uint32_t>& layerIds, in unlinkLayers()
39 std::string layerIdsToString(const std::vector<uint32_t>& layerIds) { in layerIdsToString()
1298 float FrameTimeline::computeFps(const std::unordered_set<int32_t>& layerIds) { in computeFps()