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

/frameworks/base/tools/aidl/
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

Completed in 152 milliseconds