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

/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp157 notifyPrepared(ERROR_UNSUPPORTED);
166 notifyPrepared(ERROR_UNSUPPORTED);
176 notifyPrepared(MEDIA_ERROR_BASE);
H A Dandroid_AudioSfDecoder.cpp166 // All error returns from this method are via notifyPrepared(status) followed by "return".
192 notifyPrepared(MEDIA_ERROR_BASE);
200 notifyPrepared(MEDIA_ERROR_BASE);
218 notifyPrepared(err);
235 notifyPrepared(ERROR_UNSUPPORTED);
261 notifyPrepared(ERROR_UNSUPPORTED);
305 notifyPrepared(ERROR_UNSUPPORTED);
315 notifyPrepared(MEDIA_ERROR_BASE);
596 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { function in class:android::AudioSfDecoder
H A Dandroid_AudioSfDecoder.h115 void notifyPrepared(status_t prepareRes);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h135 void notifyPrepared(status_t err = OK);
H A DRTSPSource.cpp87 notifyPrepared(BAD_VALUE);
359 notifyPrepared();
717 notifyPrepared(err);
744 notifyPrepared(err);
H A DHTTPLiveSource.cpp320 notifyPrepared();
329 notifyPrepared(err);
H A DStreamingSource.cpp65 notifyPrepared();
H A DGenericSource.cpp491 notifyPrepared();
514 notifyPrepared(err);
H A DNuPlayer.cpp2444 void NuPlayer::Source::notifyPrepared(status_t err) { function in class:android::NuPlayer::Source
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h75 virtual void notifyPrepared(int streamId);
H A DCameraDeviceBase.h205 virtual void notifyPrepared(int streamId) = 0;
290 * Calls notifyPrepared() once allocation is complete.
307 * Calls notifyPrepared() once allocation is complete.
H A DCamera2ClientBase.cpp301 void Camera2ClientBase<TClientBase>::notifyPrepared(int streamId) { function in class:android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h162 virtual void notifyPrepared(int streamId);
H A DCameraDeviceClient.cpp1013 void CameraDeviceClient::notifyPrepared(int streamId) { function in class:android::CameraDeviceClient
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp3755 mListener->notifyPrepared(stream->getId());
3771 mListener->notifyPrepared(stream->getId());
3849 mListener->notifyPrepared(mCurrentStream->getId());

Completed in 7419 milliseconds