Home
last modified time | relevance | path

Searched refs:EIO (Results 1 – 22 of 22) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DProxy.java59 throw new ErrnoException("onRead", OsConstants.EIO); in onRead()
62 OsConstants.EIO); in onRead()
65 OsConstants.EIO); in onRead()
73 throw new ErrnoException("onRead", OsConstants.EIO); in onRead()
87 throw new ErrnoException("onRead", OsConstants.EIO); in onRead()
/packages/modules/Bluetooth/system/stack/mmc/codec_server/
Da2dp_aac_mmc_encoder.cc141 return -EIO; in transcode()
148 return -EIO; in transcode()
195 return -EIO; in transcode()
203 return -EIO; in transcode()
/packages/modules/Virtualization/authfs/src/fusefs/
Dfile.rs93 io::Error::from_raw_os_error(libc::EIO) in ensure_init_then()
98 io::Error::from_raw_os_error(libc::EIO) in ensure_init_then()
111 io::Error::from_raw_os_error(libc::EIO) in ensure_init_then()
/packages/modules/Virtualization/authfs/fd_server/src/
Daidl.rs129 new_errno_error(Errno::EIO) in readFile()
147 new_errno_error(Errno::EIO) in readFsverityMerkleTree()
152 new_errno_error(Errno::EIO) in readFsverityMerkleTree()
185 new_errno_error(Errno::EIO) in readFsveritySignature()
211 new_errno_error(Errno::EIO) in writeFile()
227 new_errno_error(Errno::EIO) in resize()
241 new_errno_error(Errno::EIO) in getFileSize()
/packages/modules/StatsD/lib/libstatssocket/
Dutils.cpp39 static_assert(STATS_SOCKET_LOSS_REPORTED__ERRORS__SOCKET_LOSS_ERROR_ON_WRITE_EIO == -EIO, in toSocketLossError()
67 case EIO: in toSocketLossError()
/packages/modules/Bluetooth/system/stack/mmc/codec_client/
Dcodec_client.cc222 return -EIO; in transcode()
237 return -EIO; in transcode()
249 return -EIO; in transcode()
/packages/modules/Virtualization/authfs/src/
Dfsstat.rs52 io::Error::from_raw_os_error(libc::EIO) in statfs()
56 io::Error::from_raw_os_error(libc::EIO) in statfs()
Dfusefs.rs489 return Err(io::Error::from_raw_os_error(libc::EIO)); in read_chunks()
/packages/modules/adb/sysdeps/
Derrno.cpp35 ERRNO_VALUE(EIO, 5); \
93 return EIO; in errno_from_wire()
/packages/modules/adb/client/
Dusb_windows.cpp345 err = EIO; in usb_write()
355 err = EIO; in usb_write()
365 err = EIO; in usb_write()
402 err = EIO; in usb_read()
/packages/modules/Virtualization/authfs/src/fsverity/
Dverifier.rs17 use libc::EIO;
155 .map_err(|_| io::Error::from_raw_os_error(EIO))?; in read_chunk()
157 Err(io::Error::from_raw_os_error(EIO)) in read_chunk()
/packages/modules/Virtualization/vmbase/src/
Dbionic.rs32 const EIO: c_int = 5; constant
95 set_errno(EIO); in getentropy()
/packages/modules/Virtualization/authfs/src/file/
Dattr.rs87 io::Error::from_raw_os_error(libc::EIO) in set_mode()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DNetlinkUtils.java21 import static android.system.OsConstants.EIO;
175 throw new ErrnoException(errPrefix, EIO, e); in sendOneShotKernelMessage()
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dstream_apis.cc278 retval = (out->bluetooth_output_->Suspend() ? 0 : -EIO); in out_standby()
641 retval = (out->bluetooth_output_->Suspend() ? 0 : -EIO); in out_pause()
667 retval = (out->bluetooth_output_->Start() ? 0 : -EIO); in out_resume()
971 retval = (in->bluetooth_input_->Suspend() ? 0 : -EIO); in in_standby()
1096 retval = (in->bluetooth_input_->Start() ? 0 : -EIO); in in_read()
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsProvider.java809 throw new ErrnoException("onRead", OsConstants.EIO); in onRead()
822 throw new ErrnoException("onWrite", OsConstants.EIO); in onWrite()
856 throw new ErrnoException("onWrite", OsConstants.EIO); in tryFsync()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc605 return -EIO; in StartSession()
666 return -EIO; in StartSession_2_1()
/packages/modules/adb/
Dsysdeps_win32.cpp257 errno = EIO; in _fh_file_read()
270 errno = EIO; in _fh_file_write()
323 errno = EIO; in _fh_file_lseek()
1532 errno = EIO; in _get_key_event_record()
2732 errno = EIO; in _console_write_utf8()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dclient_interface_aidl.cc458 return -EIO; in StartSession()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DFileUtils.java1700 status = OsConstants.EIO;
1713 status = OsConstants.EIO;
/packages/modules/adb/daemon/
Dshell_service.cpp744 if (bytes < 0 && !(type_ == SubprocessType::kPty && errno == EIO)) { in PassOutput()
/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp1976 || error_code == EIO) continue; in do_readdir_common()