Home
last modified time | relevance | path

Searched refs:MEDIA_INFO (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp74 _(MEDIA_INFO) in media_event_type_to_string()
195 case MEDIA_INFO: in notify()
/frameworks/av/include/media/
Dmediaplayer.h54 MEDIA_INFO = 200, enumerator
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1150 notifyListener(MEDIA_INFO, MEDIA_INFO_RENDERING_START, 0); in onMessageReceived()
2165 MEDIA_INFO, MEDIA_INFO_NOT_SEEKABLE, 0); in onSourceNotify()
2210 notifyListener(MEDIA_INFO, MEDIA_INFO_BUFFERING_START, 0); in onSourceNotify()
2227 notifyListener(MEDIA_INFO, MEDIA_INFO_BUFFERING_END, 0); in onSourceNotify()
2236 notifyListener(MEDIA_INFO, MEDIA_INFO_NETWORK_BANDWIDTH, kbps); in onSourceNotify()
2253 notifyListener(MEDIA_INFO, MEDIA_INFO_METADATA_UPDATE, 0); in onSourceNotify()
2338 notifyListener(MEDIA_INFO, MEDIA_INFO_METADATA_UPDATE, 0); in onClosedCaptionNotify()
/frameworks/base/media/java/android/media/
DMediaPlayer.java2329 Message m = mEventHandler.obtainMessage(MEDIA_INFO, res, 0, null); in addSubtitleSource()
2572 Message m = mEventHandler.obtainMessage(MEDIA_INFO, res, 0, null); in addTimedTextSource()
2828 private static final int MEDIA_INFO = 200; field in MediaPlayer
2948 case MEDIA_INFO: in handleMessage()
3053 if (what == MEDIA_INFO && arg1 == MEDIA_INFO_STARTED_AS_NEXT) { in postEventFromNative()
/frameworks/av/media/libmedia/
Dmediaplayer.cpp861 case MEDIA_INFO: in notify()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1285 MEDIA_INFO, MEDIA_INFO_STARTED_AS_NEXT, 0, obj); in notify()
1290 if (MEDIA_INFO == msg && in notify()