Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp627 Parcel* otherParcel = reinterpret_cast<Parcel*>(otherNativePtr); in android_os_Parcel_appendFrom() local
628 if (otherParcel == NULL) { in android_os_Parcel_appendFrom()
632 status_t err = thisParcel->appendFrom(otherParcel, offset, length); in android_os_Parcel_appendFrom()