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

/system/tools/hidl/
H A DMethod.h44 enum MethodImplType { enum in namespace:android
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;
H A DMethod.cpp122 void Method::cppImpl(MethodImplType type, Formatter &out) const {
132 void Method::javaImpl(MethodImplType type, Formatter &out) const {
146 bool Method::overridesCppImpl(MethodImplType type) const {
151 bool Method::overridesJavaImpl(MethodImplType type) const {

Completed in 90 milliseconds