Home | History | Annotate | Download | only in android

Lines Matching defs:onPrepare

158 //    GenericPlayer::onPrepare() was called
163 void AudioSfDecoder::onPrepare() {
164 SL_LOGD("AudioSfDecoder::onPrepare()");
187 SL_LOGE("AudioSfDecoder::onPrepare: no data locator set");
194 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef);
229 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor.");
255 SL_LOGE("AudioSfDecoder::onPrepare: Could not find a supported audio track.");
305 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate decoder.");
315 SL_LOGE("AudioSfDecoder::onPrepare: Failed to start source/decoder.");
340 SL_LOGV("AudioSfDecoder::onPrepare: no need to prefetch");
363 GenericPlayer::onPrepare();
364 SL_LOGD("AudioSfDecoder::onPrepare() done, mStateFlags=0x%x", mStateFlags);
606 // Do not call the superclass onPrepare to notify, because it uses a default error
608 // GenericPlayer::onPrepare();
610 SL_LOGD("AudioSfDecoder::onPrepare() done, mStateFlags=0x%x", mStateFlags);
766 // FIXME similar to onPrepare()