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

/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.cpp233 void Camera2ClientBase<TClientBase>::notifyError( function in class:android::Camera2ClientBase
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp271 void Converter::notifyError(status_t err) { function in class:android::Converter
398 notifyError(err);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp560 notifyError(err);
787 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/api1/
H A DCamera2Client.cpp1695 void Camera2Client::notifyError(int32_t errorCode, function in class:android::Camera2Client
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp972 void CameraDeviceClient::notifyError(int32_t errorCode, function in class:android::CameraDeviceClient
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp766 void PlaylistFetcher::notifyError(status_t err) { function in class:android::PlaylistFetcher
1067 notifyError(err);
1117 notifyError(ERROR_END_OF_STREAM);
1123 notifyError(ERROR_IO);
1164 notifyError(err);
1275 notifyError(err);
1308 notifyError(err);
1343 notifyError(err);
1401 notifyError(ERROR_MALFORMED);
1412 notifyError(ERROR_MALFORME
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1605 public void notifyError(@TvInputManager.RecordingError int error) { method in class:TvInputService.RecordingSession
1608 Log.w(TAG, "notifyError - invalid error code (" + error
1618 if (DEBUG) Log.d(TAG, "notifyError");
1623 Log.w(TAG, "error in notifyError", e);
1662 * {@link #notifyError(int)} otherwise.
1677 * {@link #notifyError(int)} otherwise.
1699 * <p>The session must call {@link #notifyError(int)} if the start request cannot be
1715 * If the stop request cannot be fulfilled, the session must call {@link #notifyError(int)}.
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp338 clientToDisconnect->notifyError(
1196 clientSp->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED,
1677 clientSp->notifyError(
2259 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_SERVICE, resultExtras);
2277 void CameraService::Client::notifyError(int32_t errorCode, function in class:android::CameraService::Client
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2098 mListener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE,
2501 notifyError(msg->message.error, listener);
2514 void Camera3Device::notifyError(const camera3_error_msg_t &msg, function in class:android::Camera3Device
2551 // SET_ERR calls notifyError
2573 listener->notifyError(errorCode, resultExtras);
2579 // SET_ERR calls notifyError
2857 listener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_REQUEST,
3329 mListener->notifyError(
3469 mListener->notifyError(

Completed in 169 milliseconds