Home | History | Annotate | Download | only in android

Lines Matching defs:onPrepare

165 //    GenericPlayer::onPrepare() was called
170 void AudioSfDecoder::onPrepare() {
171 SL_LOGD("AudioSfDecoder::onPrepare()");
194 SL_LOGE("AudioSfDecoder::onPrepare: no data locator set");
202 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef);
237 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor.");
263 SL_LOGE("AudioSfDecoder::onPrepare: Could not find a supported audio track.");
308 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate decoder.");
318 SL_LOGE("AudioSfDecoder::onPrepare: Failed to start source/decoder.");
343 SL_LOGV("AudioSfDecoder::onPrepare: no need to prefetch");
366 GenericPlayer::onPrepare();
367 SL_LOGD("AudioSfDecoder::onPrepare() done, mStateFlags=0x%x", mStateFlags);
609 // Do not call the superclass onPrepare to notify, because it uses a default error
611 // GenericPlayer::onPrepare();
613 SL_LOGD("AudioSfDecoder::onPrepare() done, mStateFlags=0x%x", mStateFlags);
769 // FIXME similar to onPrepare()