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

  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 501 void AwesomePlayer::notifyListener_l(int msg, int ext1, int ext2) {
557 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
573 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
587 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
594 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_END);
614 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
621 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_END);
692 notifyListener_l(
717 notifyListener_l(MEDIA_PLAYBACK_COMPLETE);
961 notifyListener_l(MEDIA_SEEK_COMPLETE)
    [all...]
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 241 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);

Completed in 83 milliseconds