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