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

/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.cpp368 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE);
497 notifyListener_l(MEDIA_STOPPED);
614 void AwesomePlayer::notifyListener_l(int msg, int ext1, int ext2) { function in class:android::AwesomePlayer
681 notifyListener_l(
704 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
721 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
734 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
759 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
771 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
789 notifyListener_l(MEDIA_INF
[all...]
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h275 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);

Completed in 131 milliseconds