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

/frameworks/av/media/libaah_rtp/
H A Daah_tx_player.cpp372 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) { function in class:android::AAH_TXPlayer
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_INF
[all...]
H A Daah_tx_player.h107 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp373 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
461 notifyListener_l(
507 notifyListener_l(MEDIA_PLAYBACK_COMPLETE);
910 notifyListener_l(0xAAAAAAAA);
1232 notifyListener_l(MEDIA_SET_VIDEO_SIZE, 0, 0);
1236 notifyListener_l(MEDIA_PREPARED);
1357 notifyListener_l(MEDIA_INFO, 0, mDecVideoTsStoryBoard/1000);
1359 notifyListener_l(MEDIA_INFO, 0,
1381 notifyListener_l(0xBBBBBBBB, updateState, mCurrFramingEffectIndex);
1636 void PreviewPlayer::notifyListener_l(in function in class:android::PreviewPlayer
[all...]
H A DPreviewPlayer.h250 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp351 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE);
586 void AwesomePlayer::notifyListener_l(int msg, int ext1, int ext2) { function in class:android::AwesomePlayer
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_INF
[all...]
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h266 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);

Completed in 51 milliseconds