Home
last modified time | relevance | path

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

/system/tools/hidl/
DInterface.h132 struct InterfaceAndMethod { struct
133 InterfaceAndMethod(const Interface *iface, Method *method) in InterfaceAndMethod() argument
136 Method *method() const { return mMethod; } in method()
137 const Interface *interface() const { return mInterface; } in interface()
141 Method *mMethod;