Home
last modified time | relevance | path

Searched refs:notifyError (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/media/libstagefright/timedtext/
DTimedTextPlayer.cpp205 notifyError(err); in onMessageReceived()
211 notifyError(err); in onMessageReceived()
247 notifyError(err); in doRead()
294 void TimedTextPlayer::notifyError(int error) { in notifyError() function in android::TimedTextPlayer
DTimedTextPlayer.h77 void notifyError(int error = 0);
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp758 void PlaylistFetcher::notifyError(status_t err) { in notifyError() function in android::PlaylistFetcher
1059 notifyError(err); in initDownloadState()
1102 notifyError(ERROR_END_OF_STREAM); in initDownloadState()
1108 notifyError(ERROR_IO); in initDownloadState()
1149 notifyError(err); in initDownloadState()
1261 notifyError(err); in onDownloadNext()
1294 notifyError(err); in onDownloadNext()
1329 notifyError(err); in onDownloadNext()
1387 notifyError(ERROR_MALFORMED); in onDownloadNext()
1398 notifyError(ERROR_MALFORMED); in onDownloadNext()
[all …]
DPlaylistFetcher.h241 void notifyError(status_t err);
/frameworks/av/media/libstagefright/foundation/
DANetworkSession.cpp136 void notifyError(bool send, status_t err, const char *detail);
324 notifyError(false /* send */, err, "Recvfrom failed."); in readMore()
517 notifyError(false /* send */, err, "Recv failed."); in readMore()
589 notifyError(true /* send */, err, "Send datagram failed."); in writeMore()
611 notifyError(kWhatError, -err, "Connection failed"); in writeMore()
661 notifyError(true /* send */, err, "Send failed."); in writeMore()
780 void ANetworkSession::Session::notifyError( in notifyError() function in android::ANetworkSession::Session
/frameworks/av/media/libstagefright/wifi-display/
DMediaSender.h118 void notifyError(status_t err);
DMediaSender.cpp333 notifyError(err); in onSenderNotify()
374 void MediaSender::notifyError(status_t err) { in notifyError() function in android::MediaSender
/frameworks/av/media/libstagefright/wifi-display/rtp/
DRTPSender.h113 void notifyError(status_t err);
DRTPSender.cpp560 notifyError(err); in onNetNotify()
787 void RTPSender::notifyError(status_t err) { in notifyError() function in android::RTPSender
/frameworks/av/media/libstagefright/wifi-display/source/
DConverter.h140 void notifyError(status_t err);
DConverter.cpp271 void Converter::notifyError(status_t err) { in notifyError() function in android::Converter
398 notifyError(err); in onMessageReceived()
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.h66 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
DCameraDeviceBase.h196 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
DCamera2ClientBase.cpp229 void Camera2ClientBase<TClientBase>::notifyError( in notifyError() function in android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h140 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
DCameraDeviceClient.cpp785 void CameraDeviceClient::notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode, in notifyError() function in android::CameraDeviceClient
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.h80 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
DCamera2Client.cpp1736 void Camera2Client::notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode, in notifyError() function in android::Camera2Client
/frameworks/av/services/camera/libcameraservice/
DCameraService.h198 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
316 virtual void notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode,
DCameraService.cpp311 clientToDisconnect->notifyError(ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED, in onDeviceStatusChanged()
1074 clientSp->notifyError(ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED, in handleEvictionsLocked()
1497 clientSp->notifyError(ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED, in evictClientIdByRemote()
2007 notifyError(ICameraDeviceCallbacks::ERROR_CAMERA_SERVICE, resultExtras); in opChanged()
2025 void CameraService::Client::notifyError(ICameraDeviceCallbacks::CameraErrorCode errorCode, in notifyError() function in android::CameraService::Client
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1861 mListener->notifyError(ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE, in setErrorStateLockedV()
2409 notifyError(msg->message.error, listener); in notify()
2422 void Camera3Device::notifyError(const camera3_error_msg_t &msg, in notifyError() function in android::Camera3Device
2481 listener->notifyError(errorCode, resultExtras); in notifyError()
2744 listener->notifyError(ICameraDeviceCallbacks::ERROR_CAMERA_REQUEST, in clear()
2962 mListener->notifyError( in threadLoop()
3204 mListener->notifyError( in waitForNextRequest()
DCamera3Device.h756 void notifyError(const camera3_error_msg_t &msg,
/frameworks/av/services/camera/libcameraservice/device2/
DCamera2Device.cpp497 listener->notifyError( in notificationCallback()