Lines Matching refs:srcId

158     virtual void notify(int64_t srcId, int msg, int ext1, int ext2,
192 void JNIMediaPlayer2Listener::notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) in notify() argument
201 srcId, msg, ext1, ext2, jParcel); in notify()
206 srcId, msg, ext1, ext2, NULL); in notify()
249 int64_t srcId = 0; in process_media_player_call() local
250 mp->getSrcId(&srcId); in process_media_player_call()
251 mp->notify(srcId, MEDIA2_ERROR, opStatus, 0); in process_media_player_call()
277 JNIEnv *env, jobject thiz, jboolean isCurrent, jlong srcId, in android_media_MediaPlayer2_handleDataSourceUrl() argument
295 ALOGV("handleDataSourceUrl: path %s, srcId %lld", tmp, (long long)srcId); in android_media_MediaPlayer2_handleDataSourceUrl()
305 dsd->mId = srcId; in android_media_MediaPlayer2_handleDataSourceUrl()
336 JNIEnv *env, jobject thiz, jboolean isCurrent, jlong srcId, in android_media_MediaPlayer2_handleDataSourceFD() argument
351 (long long)srcId, fd, nameForFd(fd).c_str(), (long long)offset, (long long)length); in android_media_MediaPlayer2_handleDataSourceFD()
379 dsd->mId = srcId; in android_media_MediaPlayer2_handleDataSourceFD()
397 JNIEnv *env, jobject thiz, jboolean isCurrent, jlong srcId, jobject dataSource) in android_media_MediaPlayer2_handleDataSourceCallback() argument
411 dsd->mId = srcId; in android_media_MediaPlayer2_handleDataSourceCallback()
529 android_media_MediaPlayer2_playNextDataSource(JNIEnv *env, jobject thiz, jlong srcId) in android_media_MediaPlayer2_playNextDataSource() argument
537 process_media_player_call(env, thiz, mp->playNextDataSource((int64_t)srcId), in android_media_MediaPlayer2_playNextDataSource()