Searched defs:notifyPrepared (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp316 void Camera2ClientBase<TClientBase>::notifyPrepared(int streamId) { function in class:android::Camera2ClientBase
/frameworks/wilhelm/src/android/
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
/frameworks/av/media/libmediaplayer2/nuplayer2/
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 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/api2/
H A DCameraDeviceClient.cpp1649 void CameraDeviceClient::notifyPrepared(int streamId) { function in class:android::CameraDeviceClient

Completed in 33 milliseconds