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

/frameworks/native/include/binder/
H A DParcel.h429 status_t writeRawNullableParcelable(const Parcelable*
877 return writeRawNullableParcelable(parcelable.get());
/frameworks/native/libs/binder/include/binder/
H A DParcel.h429 status_t writeRawNullableParcelable(const Parcelable*
877 return writeRawNullableParcelable(parcelable.get());
/frameworks/native/libs/binder/
H A DParcel.cpp1109 status_t Parcel::writeRawNullableParcelable(const Parcelable* parcelable) { function in class:android::Parcel

Completed in 23 milliseconds