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.cpp348 notifyListener_l(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE);
588 void AwesomePlayer::notifyListener_l(int msg, int ext1, int ext2) { function in class:android::AwesomePlayer
655 notifyListener_l(
678 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
695 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
708 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
733 notifyListener_l(MEDIA_BUFFERING_UPDATE, 100);
745 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);
763 notifyListener_l(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
811 notifyListener_l(
[all...]
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h267 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0);

Completed in 12 milliseconds