Lines Matching defs:onPrepare
160 // GenericPlayer::onPrepare() was called
165 void AudioSfDecoder::onPrepare() {
166 SL_LOGD("AudioSfDecoder::onPrepare()");
189 SL_LOGE("AudioSfDecoder::onPrepare: no data locator set");
197 SL_LOGE("AudioSfDecoder::onPrepare(): Error opening %s", mDataLocator.uriRef);
232 SL_LOGE("AudioSfDecoder::onPrepare: Could not instantiate extractor.");
258 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()