Searched refs:notifyPrepared (Results 1 - 20 of 20) 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.cpp169 // All error returns from this method are via notifyPrepared(status) followed by "return".
195 notifyPrepared(MEDIA_ERROR_BASE);
203 notifyPrepared(MEDIA_ERROR_BASE);
221 notifyPrepared(err);
238 notifyPrepared(ERROR_UNSUPPORTED);
264 notifyPrepared(ERROR_UNSUPPORTED);
309 notifyPrepared(ERROR_UNSUPPORTED);
319 notifyPrepared(MEDIA_ERROR_BASE);
600 void AudioSfDecoder::notifyPrepared(status_t prepareRes) { function in class:android::AudioSfDecoder
H A Dandroid_AudioSfDecoder.h115 void notifyPrepared(status_t prepareRes);
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Source.h153 void notifyPrepared(status_t err = OK);
H A DHTTPLiveSource2.cpp363 notifyPrepared();
372 notifyPrepared(err);
H A DRTSPSource2.cpp101 notifyPrepared(BAD_VALUE);
390 notifyPrepared();
805 notifyPrepared(err);
832 notifyPrepared(err);
H A DGenericSource2.cpp446 notifyPrepared();
468 notifyPrepared(err);
1392 notifyPrepared();
H A DNuPlayer2.cpp3091 void NuPlayer2::Source::notifyPrepared(status_t err) { function in class:android::NuPlayer2::Source
3092 ALOGV("Source::notifyPrepared %d", err);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h155 void notifyPrepared(status_t err = OK);
H A DHTTPLiveSource.cpp362 notifyPrepared();
371 notifyPrepared(err);
H A DRTSPSource.cpp103 notifyPrepared(BAD_VALUE);
392 notifyPrepared();
807 notifyPrepared(err);
834 notifyPrepared(err);
H A DStreamingSource.cpp77 notifyPrepared();
H A DGenericSource.cpp489 notifyPrepared();
511 notifyPrepared(err);
1459 notifyPrepared();
H A DNuPlayer.cpp3004 void NuPlayer::Source::notifyPrepared(status_t err) { function in class:android::NuPlayer::Source
3005 ALOGV("Source::notifyPrepared %d", err);
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h75 virtual void notifyPrepared(int streamId);
H A DCameraDeviceBase.h271 virtual void notifyPrepared(int streamId) = 0;
342 * Calls notifyPrepared() once allocation is complete.
359 * Calls notifyPrepared() once allocation is complete.
H A DCamera2ClientBase.cpp316 void Camera2ClientBase<TClientBase>::notifyPrepared(int streamId) { function in class:android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h175 virtual void notifyPrepared(int streamId);
H A DCameraDeviceClient.cpp1649 void CameraDeviceClient::notifyPrepared(int streamId) { function in class:android::CameraDeviceClient
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp5512 listener->notifyPrepared(stream->getId());
5528 listener->notifyPrepared(stream->getId());
5598 listener->notifyPrepared(it->second->getId());
5695 listener->notifyPrepared(mCurrentStream->getId());

Completed in 436 milliseconds