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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp315 notifyListener_l(MEDIA_STOPPED);
349 notifyListener_l(MEDIA_PAUSED);
372 notifyListener_l(MEDIA_PAUSED);
409 notifyListener_l(MEDIA_PAUSED);
476 notifyListener_l(MEDIA_PREPARED);
485 notifyListener_l(MEDIA_STOPPED);
658 notifyListener_l(wasSeeking ? MEDIA_SEEK_COMPLETE : MEDIA_PREPARED);
723 notifyListener_l(msg, ext1, ext2, in);
726 void NuPlayerDriver::notifyListener_l( function in class:android::NuPlayerDriver
728 ALOGD("notifyListener_l(
[all...]
H A DNuPlayerDriver.h128 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp389 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE);
525 notifyListener_l(MEDIA_STOPPED);
643 void AwesomePlayer::notifyListener_l(int msg, int ext1, int ext2) { function in class:android::AwesomePlayer
710 notifyListener_l(
733 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
748 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
761 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
786 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
798 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
816 notifyListener_l(MEDIA_INF
[all...]
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h284 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);

Completed in 478 milliseconds