Searched refs:onPrepare (Results 1 - 12 of 12) sorted by path

/system/media/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp142 void AacBqToPcmCbRenderer::onPrepare() { function in class:android::AacBqToPcmCbRenderer
143 SL_LOGD("AacBqToPcmCbRenderer::onPrepare()");
166 SL_LOGE("AacBqToPcmCbRenderer::onPrepare(): Error no data source");
173 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate AAC extractor.");
183 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor");
198 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: Could not instantiate decoder.");
205 SL_LOGD("AacBqToPcmCbRenderer::onPrepare() after instantiating decoder");
208 SL_LOGE("AacBqToPcmCbRenderer::onPrepare() Failed to start source/decoder.");
218 // FIXME similar to AudioSfDecoder::onPrepare()
220 // already "good to go" (compare to AudioSfDecoder::onPrepare)
[all...]
H A Dandroid_AudioSfDecoder.cpp158 // GenericPlayer::onPrepare() was called
163 void AudioSfDecoder::onPrepare() { function in class:android::AudioSfDecoder
164 SL_LOGD("AudioSfDecoder::onPrepare()");
187 SL_LOGE("AudioSfDecoder::onPrepare: no data locator set");
194 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef);
227 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor.");
253 SL_LOGE("AudioSfDecoder::onPrepare: Could not find a supported audio track.");
303 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate decoder.");
313 SL_LOGE("AudioSfDecoder::onPrepare: Failed to start source/decoder.");
338 SL_LOGV("AudioSfDecoder::onPrepare
[all...]
H A Dandroid_AudioSfDecoder.h85 virtual void onPrepare();
H A Dandroid_GenericMediaPlayer.cpp251 void GenericMediaPlayer::onPrepare() { function in class:android::GenericMediaPlayer
252 SL_LOGD("GenericMediaPlayer::onPrepare()");
270 GenericPlayer::onPrepare();
271 SL_LOGD("GenericMediaPlayer::onPrepare() done, mStateFlags=0x%x", mStateFlags);
450 * called from GenericMediaPlayer::onPrepare after the MediaPlayer mPlayer is prepared successfully
H A Dandroid_GenericMediaPlayer.h99 virtual void onPrepare();
H A Dandroid_GenericPlayer.cpp306 onPrepare();
385 void GenericPlayer::onPrepare() { function in class:android::GenericPlayer
386 SL_LOGV("GenericPlayer::onPrepare()");
392 SL_LOGD("GenericPlayer::onPrepare() done, mStateFlags=0x%x", mStateFlags);
H A Dandroid_GenericPlayer.h130 virtual void onPrepare();
H A Dandroid_LocAVPlayer.cpp43 void LocAVPlayer::onPrepare() { function in class:android::LocAVPlayer
44 SL_LOGD("LocAVPlayer::onPrepare()");
87 GenericMediaPlayer::onPrepare();
88 SL_LOGD("LocAVPlayer::onPrepare() done");
H A Dandroid_LocAVPlayer.h30 virtual void onPrepare();
H A Dandroid_StreamPlayer.cpp384 void StreamPlayer::onPrepare() { function in class:android::StreamPlayer
385 SL_LOGD("StreamPlayer::onPrepare()");
400 GenericMediaPlayer::onPrepare();
401 SL_LOGD("StreamPlayer::onPrepare() done");
H A Dandroid_StreamPlayer.h110 virtual void onPrepare();
/system/media/wilhelm/src/android/include/
H A DAacBqToPcmCbRenderer.h29 // The implementation mainly overrides AudioSfDecoder::onPrepare() for the specificities
50 virtual void onPrepare();

Completed in 179 milliseconds