Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp195 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
203 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
221 notifyPrepared(err); in onPrepare()
238 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
264 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
309 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare()
319 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
600 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/libmediaplayer2/nuplayer2/
DNuPlayer2Source.h153 void notifyPrepared(status_t err = OK);
DRTSPSource2.cpp101 notifyPrepared(BAD_VALUE); in prepareAsync()
390 notifyPrepared(); in onPollBuffering()
805 notifyPrepared(err); in onSDPLoaded()
832 notifyPrepared(err); in onDisconnected()
DHTTPLiveSource2.cpp363 notifyPrepared(); in onSessionNotify()
372 notifyPrepared(err); in onSessionNotify()
DGenericSource2.cpp446 notifyPrepared(); in finishPrepareAsync()
468 notifyPrepared(err); in notifyPreparedAndCleanup()
1392 notifyPrepared(); in readBuffer()
DNuPlayer2.cpp3091 void NuPlayer2::Source::notifyPrepared(status_t err) { in notifyPrepared() function in android::NuPlayer2::Source
/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.cpp489 notifyPrepared(); in finishPrepareAsync()
511 notifyPrepared(err); in notifyPreparedAndCleanup()
1459 notifyPrepared(); in readBuffer()
DNuPlayer.cpp3004 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.h271 virtual void notifyPrepared(int streamId) = 0;
DCamera2ClientBase.cpp316 void Camera2ClientBase<TClientBase>::notifyPrepared(int streamId) { in notifyPrepared() function in android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h175 virtual void notifyPrepared(int streamId);
DCameraDeviceClient.cpp1649 void CameraDeviceClient::notifyPrepared(int streamId) { in notifyPrepared() function in android::CameraDeviceClient
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp5512 listener->notifyPrepared(stream->getId()); in prepare()
5528 listener->notifyPrepared(stream->getId()); in prepare()
5598 listener->notifyPrepared(it->second->getId()); in resume()
5695 listener->notifyPrepared(mCurrentStream->getId()); in threadLoop()