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

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp162 // All error returns from this method are via notifyPrepared(status) followed by "return".
188 notifyPrepared(MEDIA_ERROR_BASE);
195 notifyPrepared(MEDIA_ERROR_BASE);
213 notifyPrepared(err);
230 notifyPrepared(ERROR_UNSUPPORTED);
256 notifyPrepared(ERROR_UNSUPPORTED);
306 notifyPrepared(ERROR_UNSUPPORTED);
316 notifyPrepared(MEDIA_ERROR_BASE);
597 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { function in class:android::AudioSfDecoder

Completed in 21 milliseconds