Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/
H A DInterface.h168 struct InterfaceAndMethod { struct
169 InterfaceAndMethod(const Interface *iface, Method *method) in InterfaceAndMethod() function
172 Method *method() const { return mMethod; } in method()
173 const Interface *interface() const { return mInterface; } in interface()
178 Method *mMethod;