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.cpp230 Type::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:Type
234 addTo->Add(new LiteralExpression("/* WriteToParcel error "
345 BasicType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BasicType
403 BooleanType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BooleanType
464 CharType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:CharType
529 StringType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:StringType
593 CharSequenceType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:CharSequenceType
647 RemoteExceptionType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:RemoteExceptionType
666 RuntimeExceptionType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:RuntimeExceptionType
686 IBinderType::WriteToParcel(StatementBloc function in class:IBinderType
725 IInterfaceType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:IInterfaceType
745 BinderType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BinderType
766 BinderProxyType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BinderProxyType
787 ParcelType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:ParcelType
806 ParcelableInterfaceType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:ParcelableInterfaceType
825 MapType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:MapType
871 ListType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:ListType
928 UserDataType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:UserDataType
1052 InterfaceType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:InterfaceType
1117 GenericType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:GenericType
1158 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 565 milliseconds