Searched refs:WriteToParcel (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aidl/
H A DType.h21 // WriteToParcel flags
48 virtual void WriteToParcel(StatementBlock* addTo, Variable* v,
103 virtual void WriteToParcel(StatementBlock* addTo, Variable* v,
140 virtual void WriteToParcel(StatementBlock* addTo, Variable* v,
165 virtual void WriteToParcel(StatementBlock* addTo, Variable* v,
193 virtual void WriteToParcel(StatementBlock* addTo, Variable* v,
220 virtual void WriteToParcel(StatementBlock* addTo, Variable* v,
231 virtual void WriteToParcel(StatementBlock* addTo, Variable* v,
242 virtual void WriteToParcel(StatementBlock* addTo, Variable* v,
253 virtual void WriteToParcel(StatementBloc
[all...]
H A DType.cpp228 Type::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:Type
232 addTo->Add(new LiteralExpression("/* WriteToParcel error "
343 BasicType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BasicType
401 BooleanType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BooleanType
462 CharType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:CharType
527 StringType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:StringType
591 CharSequenceType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:CharSequenceType
645 RemoteExceptionType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:RemoteExceptionType
664 RuntimeExceptionType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:RuntimeExceptionType
684 IBinderType::WriteToParcel(StatementBloc function in class:IBinderType
723 IInterfaceType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:IInterfaceType
743 BinderType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BinderType
764 BinderProxyType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BinderProxyType
785 ParcelType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:ParcelType
804 ParcelableInterfaceType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:ParcelableInterfaceType
823 MapType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:MapType
869 ListType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:ListType
926 UserDataType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:UserDataType
1050 InterfaceType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:InterfaceType
1115 GenericType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:GenericType
1156 GenericListType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:GenericListType
[all...]
H A Dgenerate_java_binder.cpp217 t->WriteToParcel(addTo, v, parcel, flags);

Completed in 970 milliseconds