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

/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp544 Parcel* thisParcel = reinterpret_cast<Parcel*>(thisNativePtr); local
545 if (thisParcel == NULL) {
553 status_t err = thisParcel->appendFrom(otherParcel, offset, length);

Completed in 152 milliseconds