/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
D | Proxy.java | 59 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/ |
D | a2dp_aac_mmc_encoder.cc | 141 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/ |
D | file.rs | 93 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/ |
D | aidl.rs | 129 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/ |
D | utils.cpp | 39 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/ |
D | codec_client.cc | 222 return -EIO; in transcode() 237 return -EIO; in transcode() 249 return -EIO; in transcode()
|
/packages/modules/Virtualization/authfs/src/ |
D | fsstat.rs | 52 io::Error::from_raw_os_error(libc::EIO) in statfs() 56 io::Error::from_raw_os_error(libc::EIO) in statfs()
|
D | fusefs.rs | 489 return Err(io::Error::from_raw_os_error(libc::EIO)); in read_chunks()
|
/packages/modules/adb/sysdeps/ |
D | errno.cpp | 35 ERRNO_VALUE(EIO, 5); \ 93 return EIO; in errno_from_wire()
|
/packages/modules/adb/client/ |
D | usb_windows.cpp | 345 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/ |
D | verifier.rs | 17 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/ |
D | bionic.rs | 32 const EIO: c_int = 5; constant 95 set_errno(EIO); in getentropy()
|
/packages/modules/Virtualization/authfs/src/file/ |
D | attr.rs | 87 io::Error::from_raw_os_error(libc::EIO) in set_mode()
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/ |
D | NetlinkUtils.java | 21 import static android.system.OsConstants.EIO; 175 throw new ErrnoException(errPrefix, EIO, e); in sendOneShotKernelMessage()
|
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | stream_apis.cc | 278 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/ |
D | MtpDocumentsProvider.java | 809 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/ |
D | client_interface_hidl.cc | 605 return -EIO; in StartSession() 666 return -EIO; in StartSession_2_1()
|
/packages/modules/adb/ |
D | sysdeps_win32.cpp | 257 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/ |
D | client_interface_aidl.cc | 458 return -EIO; in StartSession()
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | FileUtils.java | 1700 status = OsConstants.EIO; 1713 status = OsConstants.EIO;
|
/packages/modules/adb/daemon/ |
D | shell_service.cpp | 744 if (bytes < 0 && !(type_ == SubprocessType::kPty && errno == EIO)) { in PassOutput()
|
/packages/providers/MediaProvider/jni/ |
D | FuseDaemon.cpp | 1976 || error_code == EIO) continue; in do_readdir_common()
|