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

/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.h83 virtual status_t prepareAsync() {return mPlayer->prepareAsync();} function in class:android::TestPlayerStub
H A DMidiFile.cpp191 status_t MidiFile::prepareAsync() function in class:android::MidiFile
193 ALOGV("MidiFile::prepareAsync");
H A DStagefrightPlayer.cpp83 status_t StagefrightPlayer::prepareAsync() { function in class:android::StagefrightPlayer
84 return mPlayer->prepareAsync();
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();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp110 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:__anon41::Player
/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/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp96 status_t VideoEditorPlayer::prepareAsync() { function in class:android::VideoEditorPlayer
97 return mPlayer->prepareAsync();
H A DPreviewPlayer.cpp1133 status_t PreviewPlayer::prepareAsync() { function in class:android::PreviewPlayer
1134 ALOGV("prepareAsync");
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1951 status_t AwesomePlayer::prepareAsync() { function in class:android::AwesomePlayer
/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...]

Completed in 42 milliseconds