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

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp637 Parcel* otherParcel = reinterpret_cast<Parcel*>(otherNativePtr); local
638 if (otherParcel == NULL) {
642 return thisParcel->compareData(*otherParcel);
652 Parcel* otherParcel = reinterpret_cast<Parcel*>(otherNativePtr); local
653 if (otherParcel == NULL) {
657 status_t err = thisParcel->appendFrom(otherParcel, offset, length);

Completed in 84 milliseconds