OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyListener_l
(Results
1 - 5
of
5
) sorted by null
/frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp
315
notifyListener_l
(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE);
502
void PreviewPlayerBase::
notifyListener_l
(int msg, int ext1, int ext2) {
567
notifyListener_l
(
590
notifyListener_l
(MEDIA_BUFFERING_UPDATE, 100);
607
notifyListener_l
(MEDIA_BUFFERING_UPDATE, percentage);
619
notifyListener_l
(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
626
notifyListener_l
(MEDIA_INFO, MEDIA_INFO_BUFFERING_END);
653
notifyListener_l
(MEDIA_INFO, MEDIA_INFO_BUFFERING_START);
660
notifyListener_l
(MEDIA_INFO, MEDIA_INFO_BUFFERING_END);
684
notifyListener_l
(
[
all
...]
PreviewPlayer.cpp
365
notifyListener_l
(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
453
notifyListener_l
(
499
notifyListener_l
(MEDIA_PLAYBACK_COMPLETE);
920
notifyListener_l
(0xAAAAAAAA);
[
all
...]
PreviewPlayerBase.h
253
void
notifyListener_l
(int msg, int ext1 = 0, int ext2 = 0);
/frameworks/base/media/libstagefright/
AwesomePlayer.cpp
344
notifyListener_l
(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, ERROR_DRM_NO_LICENSE);
583
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);
765
notifyListener_l
(MEDIA_INFO, MEDIA_INFO_BUFFERING_START)
[
all
...]
/frameworks/base/media/libstagefright/include/
AwesomePlayer.h
274
void
notifyListener_l
(int msg, int ext1 = 0, int ext2 = 0);
Completed in 3913 milliseconds