Searched refs:notifyError (Results 1 - 22 of 22) sorted by relevance

/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp205 notifyError(err);
211 notifyError(err);
247 notifyError(err);
294 void TimedTextPlayer::notifyError(int error) { function in class:android::TimedTextPlayer
H A DTimedTextPlayer.h77 void notifyError(int error = 0);
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.h118 void notifyError(status_t err);
H A DMediaSender.cpp333 notifyError(err);
374 void MediaSender::notifyError(status_t err) { function in class:android::MediaSender
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.h140 void notifyError(status_t err);
H A DConverter.cpp271 void Converter::notifyError(status_t err) { function in class:android::Converter
398 notifyError(err);
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h65 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
H A DCameraDeviceBase.h184 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
H A DCamera2ClientBase.cpp228 void Camera2ClientBase<TClientBase>::notifyError( function in class:android::Camera2ClientBase
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.h113 void notifyError(status_t err);
H A DRTPSender.cpp562 notifyError(err);
789 void RTPSender::notifyError(status_t err) { function in class:android::RTPSender
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h131 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
H A DCameraDeviceClient.cpp607 void CameraDeviceClient::notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode, function in class:android::CameraDeviceClient
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h205 virtual void notifyError(
284 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
333 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
H A DCameraService.cpp1511 notifyError(ICameraDeviceCallbacks::ERROR_CAMERA_SERVICE, resultExtras);
1540 void CameraService::Client::notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode, function in class:android::CameraService::Client
1586 void CameraService::ProClient::notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode, function in class:android::CameraService::ProClient
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h204 void notifyError(status_t err);
H A DPlaylistFetcher.cpp590 void PlaylistFetcher::notifyError(status_t err) { function in class:android::PlaylistFetcher
617 notifyError(ERROR_MALFORMED);
831 notifyError(err);
867 notifyError(ERROR_END_OF_STREAM);
909 notifyError(err);
924 notifyError(err);
941 notifyError(err);
998 notifyError(err);
1034 notifyError(ERROR_MALFORMED);
1046 notifyError(ERROR_MALFORME
[all...]
/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/device3/
H A DCamera3Device.cpp1687 mListener->notifyError(ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE,
2215 notifyError(msg->message.error, listener);
2228 void Camera3Device::notifyError(const camera3_error_msg_t &msg, function in class:android::Camera3Device
2266 // SET_ERR calls notifyError
2287 listener->notifyError(errorCode, resultExtras);
2293 // SET_ERR calls notifyError
2532 listener->notifyError(ICameraDeviceCallbacks::ERROR_CAMERA_REQUEST,
2682 mListener->notifyError(
2708 mListener->notifyError(
H A DCamera3Device.h658 void notifyError(const camera3_error_msg_t &msg,
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1872 private void notifyError(int reason, int statusCode, String message) { method in class:ImsCall
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp495 listener->notifyError(

Completed in 2091 milliseconds