Searched refs:WriteArrayToParcel (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aidl/ |
D | Type.h | 57 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,
|
D | Type.cpp | 255 Type::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteArrayToParcel() function in Type 361 BasicType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteArrayToParcel() function in BasicType 422 BooleanType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteArrayToParcel() function in BooleanType 481 CharType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteArrayToParcel() function in CharType 545 StringType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteArrayToParcel() function in StringType 696 IBinderType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteArrayToParcel() function in IBinderType 992 UserDataType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteArrayToParcel() function in UserDataType
|
D | generate_java_binder.cpp | 220 t->WriteArrayToParcel(addTo, v, parcel, flags); in generate_write_to_parcel()
|