Home | History | Annotate | Download | only in jni

Lines Matching refs:player

224 static sp<MediaPlayer2> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer2>& player)
228 if (player.get()) {
229 player->incStrong((void*)setMediaPlayer);
234 env->SetLongField(thiz, fields.context, (jlong)player.get());
471 // This will fail if the media player has not been initialized yet. This
992 // Sends the request and reply parcels to the media player via the
1351 "The player must be in prepared state.");
1377 "Can not release DRM in an active player state.");