OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteExceptionType
(Results
1 - 3
of
3
) 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; }
generate_java_binder.cpp
138
onTransact->exceptions.push_back(types->
RemoteExceptionType
());
340
decl->exceptions.push_back(types->
RemoteExceptionType
());
517
onTransact_case->exceptions.push_back(types->
RemoteExceptionType
());
565
proxy->exceptions.push_back(types->
RemoteExceptionType
());
Completed in 279 milliseconds