Searched refs:otherParcel (Results 1 – 1 of 1) sorted by relevance
627 Parcel* otherParcel = reinterpret_cast<Parcel*>(otherNativePtr); in android_os_Parcel_appendFrom() local628 if (otherParcel == NULL) { in android_os_Parcel_appendFrom()632 status_t err = thisParcel->appendFrom(otherParcel, offset, length); in android_os_Parcel_appendFrom()