Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp192 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
200 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
218 notifyPrepared(err); in onPrepare()
235 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
261 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
305 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
315 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
596 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.h115 void notifyPrepared(status_t prepareRes);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp87 notifyPrepared(BAD_VALUE); in prepareAsync()
359 notifyPrepared(); in onPollBuffering()
717 notifyPrepared(err); in onSDPLoaded()
744 notifyPrepared(err); in onDisconnected()
DNuPlayerSource.h135 void notifyPrepared(status_t err = OK);
DHTTPLiveSource.cpp320 notifyPrepared(); in onSessionNotify()
329 notifyPrepared(err); in onSessionNotify()
DStreamingSource.cpp65 notifyPrepared(); in prepareAsync()
DGenericSource.cpp491 notifyPrepared(); in finishPrepareAsync()
514 notifyPrepared(err); in notifyPreparedAndCleanup()
DNuPlayer.cpp2444 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.h205 virtual void notifyPrepared(int streamId) = 0;
DCamera2ClientBase.cpp301 void Camera2ClientBase<TClientBase>::notifyPrepared(int streamId) { in notifyPrepared() function in android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h162 virtual void notifyPrepared(int streamId);
DCameraDeviceClient.cpp1013 void CameraDeviceClient::notifyPrepared(int streamId) { in notifyPrepared() function in android::CameraDeviceClient
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp3755 mListener->notifyPrepared(stream->getId()); in prepare()
3771 mListener->notifyPrepared(stream->getId()); in prepare()
3849 mListener->notifyPrepared(mCurrentStream->getId()); in threadLoop()