Home
last modified time | relevance | path

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

/system/tools/hidl/
DMethod.h52 using MethodImpl = std::map<MethodImplType, std::function<void(Formatter &)>>; variable
87 MethodImpl cppImpl,
88 MethodImpl javaImpl);
122 MethodImpl mCppImpl;
123 MethodImpl mJavaImpl;
DMethod.cpp47 MethodImpl cppImpl, in fillImplementation()
48 MethodImpl javaImpl) { in fillImplementation()