OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyListener_l
(Results
1 - 4
of
4
) sorted by null
/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
...]
PreviewPlayer.h
250
void
notifyListener_l
(int msg, int ext1 = 0, int ext2 = 0);
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
368
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) {
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_INFO, MEDIA_INFO_BUFFERING_START)
[
all
...]
/frameworks/av/media/libstagefright/include/
AwesomePlayer.h
275
void
notifyListener_l
(int msg, int ext1 = 0, int ext2 = 0);
Completed in 4391 milliseconds