Home
last modified time | relevance | path

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

/system/tools/hidl/
DMethod.h46 using MethodImpl = std::map<MethodImplType, std::function<void(Formatter &)>>; variable
78 MethodImpl cppImpl,
79 MethodImpl javaImpl);
110 MethodImpl mCppImpl;
111 MethodImpl mJavaImpl;
DMethod.cpp42 MethodImpl cppImpl, in fillImplementation()
43 MethodImpl javaImpl) { in fillImplementation()
/system/tools/aidl/
Dast_cpp.h228 class MethodImpl : public Declaration {
232 MethodImpl(const std::string& return_type,
237 virtual ~MethodImpl() = default;
251 DISALLOW_COPY_AND_ASSIGN(MethodImpl);
Dast_cpp.cpp262 MethodImpl::MethodImpl(const string& return_type, in MethodImpl() function in android::aidl::cpp::MethodImpl
276 StatementBlock* MethodImpl::GetStatementBlock() { in GetStatementBlock()
280 void MethodImpl::Write(CodeWriter* to) const { in Write()
Dgenerate_cpp.cpp257 unique_ptr<MethodImpl> ret{new MethodImpl{ in DefineClientTransaction()
531 unique_ptr<MethodImpl> on_transact{new MethodImpl{ in BuildServerSource()
607 unique_ptr<MethodImpl> getter(new MethodImpl( in BuildInterfaceSource()
Dast_cpp_unittest.cpp235 MethodImpl m{"return_type", "ClassName", "MethodName", in TEST_F()