Home
last modified time | relevance | path

Searched refs:IO_ERROR (Results 1 – 20 of 20) sorted by relevance

/aosp12/system/core/fastboot/
H A Dfastboot_driver.cpp287 return IO_ERROR; in Download()
349 return IO_ERROR; in UploadInner()
355 return IO_ERROR; in UploadInner()
379 return IO_ERROR; in FetchToFd()
400 case IO_ERROR: in RCString()
445 return IO_ERROR; in RawCommand()
480 return IO_ERROR; in HandleResponse()
567 return IO_ERROR; in SendBuffer()
571 return IO_ERROR; in SendBuffer()
583 return IO_ERROR; in ReadBuffer()
[all …]
H A Dfastboot_driver.h52 IO_ERROR, enumerator
/aosp12/hardware/interfaces/health/storage/impl_common/
H A Dimpl_common.cpp76 result = Result::IO_ERROR; in GarbageCollect()
101 result = Result::IO_ERROR; in GarbageCollect()
114 result = Result::IO_ERROR; in GarbageCollect()
/aosp12/hardware/interfaces/health/storage/aidl/default/
H A DStorage.cpp31 static_assert(static_cast<AResult>(HResult::IO_ERROR) == AResult::IO_ERROR);
/aosp12/frameworks/base/core/java/android/se/omapi/
H A DSession.java214 if (e.errorCode == SEService.IO_ERROR) { in openBasicChannel()
321 if (e.errorCode == SEService.IO_ERROR) { in openLogicalChannel()
H A DSEService.java55 public static final int IO_ERROR = 1; field in SEService
/aosp12/hardware/interfaces/health/storage/aidl/aidl_api/android.hardware.health.storage/1/android/hardware/health/storage/
H A DResult.aidl38 IO_ERROR = 1, enumConstant
/aosp12/hardware/interfaces/health/storage/aidl/aidl_api/android.hardware.health.storage/current/android/hardware/health/storage/
H A DResult.aidl23 IO_ERROR = 1, enumConstant
/aosp12/hardware/interfaces/health/storage/aidl/android/hardware/health/storage/
H A DResult.aidl32 IO_ERROR, enumConstant
/aosp12/packages/apps/SecureElement/src/com/android/se/
H A DChannel.java320 throw new ServiceSpecificException(SEService.IO_ERROR, e.getMessage()); in transmit()
330 throw new ServiceSpecificException(SEService.IO_ERROR, e.getMessage()); in selectNext()
H A DSecureElementService.java324 throw new ServiceSpecificException(SEService.IO_ERROR, e.getMessage()); in openBasicChannel()
366 throw new ServiceSpecificException(SEService.IO_ERROR, e.getMessage()); in openLogicalChannel()
H A DTerminal.java952 throw new ServiceSpecificException(SEService.IO_ERROR, in openSession()
/aosp12/frameworks/native/cmds/lshal/
H A Dutils.h41 IO_ERROR = 1 << 6, enumerator
H A DLshal.cpp151 return IO_ERROR; in emitDebugInfo()
H A DListCommand.cpp495 return IO_ERROR; in dump()
648 handleError(IO_ERROR, in fetchBinderizedEntry()
/aosp12/hardware/interfaces/health/storage/1.0/
H A Dtypes.hal30 IO_ERROR,
/aosp12/art/dt_fd_forward/
H A Ddt_fd_forward.cc384 return ERR(IO_ERROR); in Accept()
589 return ERR(IO_ERROR); in ReadPacket()
646 return ERR(IO_ERROR); in WritePacket()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp818 EXPECT_EQ(ret, IO_ERROR) << "After sending too large of a payload for a download command, " in TEST_F()
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50553 Landroid/se/omapi/SEService;->IO_ERROR:I