Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.h27 struct InterfaceAndMethod;
66 std::vector<InterfaceAndMethod> allMethodsFromRoot() const;
132 struct InterfaceAndMethod { struct
133 InterfaceAndMethod(const Interface *iface, Method *method) in InterfaceAndMethod() argument
DInterface.cpp560 std::vector<InterfaceAndMethod> Interface::allMethodsFromRoot() const { in allMethodsFromRoot()
561 std::vector<InterfaceAndMethod> v; in allMethodsFromRoot()
566 v.push_back(InterfaceAndMethod(iface, userMethod)); in allMethodsFromRoot()
570 v.push_back(InterfaceAndMethod( in allMethodsFromRoot()