Searched refs:cppParcel (Results 1 – 1 of 1) sorted by relevance
62 Parcel cppParcel; in cpp2ndk() local63 RETURN_IF_ERROR(cpp.writeToParcel(&cppParcel)); in cpp2ndk()67 ndkParcel.get(), cppParcel.data(), cppParcel.dataSize()))); in cpp2ndk()87 Parcel cppParcel; in ndk2cpp() local88 RETURN_IF_ERROR(cppParcel.setData(parcelData.data(), parcelData.size())); in ndk2cpp()90 RETURN_IF_ERROR(cpp.readFromParcel(&cppParcel)); in ndk2cpp()