HomeSort by relevance Sort by last modified time
    Searched refs:notifyPrepared (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/src/android/
AacBqToPcmCbRenderer.cpp 154 notifyPrepared(ERROR_UNSUPPORTED);
169 notifyPrepared(ERROR_UNSUPPORTED);
179 notifyPrepared(MEDIA_ERROR_BASE);
android_AudioSfDecoder.cpp 162 // 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) {
android_AudioSfDecoder.h 117 void notifyPrepared(status_t prepareRes);

Completed in 210 milliseconds