HomeSort by relevance Sort by last modified time
    Searched refs:notifyListener_l (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 315 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(
728 ALOGD("notifyListener_l(%p), (%d, %d, %d)", this, msg, ext1, ext2)
    [all...]
NuPlayerDriver.h 128 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 389 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) {
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_INFO, MEDIA_INFO_BUFFERING_START)
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 284 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);

Completed in 68 milliseconds