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.cpp255 Type::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:Type
259 addTo->Add(new LiteralExpression("/* WriteArrayToParcel error "
361 BasicType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BasicType
422 BooleanType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:BooleanType
481 CharType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:CharType
545 StringType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:StringType
696 IBinderType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) function in class:IBinderType
992 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 1506 milliseconds