Home
last modified time | relevance | path

Searched refs:jParcel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaDrm.cpp221 jobject jParcel = android::createJavaParcelObject(env); in nativeToJavaPersistableBundle() local
222 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() local
338 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()
Dandroid_media_MediaPlayer.cpp146 jobject jParcel = createJavaParcelObject(env); in notify() local
147 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()