Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DQemuClient.cpp259 return errno ? errno : EIO; in sendMessage()
282 return errno ? errno : EIO; in receiveMessage()
291 return EIO; in receiveMessage()
310 return errno ? errno : EIO; in receiveMessage()
/device/generic/goldfish/camera/
DQemuClient.cpp266 return errno ? errno : EIO; in sendMessage()
291 return errno ? errno : EIO; in receiveMessage()
300 return EIO; in receiveMessage()
315 return errno ? errno : EIO; in receiveMessage()
/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dmapper.cpp52 return -EIO; in gralloc_register_buffer()
Dgralloc.cpp88 err = -EIO; in gralloc_alloc_buffer()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp814 if (!host_memory_allocator.is_opened()) { RETURN_ERROR_CODE(-EIO); } in alloc_buffer()
817 if (host_memory_allocator.hostMalloc(&bufferBits, bufferSize)) { RETURN_ERROR_CODE(-EIO); } in alloc_buffer()
823 if (!qemu_pipe_valid(hostHandleRefCountFd)) { RETURN_ERROR_CODE(-EIO); } in alloc_buffer()
834 RETURN_ERROR_CODE(-EIO); in alloc_buffer()
839 RETURN_ERROR_CODE(-EIO); in alloc_buffer()
Dgralloc_old.cpp463 return -EIO; \
468 return -EIO; \
887 return -EIO; in gralloc_alloc()
1474 return -EIO; in gralloc_device_open()
/device/google/contexthub/firmware/os/inc/
Dtoolchain.h29 #define EIO 5 macro
/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp96 return errno ? -errno : -EIO; in rwrite()
419 ret = -EIO; in doSendToNanohub()
/device/google/cuttlefish/guest/commands/vtpm_manager/
Dmain.cpp90 CHECK(in_fd->GetErrno() == EIO) << "Error in reading TPM command from " in SendCommandLoop()
/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c202 state->callback(state->cookie, regs->NDTR, -EIO); in dmaIsrTeif()
Di2c.c674 err = -EIO; in stmI2cMasterNakRxed()
690 stmI2cMasterTxRxDone(pdev, -EIO); in stmI2cMasterBusError()
711 stmI2cMasterTxRxDone(pdev, -EIO); in stmI2cMasterUnexpectedError()
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c1180 return -EIO; in pcm_wait()