Home | History | Annotate | Download | only in jni

Lines Matching full:player

174 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player)
178 if (player.get()) {
179 player->incStrong((void*)setMediaPlayer);
184 env->SetLongField(thiz, fields.context, (jlong)player.get());
358 // This will fail if the media player has not been initialized yet. This
859 // Sends the request and reply parcels to the media player via the
1085 sp<IBinder> binder = defaultServiceManager()->getService(String16("media.player"));
1142 jniThrowException(env, "java/lang/IllegalStateException", "This player not initialized");
1147 jniThrowException(env, "java/lang/IllegalStateException", "That player not initialized");
1152 jniThrowException(env, "java/lang/IllegalArgumentException", "Next player can't be self");
1163 // Pass through the arguments to the MediaServer player implementation.
1193 // Pass through the arguments to the MediaServer player implementation.
1343 "The player must be in prepared state.");
1369 "Can not release DRM in an active player state.");