Home
last modified time | relevance | path

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

/system/tools/hidl/
DType.cpp314 for (const Type* ancestor = this; ancestor != nullptr; ancestor = ancestor->parent()) { in checkForwardReferenceRestrictions() local
315 if (ancestor == refTypeParent) return OK; in checkForwardReferenceRestrictions()
DInterface.cpp466 for (const auto* ancestor : superTypeChain()) { in resolveInheritance() local
467 serial += ancestor->mUserMethods.size(); in resolveInheritance()
/system/libhidl/transport/base/1.0/
DIBase.hal20 * The ancestor for all interfaces.
/system/media/camera/docs/
Dmetadata_model.py346 for ancestor in p.find_parents(lambda x: not isinstance(x, Metadata)):
347 ancestor._leafs.remove(p)