Searched defs:prepareAsync (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/media/libmediaplayerservice/
H A DTestPlayerStub.h83 virtual status_t prepareAsync() {return mPlayer->prepareAsync();} function in class:android::TestPlayerStub
H A DMidiFile.cpp190 status_t MidiFile::prepareAsync() function in class:android::MidiFile
192 LOGV("MidiFile::prepareAsync");
H A DStagefrightPlayer.cpp83 status_t StagefrightPlayer::prepareAsync() { function in class:android::StagefrightPlayer
84 return mPlayer->prepareAsync();
H A DMediaPlayerService.cpp921 status_t MediaPlayerService::Client::prepareAsync() function in class:android::MediaPlayerService::Client
923 LOGV("[%d] prepareAsync", mConnId);
926 status_t ret = p->prepareAsync();
1182 player->prepareAsync();
1229 player->prepareAsync();
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp103 status_t NuPlayerDriver::prepareAsync() { function in class:android::NuPlayerDriver
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp74 virtual status_t prepareAsync() {return OK;} function in class:__anon958::Player
/frameworks/base/media/libmedia/
H A DIMediaPlayer.cpp125 status_t prepareAsync() function in class:android::BpMediaPlayer
346 reply->writeInt32(prepareAsync());
H A Dmediaplayer.cpp237 return mPlayer->prepareAsync();
239 LOGE("prepareAsync called in state %d", mCurrentState);
243 // TODO: In case of error, prepareAsync provides the caller with 2 error codes,
272 status_t MediaPlayer::prepareAsync() function in class:android::MediaPlayer
274 LOGV("prepareAsync");
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp92 status_t VideoEditorPlayer::prepareAsync() { function in class:android::VideoEditorPlayer
93 return mPlayer->prepareAsync();
H A DPreviewPlayerBase.cpp1633 status_t PreviewPlayerBase::prepareAsync() { function in class:android::PreviewPlayerBase
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java94 * {@link #prepareAsync()} in the <em>Idle</em> state for both cases. If any of these
144 * {@link #prepareAsync()}, or one of the overloaded <code>setDataSource
171 * returns, or a call to {@link #prepareAsync()} (asynchronous) which
185 * thrown if {@link #prepare()} or {@link #prepareAsync()} is called in
231 * until {@link #prepare()} or {@link #prepareAsync()} are called to set
338 * <tr><td>prepareAsync </p></td>
371 * prepare() or prepareAsync().</p></td></tr>
881 * call prepare() or prepareAsync(). For files, it is OK to call prepare(),
892 * call prepare() or prepareAsync(). For streams, you should call prepareAsync(),
898 public native void prepareAsync() throws IllegalStateException; method in class:MediaPlayer
[all...]
/frameworks/base/media/libstagefright/
H A DAwesomePlayer.cpp1909 status_t AwesomePlayer::prepareAsync() { function in class:android::AwesomePlayer

Completed in 170 milliseconds