/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.cpp | 199 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
|
D | AacBqToPcmCbRenderer.cpp | 157 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare() 166 notifyPrepared(ERROR_UNSUPPORTED); in onPrepare() 176 notifyPrepared(MEDIA_ERROR_BASE); in onPrepare()
|
D | android_AudioSfDecoder.h | 109 void notifyPrepared(status_t prepareRes);
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraOfflineSessionBase.h | 55 virtual void notifyPrepared(int streamId) = 0;
|
D | Camera2ClientBase.h | 97 virtual void notifyPrepared(int streamId);
|
D | Camera2ClientBase.cpp | 444 void Camera2ClientBase<TClientBase>::notifyPrepared([[maybe_unused]] int streamId) { in notifyPrepared() function in android::Camera2ClientBase
|
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/ |
D | NuPlayerSource.h | 158 void notifyPrepared(status_t err = OK);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | RTSPSource.cpp | 102 notifyPrepared(BAD_VALUE); in prepareAsync() 399 notifyPrepared(); in onPollBuffering() 814 notifyPrepared(err); in onSDPLoaded() 841 notifyPrepared(err); in onDisconnected()
|
D | HTTPLiveSource.cpp | 361 notifyPrepared(); in onSessionNotify() 370 notifyPrepared(err); in onSessionNotify()
|
D | StreamingSource.cpp | 77 notifyPrepared(); in prepareAsync()
|
D | RTPSource.cpp | 171 notifyPrepared(); in prepareAsync() 655 notifyPrepared(err); in onDisconnected()
|
D | GenericSource.cpp | 505 notifyPrepared(); in finishPrepareAsync() 531 notifyPrepared(err); in notifyPreparedAndCleanup() 1484 notifyPrepared(); in readBuffer()
|
D | NuPlayer.cpp | 3220 void NuPlayer::Source::notifyPrepared(status_t err) { in notifyPrepared() function in android::NuPlayer::Source
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraOfflineSessionClient.h | 121 void notifyPrepared(int streamId) override;
|
D | CameraOfflineSessionClient.cpp | 354 void CameraOfflineSessionClient::notifyPrepared(int /*streamId*/) { in notifyPrepared() function in android::CameraOfflineSessionClient
|
D | CameraDeviceClient.h | 237 virtual void notifyPrepared(int streamId);
|
D | CameraDeviceClient.cpp | 2113 void CameraDeviceClient::notifyPrepared(int streamId) { in notifyPrepared() function in android::CameraDeviceClient
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 5146 listener->notifyPrepared(stream->getId()); in prepare() 5162 listener->notifyPrepared(stream->getId()); in prepare() 5234 listener->notifyPrepared(std::get<1>(*it)->getId()); in resume() 5331 listener->notifyPrepared(mCurrentStream->getId()); in threadLoop()
|