Searched refs:prepareAsync (Results 1 - 25 of 30) sorted by path

12

/frameworks/av/include/media/
H A DIMediaPlayer.h50 virtual status_t prepareAsync() = 0;
H A DMediaPlayerInterface.h139 virtual status_t prepareAsync() = 0;
H A Dmediaplayer.h205 status_t prepareAsync();
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1133 status_t PreviewPlayer::prepareAsync() { function in class:android::PreviewPlayer
1134 ALOGV("prepareAsync");
H A DPreviewPlayer.h58 status_t prepareAsync();
H A DVideoEditorPlayer.cpp96 status_t VideoEditorPlayer::prepareAsync() { function in class:android::VideoEditorPlayer
97 return mPlayer->prepareAsync();
H A DVideoEditorPlayer.h104 virtual status_t prepareAsync();
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp127 status_t prepareAsync() function in class:android::BpMediaPlayer
393 reply->writeInt32(prepareAsync());
H A Dmediaplayer.cpp240 return mPlayer->prepareAsync();
242 ALOGE("prepareAsync called in state %d", mCurrentState);
246 // TODO: In case of error, prepareAsync provides the caller with 2 error codes,
275 status_t MediaPlayer::prepareAsync() function in class:android::MediaPlayer
277 ALOGV("prepareAsync");
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp833 status_t MediaPlayerService::Client::prepareAsync() function in class:android::MediaPlayerService::Client
835 ALOGV("[%d] prepareAsync", mConnId);
838 status_t ret = p->prepareAsync();
1196 player->prepareAsync();
1246 player->prepareAsync();
H A DMediaPlayerService.h311 virtual status_t prepareAsync();
H A DMidiFile.cpp191 status_t MidiFile::prepareAsync() function in class:android::MidiFile
193 ALOGV("MidiFile::prepareAsync");
H A DMidiFile.h42 virtual status_t prepareAsync();
H A DStagefrightPlayer.cpp83 status_t StagefrightPlayer::prepareAsync() { function in class:android::StagefrightPlayer
84 return mPlayer->prepareAsync();
H A DStagefrightPlayer.h46 virtual status_t prepareAsync();
H A DTestPlayerStub.h83 virtual status_t prepareAsync() {return mPlayer->prepareAsync();} function in class:android::TestPlayerStub
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp110 status_t NuPlayerDriver::prepareAsync() { function in class:android::NuPlayerDriver
H A DNuPlayerDriver.h43 virtual status_t prepareAsync();
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1951 status_t AwesomePlayer::prepareAsync() { function in class:android::AwesomePlayer
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h76 status_t prepareAsync();
/frameworks/base/core/java/android/webkit/
H A DHTML5Audio.java235 mMediaPlayer.prepareAsync();
H A DHTML5VideoView.java235 mPlayer.prepareAsync();
/frameworks/base/core/java/android/widget/
H A DVideoView.java242 mMediaPlayer.prepareAsync();
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java98 * {@link #prepareAsync()} in the <em>Idle</em> state for both cases. If any of these
148 * {@link #prepareAsync()}, or one of the overloaded <code>setDataSource
175 * returns, or a call to {@link #prepareAsync()} (asynchronous) which
189 * thrown if {@link #prepare()} or {@link #prepareAsync()} is called in
235 * until {@link #prepare()} or {@link #prepareAsync()} are called to set
342 * <tr><td>prepareAsync </p></td>
375 * prepare() or prepareAsync().</p></td></tr>
996 * call prepare() or prepareAsync(). For files, it is OK to call prepare(),
1007 * call prepare() or prepareAsync(). For streams, you should call prepareAsync(),
1013 public native void prepareAsync() throws IllegalStateException; method in class:MediaPlayer
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp295 // in prepare/prepareAsync covers for this case.
336 process_media_player_call( env, thiz, mp->prepareAsync(), "java/io/IOException", "Prepare Async failed." );
838 {"prepareAsync", "()V", (void *)android_media_MediaPlayer_prepareAsync},

Completed in 153 milliseconds

12