Searched refs:jParcel (Results 1 – 2 of 2) sorted by relevance
221 jobject jParcel = android::createJavaParcelObject(env); in nativeToJavaPersistableBundle() local222 if (jParcel == NULL) { in nativeToJavaPersistableBundle()227 android::Parcel* nativeParcel = android::parcelForJavaObject(env, jParcel); in nativeToJavaPersistableBundle()242 jParcel); in nativeToJavaPersistableBundle()337 jobject jParcel = createJavaParcelObject(env); in notify() local338 if (jParcel != NULL) { in notify()339 Parcel* nativeParcel = parcelForJavaObject(env, jParcel); in notify()342 jwhat, jeventType, extra, jParcel); in notify()343 env->DeleteLocalRef(jParcel); in notify()
146 jobject jParcel = createJavaParcelObject(env); in notify() local147 if (jParcel != NULL) { in notify()148 Parcel* nativeParcel = parcelForJavaObject(env, jParcel); in notify()151 msg, ext1, ext2, jParcel); in notify()152 env->DeleteLocalRef(jParcel); in notify()