/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 91 return -EAGAIN; in inv_read_buffer() 117 return -EAGAIN; in inv_read_raw() 139 return -EAGAIN; in inv_read_temperature_raw() 159 return -EAGAIN; in inv_read_fifo_rate() 179 return -EAGAIN; in inv_read_power_state() 199 return -EAGAIN; in inv_read_scale() 219 return -EAGAIN; in inv_read_temp_scale() 239 return -EAGAIN; in inv_read_temp_offset()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
D | inv_sysfs_utils.c | 85 return -EAGAIN; in inv_read_buffer() 111 return -EAGAIN; in inv_read_raw() 133 return -EAGAIN; in inv_read_temperature_raw() 153 return -EAGAIN; in inv_read_fifo_rate() 173 return -EAGAIN; in inv_read_power_state() 193 return -EAGAIN; in inv_read_scale() 213 return -EAGAIN; in inv_read_temp_scale() 233 return -EAGAIN; in inv_read_temp_offset()
|
/hardware/google/aemu/base/include/aemu/base/sockets/ |
D | SocketErrors.h | 27 # ifndef EAGAIN 28 # define EAGAIN 10035 macro 31 # define EWOULDBLOCK EAGAIN
|
/hardware/google/gfxstream/guest/OpenglSystemCommon/ |
D | VirtioGpuPipeStream.cpp | 169 if (errno == EAGAIN) { in writeFully() 203 if (errno == EAGAIN) { in readFully() 261 if (errno != EAGAIN) { in recv() 285 int ret = EAGAIN; in transferToHost() 318 int ret = EAGAIN; in transferFromHost()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | libsync.h | 127 } while (ret == -1 && (errno == EINTR || errno == EAGAIN)); 142 } while (ret == -1 && (errno == EINTR || errno == EAGAIN));
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | hci_protocol.cc | 38 if (errno == EAGAIN) continue; in WriteSafely()
|
D | h4_protocol.cc | 47 if (errno == EAGAIN) continue; in Send()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | ring_buffer.c | 88 errno = -EAGAIN; in ring_buffer_write() 127 errno = -EAGAIN; in ring_buffer_read() 165 errno = -EAGAIN; in ring_buffer_advance_write() 182 errno = -EAGAIN; in ring_buffer_advance_read() 336 errno = -EAGAIN; in ring_buffer_view_write() 378 errno = -EAGAIN; in ring_buffer_view_read()
|
/hardware/google/gfxstream/guest/qemupipe/ |
D | qemu_pipe_guest.cpp | 198 case EAGAIN: in qemu_pipe_try_again() 201 errno = EAGAIN; in qemu_pipe_try_again()
|
/hardware/google/aemu/base/ |
D | ring_buffer.cpp | 74 errno = -EAGAIN; in ring_buffer_write() 113 errno = -EAGAIN; in ring_buffer_read() 151 errno = -EAGAIN; in ring_buffer_advance_write() 168 errno = -EAGAIN; in ring_buffer_advance_read() 335 errno = -EAGAIN; in ring_buffer_view_write() 377 errno = -EAGAIN; in ring_buffer_view_read()
|
D | ring_buffer_unittest.cpp | 83 EXPECT_EQ(-EAGAIN, errno); in TEST() 92 EXPECT_EQ(-EAGAIN, errno); in TEST() 123 EXPECT_EQ(-EAGAIN, errno); in writeTest() 150 EXPECT_EQ(-EAGAIN, errno); in readTest() 263 EXPECT_EQ(-EAGAIN, errno); in viewWriteTest() 290 EXPECT_EQ(-EAGAIN, errno); in viewReadTest()
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | vsyncworker.cpp | 104 return -EAGAIN; in GetPhasedVSync() 132 if (ret && ret != -EAGAIN) return -1; in SyntheticWaitVBlank()
|
/hardware/google/gfxstream/host/magma/ |
D | DrmDevice.cpp | 73 } while (ret == -1 && (errno == EINTR || errno == EAGAIN)); in ioctl()
|
/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/ |
D | u_gralloc_fallback.c | 187 return -EAGAIN; in fallback_gralloc_get_yuv_info() 270 if (ret != -EAGAIN) in fallback_gralloc_get_buffer_info()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_display_primary.h | 86 int frame_capture_status_ = -EAGAIN;
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_display_primary.h | 80 int frame_capture_status_ = -EAGAIN;
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_display_primary.h | 80 int frame_capture_status_ = -EAGAIN;
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_vsync.cpp | 101 if (errno != EAGAIN && in vsync_loop()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display_primary.h | 100 int frame_capture_status_ = -EAGAIN;
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display_primary.h | 99 int frame_capture_status_ = -EAGAIN;
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display_primary.h | 99 int frame_capture_status_ = -EAGAIN;
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display_primary.h | 97 int frame_capture_status_ = -EAGAIN;
|
/hardware/ril/librilutils/ |
D | record_stream.c | 180 errno = EAGAIN; in record_stream_get_next()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/ |
D | Error.cpp | 50 {EAGAIN, "EAGAIN"}, // Try again
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanSocket.cpp | 130 if (errno == EAGAIN) continue; in readerThread()
|