Home
last modified time | relevance | path

Searched refs:notifyPrepared (Results 1 – 15 of 15) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp199 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
207 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
225 notifyPrepared(err); in onPrepare()
242 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
268 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
313 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
323 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
604 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { in notifyPrepared() function in android::AudioSfDecoder
DAacBqToPcmCbRenderer.cpp157 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
166 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
176 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
Dandroid_AudioSfDecoder.h109 void notifyPrepared(status_t prepareRes);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h155 void notifyPrepared(status_t err = OK);
DRTSPSource.cpp103 notifyPrepared(BAD_VALUE); in prepareAsync()
392 notifyPrepared(); in onPollBuffering()
807 notifyPrepared(err); in onSDPLoaded()
834 notifyPrepared(err); in onDisconnected()
DHTTPLiveSource.cpp362 notifyPrepared(); in onSessionNotify()
371 notifyPrepared(err); in onSessionNotify()
DStreamingSource.cpp77 notifyPrepared(); in prepareAsync()
DGenericSource.cpp517 notifyPrepared(); in finishPrepareAsync()
543 notifyPrepared(err); in notifyPreparedAndCleanup()
1491 notifyPrepared(); in readBuffer()
DNuPlayer.cpp3011 void NuPlayer::Source::notifyPrepared(status_t err) { in notifyPrepared() function in android::NuPlayer::Source
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.h75 virtual void notifyPrepared(int streamId);
DCameraDeviceBase.h275 virtual void notifyPrepared(int streamId) = 0;
DCamera2ClientBase.cpp311 void Camera2ClientBase<TClientBase>::notifyPrepared(int streamId) { in notifyPrepared() function in android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h184 virtual void notifyPrepared(int streamId);
DCameraDeviceClient.cpp1964 void CameraDeviceClient::notifyPrepared(int streamId) { in notifyPrepared() function in android::CameraDeviceClient
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp6433 listener->notifyPrepared(stream->getId()); in prepare()
6449 listener->notifyPrepared(stream->getId()); in prepare()
6519 listener->notifyPrepared(it->second->getId()); in resume()
6616 listener->notifyPrepared(mCurrentStream->getId()); in threadLoop()