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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp301 notifyListener_l(MEDIA_STOPPED);
328 notifyListener_l(MEDIA_PAUSED);
366 notifyListener_l(MEDIA_PAUSED);
424 notifyListener_l(MEDIA_PREPARED);
433 notifyListener_l(MEDIA_STOPPED);
596 notifyListener_l(wasSeeking ? MEDIA_SEEK_COMPLETE : MEDIA_PREPARED);
624 notifyListener_l(msg, ext1, ext2, in);
627 void NuPlayerDriver::notifyListener_l( function in class:android::NuPlayerDriver
690 notifyListener_l(MEDIA_PREPARED);
695 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 202 milliseconds