HomeSort by relevance Sort by last modified time
    Searched refs:notifyPrepared (Results 1 - 9 of 9) 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 163 // 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) {
android_AudioSfDecoder.h 117 void notifyPrepared(status_t prepareRes);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerSource.h 125 void notifyPrepared(status_t err = OK);
HTTPLiveSource.cpp 238 notifyPrepared();
247 notifyPrepared(err);
StreamingSource.cpp 49 notifyPrepared();
RTSPSource.cpp 371 notifyPrepared();
629 notifyPrepared(err);
656 notifyPrepared(err);
GenericSource.cpp 369 notifyPrepared();
383 notifyPrepared(err);
    [all...]
NuPlayer.cpp     [all...]

Completed in 935 milliseconds