Home | History | Annotate | Download | only in android

Lines Matching full:notify

61 // Map a media_event_type enum (the msg of an IMediaPlayerClient::notify) to a string or NULL
116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) {
117 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
122 SL_LOGW("MediaPlayerNotificationClient::notify after GenericMediaPlayer destroyed");
145 // Or alternatively, we could notify unconditionally and let it decide whether to handle.
147 genericMediaPlayer->notify(PLAYEREVENT_VIDEO_SIZE_UPDATE,
157 genericMediaPlayer->notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
176 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_ERROR, ext1=%s (%d), ext2=%d)",
184 genericMediaPlayer->notify(PLAYEREVENT_ERRORAFTERPREPARE, ext1, true /*async*/);
194 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_INFO, ext1=%s (%d), ext2=%d)",
379 // notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
557 notify(PLAYEREVENT_CHANNEL_COUNT, channelCount, true /*async*/);
575 // if the data source was local, and the buffers are considered full so we need to notify that