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

/frameworks/base/tools/aidl/
H A DType.h57 virtual void WriteArrayToParcel(StatementBlock* addTo, Variable* v,
110 virtual void WriteArrayToParcel(StatementBlock* addTo, Variable* v,
147 virtual void WriteArrayToParcel(StatementBlock* addTo, Variable* v,
172 virtual void WriteArrayToParcel(StatementBlock* addTo, Variable* v,
200 virtual void WriteArrayToParcel(StatementBlock* addTo, Variable* v,
258 virtual void WriteArrayToParcel(StatementBlock* addTo, Variable* v,
373 virtual void WriteArrayToParcel(StatementBlock* addTo, Variable* v,
H A DType.cpp257 Type::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:Type
261 addTo->Add(new LiteralExpression("/* WriteArrayToParcel error "
363 BasicType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BasicType
424 BooleanType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BooleanType
483 CharType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:CharType
547 StringType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:StringType
698 IBinderType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:IBinderType
994 UserDataType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:UserDataType
H A Dgenerate_java_binder.cpp220 t->WriteArrayToParcel(addTo, v, parcel, flags);

Completed in 48 milliseconds