Home
last modified time | relevance | path

Searched refs:old_parent (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
DCallChainJoiner.cpp151 CacheNode* old_parent = GetParent(child); in LinkParent() local
152 if (old_parent != nullptr) { in LinkParent()
153 DecreaseChildCountOfNode(old_parent); in LinkParent()
166 CacheNode* old_parent = GetParent(child); in UnlinkParent() local
167 if (old_parent != nullptr) { in UnlinkParent()
168 DecreaseChildCountOfNode(old_parent); in UnlinkParent()
/system/media/camera/docs/
Dmetadata_model.py578 old_parent = entry.parent
584 if old_parent is not None and old_parent != parent:
587 %(old_parent.name, parent.name, entry.name)