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.h159 void notifyPrepared(status_t err = OK);
H A DHTTPLiveSource.cpp381 notifyPrepared();
390 notifyPrepared(err);
H A DRTSPSource.cpp117 notifyPrepared(BAD_VALUE);
397 notifyPrepared();
842 notifyPrepared(err);
869 notifyPrepared(err);
H A DStreamingSource.cpp81 notifyPrepared();
H A DGenericSource.cpp477 notifyPrepared();
498 notifyPrepared(err);
H A DNuPlayer.cpp2855 void NuPlayer::Source::notifyPrepared(status_t err) { function in class:android::NuPlayer::Source
2856 ALOGV("Source::notifyPrepared %d", err);
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h74 virtual void notifyPrepared(int streamId);
H A DCameraDeviceBase.h215 virtual void notifyPrepared(int streamId) = 0;
286 * Calls notifyPrepared() once allocation is complete.
303 * Calls notifyPrepared() once allocation is complete.
H A DCamera2ClientBase.cpp306 void Camera2ClientBase<TClientBase>::notifyPrepared(int streamId) { function in class:android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h166 virtual void notifyPrepared(int streamId);
H A DCameraDeviceClient.cpp1383 void CameraDeviceClient::notifyPrepared(int streamId) { function in class:android::CameraDeviceClient
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp4555 listener->notifyPrepared(stream->getId());
4571 listener->notifyPrepared(stream->getId());
4650 listener->notifyPrepared(mCurrentStream->getId());

Completed in 322 milliseconds