Home
last modified time | relevance | path

Searched refs:AddChild (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
DDominatorTree.cpp47 return AddChild(std::move(new_child)); in TryAddChild()
50 bool DominatorTree::Node::AddChild(std::unique_ptr<Node> new_child) { in AddChild() function in aapt::DominatorTree::Node
73 child->AddChild(std::move(new_child)); in AddChild()
DDominatorTree.h71 bool AddChild(std::unique_ptr<Node> new_child);
/frameworks/native/services/vr/performanced/
Dcpu_set.h41 void AddChild(std::unique_ptr<CpuSet> child);
Dcpu_set.cpp77 group->AddChild(std::move(child)); in Create()
289 void CpuSet::AddChild(std::unique_ptr<CpuSet> child) { in AddChild() function in android::dvr::CpuSet