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

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp549 Parcel* otherParcel = reinterpret_cast<Parcel*>(otherNativePtr); local
550 if (otherParcel == NULL) {
554 status_t err = thisParcel->appendFrom(otherParcel, offset, length);

Completed in 20 milliseconds