Searched refs:notifyListener_l (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp295 notifyListener_l(MEDIA_STOPPED);
329 notifyListener_l(MEDIA_PAUSED);
368 notifyListener_l(MEDIA_PAUSED);
435 notifyListener_l(MEDIA_PREPARED);
444 notifyListener_l(MEDIA_STOPPED);
610 notifyListener_l(wasSeeking ? MEDIA_SEEK_COMPLETE : MEDIA_PREPARED);
638 notifyListener_l(msg, ext1, ext2, in);
641 void NuPlayerDriver::notifyListener_l( function in class:android::NuPlayerDriver
719 notifyListener_l(MEDIA_PREPARED);
724 notifyListener_l(MEDIA_ERRO
[all...]
H A DNuPlayerDriver.h122 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp387 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE);
523 notifyListener_l(MEDIA_STOPPED);
641 void AwesomePlayer::notifyListener_l(int msg, int ext1, int ext2) { function in class:android::AwesomePlayer
708 notifyListener_l(
731 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
746 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
759 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
784 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
796 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
814 notifyListener_l(MEDIA_INF
[all...]
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h280 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);

Completed in 253 milliseconds