Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:notifyListener

1032                         notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
1034 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
1192 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
1195 notifyListener(MEDIA_INFO, MEDIA_INFO_PLAY_AUDIO_ERROR, err);
1203 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
1206 notifyListener(MEDIA_INFO, MEDIA_INFO_PLAY_VIDEO_ERROR, err);
1255 notifyListener(
1261 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
1282 notifyListener(MEDIA_INFO, MEDIA_INFO_RENDERING_START, 0);
1285 notifyListener(MEDIA_STARTED, 0, 0);
1339 notifyListener(MEDIA_NOTIFY_TIME, timerUs, 0);
1446 notifyListener(MEDIA_TIME_DISCONTINUITY, 0, 0, &in);
1566 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_MALFORMED);
1605 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
2018 notifyListener(MEDIA_SET_VIDEO_SIZE, 0, 0);
2096 notifyListener(
2102 void NuPlayer::notifyListener(int msg, int ext1, int ext2, const Parcel *in) {
2113 driver->notifyListener(msg, ext1, ext2, in);
2535 notifyListener(MEDIA_DRM_INFO, 0 /* ext1 */, 0 /* ext2 */, &parcel);
2561 driver->notifyListener(
2594 notifyListener(MEDIA_BUFFERING_UPDATE, percentage, 0);
2608 notifyListener(MEDIA_INFO, MEDIA_INFO_BUFFERING_START, 0);
2626 notifyListener(MEDIA_INFO, MEDIA_INFO_BUFFERING_END, 0);
2635 notifyListener(MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps);
2652 notifyListener(MEDIA_INFO, MEDIA_INFO_METADATA_UPDATE, 0);
2707 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE);
2737 notifyListener(MEDIA_INFO, MEDIA_INFO_METADATA_UPDATE, 0);
2764 notifyListener(MEDIA_SUBTITLE_DATA, 0, 0, &in);
2777 notifyListener(MEDIA_META_DATA, 0, 0, &in);
2807 notifyListener(MEDIA_TIMED_TEXT, 0, 0, &parcel);
2809 notifyListener(MEDIA_TIMED_TEXT, 0, 0);