Searched refs:thisParcel (Results 1 – 1 of 1) sorted by relevance
559 Parcel* thisParcel = reinterpret_cast<Parcel*>(thisNativePtr); in android_os_Parcel_compareData() local560 if (thisParcel == NULL) { in android_os_Parcel_compareData()565 return thisParcel->getOpenAshmemSize(); in android_os_Parcel_compareData()568 return thisParcel->compareData(*otherParcel); in android_os_Parcel_compareData()574 Parcel* thisParcel = reinterpret_cast<Parcel*>(thisNativePtr); in android_os_Parcel_appendFrom() local575 if (thisParcel == NULL) { in android_os_Parcel_appendFrom()580 return thisParcel->getOpenAshmemSize(); in android_os_Parcel_appendFrom()583 status_t err = thisParcel->appendFrom(otherParcel, offset, length); in android_os_Parcel_appendFrom()587 return thisParcel->getOpenAshmemSize(); in android_os_Parcel_appendFrom()