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

/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp154 notifyPrepared(ERROR_UNSUPPORTED);
169 notifyPrepared(ERROR_UNSUPPORTED);
179 notifyPrepared(MEDIA_ERROR_BASE);
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
H A Dandroid_AudioSfDecoder.h117 void notifyPrepared(status_t prepareRes);

Completed in 489 milliseconds