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

/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp163 // All error returns from this method are via notifyPrepared(status) followed by "return".
189 notifyPrepared(MEDIA_ERROR_BASE);
197 notifyPrepared(MEDIA_ERROR_BASE);
215 notifyPrepared(err);
232 notifyPrepared(ERROR_UNSUPPORTED);
258 notifyPrepared(ERROR_UNSUPPORTED);
308 notifyPrepared(ERROR_UNSUPPORTED);
318 notifyPrepared(MEDIA_ERROR_BASE);
599 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { function in class:android::AudioSfDecoder
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1948 void NuPlayer::Source::notifyPrepared(status_t err) { function in class:android::NuPlayer::Source

Completed in 503 milliseconds