Home
last modified time | relevance | path

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

/system/tools/hidl/
DMethod.h38 enum MethodImplType { enum
46 using MethodImpl = std::map<MethodImplType, std::function<void(Formatter &)>>;
59 bool overridesCppImpl(MethodImplType type) const;
60 bool overridesJavaImpl(MethodImplType type) const;
61 void cppImpl(MethodImplType type, Formatter &out) const;
62 void javaImpl(MethodImplType type, Formatter &out) const;
DMethod.cpp72 void Method::cppImpl(MethodImplType type, Formatter &out) const { in cppImpl()
82 void Method::javaImpl(MethodImplType type, Formatter &out) const { in javaImpl()
96 bool Method::overridesCppImpl(MethodImplType type) const { in overridesCppImpl()
101 bool Method::overridesJavaImpl(MethodImplType type) const { in overridesJavaImpl()