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.cpp240 void Camera2ClientBase<TClientBase>::notifyError( function in class:android::Camera2ClientBase
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp272 void Converter::notifyError(status_t err) { function in class:android::Converter
399 notifyError(err);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp560 notifyError(err);
793 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/api2/
H A DCameraDeviceClient.cpp1343 void CameraDeviceClient::notifyError(int32_t errorCode, function in class:android::CameraDeviceClient
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp816 void PlaylistFetcher::notifyError(status_t err) { function in class:android::PlaylistFetcher
1146 notifyError(err);
1196 notifyError(ERROR_END_OF_STREAM);
1202 notifyError(ERROR_IO);
1243 notifyError(err);
1354 notifyError(err);
1387 notifyError(err);
1422 notifyError(err);
1480 notifyError(ERROR_MALFORMED);
1491 notifyError(ERROR_MALFORME
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1733 void Camera2Client::notifyError(int32_t errorCode, function in class:android::Camera2Client
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1610 public void notifyError(@TvInputManager.RecordingError int error) { method in class:TvInputService.RecordingSession
1613 Log.w(TAG, "notifyError - invalid error code (" + error
1623 if (DEBUG) Log.d(TAG, "notifyError");
1628 Log.w(TAG, "error in notifyError", e);
1667 * {@link #notifyError(int)} otherwise.
1682 * {@link #notifyError(int)} otherwise.
1704 * <p>The session must call {@link #notifyError(int)} if the start request cannot be
1720 * If the stop request cannot be fulfilled, the session must call {@link #notifyError(int)}.
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp353 clientToDisconnect->notifyError(
1142 clientSp->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DISCONNECTED,
1766 clientSp->notifyError(
2279 notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_SERVICE, resultExtras);
2286 void CameraService::Client::notifyError(int32_t errorCode, function in class:android::CameraService::Client
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2399 listener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_DEVICE,
2895 notifyError(msg->message.error, listener);
2908 void Camera3Device::notifyError(const camera3_error_msg_t &msg, function in class:android::Camera3Device
2945 // SET_ERR calls notifyError
2979 listener->notifyError(errorCode, resultExtras);
2985 // SET_ERR calls notifyError
3837 listener->notifyError(hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_REQUEST,
4406 listener->notifyError(
4569 listener->notifyError(

Completed in 278 milliseconds