Home
last modified time | relevance | path

Searched defs:typeChain (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp160 std::vector<const Interface*> typeChain = interface.typeChain(); in emitAidl() local
/system/tools/hidl/
DInterface.cpp596 std::vector<const Interface *> Interface::typeChain() const { in typeChain() function in android::Interface
DEnumType.cpp620 std::vector<const EnumType*> EnumType::typeChain() const { in typeChain() function in android::EnumType