Lines Matching refs:srcId

164     virtual void notify(int64_t srcId, int msg, int ext1, int ext2,
198 void JNIMediaPlayer2Listener::notify(int64_t srcId, int msg, int ext1, int ext2, in notify() argument
211 srcId, msg, ext1, ext2, out); in notify()
215 srcId, msg, ext1, ext2, NULL); in notify()
258 int64_t srcId = 0; in process_media_player_call() local
259 mp->getSrcId(&srcId); in process_media_player_call()
260 mp->notify(srcId, MEDIA2_ERROR, opStatus, 0); in process_media_player_call()
286 JNIEnv *env, jobject thiz, jboolean isCurrent, jlong srcId, in android_media_MediaPlayer2_handleDataSourceUrl() argument
306 tmp, (long long)srcId, (long long)startPos, (long long)endPos); in android_media_MediaPlayer2_handleDataSourceUrl()
316 dsd->mId = srcId; in android_media_MediaPlayer2_handleDataSourceUrl()
349 JNIEnv *env, jobject thiz, jboolean isCurrent, jlong srcId, in android_media_MediaPlayer2_handleDataSourceFD() argument
365 (long long)srcId, fd, nameForFd(fd).c_str(), (long long)offset, (long long)length, in android_media_MediaPlayer2_handleDataSourceFD()
394 dsd->mId = srcId; in android_media_MediaPlayer2_handleDataSourceFD()
414 JNIEnv *env, jobject thiz, jboolean isCurrent, jlong srcId, jobject dataSource, in android_media_MediaPlayer2_handleDataSourceCallback() argument
429 dsd->mId = srcId; in android_media_MediaPlayer2_handleDataSourceCallback()
549 android_media_MediaPlayer2_playNextDataSource(JNIEnv *env, jobject thiz, jlong srcId) in android_media_MediaPlayer2_playNextDataSource() argument
557 process_media_player_call(env, thiz, mp->playNextDataSource((int64_t)srcId), in android_media_MediaPlayer2_playNextDataSource()
819 android_media_MediaPlayer2_getDuration(JNIEnv *env, jobject thiz, jlong srcId) in android_media_MediaPlayer2_getDuration() argument
827 process_media_player_call( env, thiz, mp->getDuration(srcId, &msec), NULL, NULL ); in android_media_MediaPlayer2_getDuration()
1197 jlong srcId, jbyteArray uuidObj, jbyteArray drmSessionIdObj) in android_media_MediaPlayer2_prepareDrm() argument
1230 status_t err = mp->prepareDrm(srcId, uuid.array(), drmSessionId); in android_media_MediaPlayer2_prepareDrm()
1248 static void android_media_MediaPlayer2_releaseDrm(JNIEnv *env, jobject thiz, jlong srcId) in android_media_MediaPlayer2_releaseDrm() argument
1256 status_t err = mp->releaseDrm(srcId); in android_media_MediaPlayer2_releaseDrm()