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

  /frameworks/av/media/libaah_rtp/
aah_tx_player.cpp 372 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
485 notifyListener_l(MEDIA_PREPARED);
619 notifyListener_l(MEDIA_SEEK_COMPLETE);
843 void AAH_TXPlayer::notifyListener_l(int msg, int ext1, int ext2) {
919 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
937 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
950 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
957 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_END);
982 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
989 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_END)
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 373 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
461 notifyListener_l(
507 notifyListener_l(MEDIA_PLAYBACK_COMPLETE);
910 notifyListener_l(0xAAAAAAAA);
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 351 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE);
586 void AwesomePlayer::notifyListener_l(int msg, int ext1, int ext2) {
653 notifyListener_l(
676 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
693 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
706 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
713 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_END);
732 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
744 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
764 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START)
    [all...]

Completed in 112 milliseconds