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/services/camera/libcameraservice/common/
DCamera2ClientBase.h74 virtual void notifyPrepared(int streamId);
DCameraDeviceBase.h254 virtual void notifyPrepared(int streamId) = 0;
DCamera2ClientBase.cpp308 void Camera2ClientBase<TClientBase>::notifyPrepared(int streamId) { in notifyPrepared() function in android::Camera2ClientBase
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp117 notifyPrepared(BAD_VALUE); in prepareAsync()
397 notifyPrepared(); in onPollBuffering()
842 notifyPrepared(err); in onSDPLoaded()
869 notifyPrepared(err); in onDisconnected()
DNuPlayerSource.h159 void notifyPrepared(status_t err = OK);
DHTTPLiveSource.cpp381 notifyPrepared(); in onSessionNotify()
390 notifyPrepared(err); in onSessionNotify()
DStreamingSource.cpp81 notifyPrepared(); in prepareAsync()
DGenericSource.cpp477 notifyPrepared(); in finishPrepareAsync()
498 notifyPrepared(err); in notifyPreparedAndCleanup()
DNuPlayer.cpp2856 void NuPlayer::Source::notifyPrepared(status_t err) { in notifyPrepared() function in android::NuPlayer::Source
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h166 virtual void notifyPrepared(int streamId);
DCameraDeviceClient.cpp1384 void CameraDeviceClient::notifyPrepared(int streamId) { in notifyPrepared() function in android::CameraDeviceClient
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp4842 listener->notifyPrepared(stream->getId()); in prepare()
4858 listener->notifyPrepared(stream->getId()); in prepare()
4939 listener->notifyPrepared(mCurrentStream->getId()); in threadLoop()