OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEDIA_PLAYBACK_COMPLETE
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/include/media/
mediaplayer.h
39
MEDIA_PLAYBACK_COMPLETE
= 2,
/frameworks/base/media/java/android/media/
MediaPlayer.java
[
all
...]
/frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp
245
notifyListener(
MEDIA_PLAYBACK_COMPLETE
, 0, 0);
426
notifyListener(
MEDIA_PLAYBACK_COMPLETE
, 0, 0);
/frameworks/base/cmds/stagefright/
stream.cpp
269
if (msg == MEDIA_ERROR || msg ==
MEDIA_PLAYBACK_COMPLETE
) {
/system/media/wilhelm/src/android/
android_GenericMediaPlayer.cpp
122
case
MEDIA_PLAYBACK_COMPLETE
:
/frameworks/base/media/libmediaplayerservice/
MidiFile.cpp
521
sendEvent(
MEDIA_PLAYBACK_COMPLETE
);
MediaPlayerService.cpp
[
all
...]
/frameworks/base/media/libmedia/
mediaplayer.cpp
649
case
MEDIA_PLAYBACK_COMPLETE
:
/frameworks/media/libvideoeditor/lvpp/
PreviewPlayer.cpp
477
LOGV("
MEDIA_PLAYBACK_COMPLETE
");
484
/* Make sure PreviewPlayer only notifies
MEDIA_PLAYBACK_COMPLETE
once for each clip!
494
* for video and audio, and it will notify
MEDIA_PLAYBACK_COMPLETE
.
497
* PreviewPlayer will notify
MEDIA_PLAYBACK_COMPLETE
again. */
499
notifyListener_l(
MEDIA_PLAYBACK_COMPLETE
);
[
all
...]
PreviewPlayerBase.cpp
708
LOGV("
MEDIA_PLAYBACK_COMPLETE
");
709
notifyListener_l(
MEDIA_PLAYBACK_COMPLETE
);
[
all
...]
VideoEditorPreviewController.cpp
[
all
...]
/frameworks/base/media/libstagefright/
AwesomePlayer.cpp
837
LOGV("
MEDIA_PLAYBACK_COMPLETE
");
838
notifyListener_l(
MEDIA_PLAYBACK_COMPLETE
);
[
all
...]
Completed in 67 milliseconds