Searched refs:RemoteExceptionType (Results 1 – 3 of 3) sorted by relevance
362 RemoteExceptionType::RemoteExceptionType(const JavaTypeNamespace* types) in RemoteExceptionType() function in android::aidl::java::RemoteExceptionType366 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()
111 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()
229 class RemoteExceptionType : public Type {231 explicit RemoteExceptionType(const JavaTypeNamespace* types);456 const Type* RemoteExceptionType() const { return m_remote_exception_type; } in RemoteExceptionType() function