HomeSort by relevance Sort by last modified time
    Searched defs:RemoteExceptionType (Results 1 - 2 of 2) sorted by null

  /system/tools/aidl/
type_java.cpp 362 RemoteExceptionType::RemoteExceptionType(const JavaTypeNamespace* types)
366 void RemoteExceptionType::WriteToParcel(StatementBlock* addTo, Variable* v,
371 void RemoteExceptionType::CreateFromParcel(StatementBlock* addTo, Variable* v,
    [all...]
type_java.h 229 class RemoteExceptionType : public Type {
231 explicit RemoteExceptionType(const JavaTypeNamespace* types);
456 const Type* RemoteExceptionType() const { return m_remote_exception_type; }

Completed in 162 milliseconds