Home
last modified time | relevance | path

Searched refs:RemoteExceptionType (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dtype_java.cpp362 RemoteExceptionType::RemoteExceptionType(const JavaTypeNamespace* types) in RemoteExceptionType() function in android::aidl::java::RemoteExceptionType
366 void RemoteExceptionType::WriteToParcel(StatementBlock* addTo, Variable* v, in WriteToParcel()
371 void RemoteExceptionType::CreateFromParcel(StatementBlock* addTo, Variable* v, in CreateFromParcel()
824 m_remote_exception_type = new class RemoteExceptionType(this); in Init()
Dgenerate_java_binder.cpp111 onTransact->exceptions.push_back(types->RemoteExceptionType()); in StubClass()
295 decl->exceptions.push_back(types->RemoteExceptionType()); in generate_method()
395 proxy->exceptions.push_back(types->RemoteExceptionType()); in generate_method()
Dtype_java.h229 class RemoteExceptionType : public Type {
231 explicit RemoteExceptionType(const JavaTypeNamespace* types);
456 const Type* RemoteExceptionType() const { return m_remote_exception_type; } in RemoteExceptionType() function