Home
last modified time | relevance | path

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

/system/tools/hidl/
DMethod.h44 enum MethodImplType { enum
52 using MethodImpl = std::map<MethodImplType, std::function<void(Formatter &)>>;
63 bool overridesCppImpl(MethodImplType type) const;
64 bool overridesJavaImpl(MethodImplType type) const;
65 void cppImpl(MethodImplType type, Formatter &out) const;
66 void javaImpl(MethodImplType type, Formatter &out) const;
DMethod.cpp122 void Method::cppImpl(MethodImplType type, Formatter &out) const { in cppImpl()
132 void Method::javaImpl(MethodImplType type, Formatter &out) const { in javaImpl()
142 bool Method::overridesCppImpl(MethodImplType type) const { in overridesCppImpl()
147 bool Method::overridesJavaImpl(MethodImplType type) const { in overridesJavaImpl()