Searched defs:notifyError (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp204 notifyError(err);
210 notifyError(err);
246 notifyError(err);
293 void TimedTextPlayer::notifyError(int error) { function in class:android::TimedTextPlayer
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp333 notifyError(err);
374 void MediaSender::notifyError(status_t err) { function in class:android::MediaSender
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp222 void Camera2ClientBase<TClientBase>::notifyError(int errorCode, int arg1, function in class:android::Camera2ClientBase
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp295 void Converter::notifyError(status_t err) { function in class:android::Converter
421 notifyError(err);
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp496 void CameraDeviceClient::notifyError() { function in class:android::CameraDeviceClient
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp443 void PlaylistFetcher::notifyError(status_t err) { function in class:android::PlaylistFetcher
524 notifyError(ERROR_IO);
592 notifyError(ERROR_END_OF_STREAM);
629 notifyError(err);
640 notifyError(err);
669 notifyError(err);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp562 notifyError(err);
790 void RTPSender::notifyError(status_t err) { function in class:android::RTPSender
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp136 void notifyError(bool send, status_t err, const char *detail);
324 notifyError(false /* send */, err, "Recvfrom failed.");
517 notifyError(false /* send */, err, "Recv failed.");
589 notifyError(true /* send */, err, "Send datagram failed.");
611 notifyError(kWhatError, -err, "Connection failed");
661 notifyError(true /* send */, err, "Send failed.");
780 void ANetworkSession::Session::notifyError( function in class:android::ANetworkSession::Session
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1036 notifyError();
1065 void CameraService::Client::notifyError() { function in class:android::CameraService::Client
1119 void CameraService::ProClient::notifyError() { function in class:android::CameraService::ProClient

Completed in 177 milliseconds