Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 25 of 109) sorted by relevance

12345

/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dinv_sysfs_utils.c91 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/
Dinv_sysfs_utils.c85 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/
DSocketErrors.h27 # ifndef EAGAIN
28 # define EAGAIN 10035 macro
31 # define EWOULDBLOCK EAGAIN
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DVirtioGpuPipeStream.cpp169 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/
Dlibsync.h127 } while (ret == -1 && (errno == EINTR || errno == EAGAIN));
142 } while (ret == -1 && (errno == EINTR || errno == EAGAIN));
/hardware/interfaces/bluetooth/1.0/default/
Dhci_protocol.cc38 if (errno == EAGAIN) continue; in WriteSafely()
Dh4_protocol.cc47 if (errno == EAGAIN) continue; in Send()
/hardware/google/gfxstream/guest/android-emu/aemu/base/
Dring_buffer.c88 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/
Dqemu_pipe_guest.cpp198 case EAGAIN: in qemu_pipe_try_again()
201 errno = EAGAIN; in qemu_pipe_try_again()
/hardware/google/aemu/base/
Dring_buffer.cpp74 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()
Dring_buffer_unittest.cpp83 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/
Dvsyncworker.cpp104 return -EAGAIN; in GetPhasedVSync()
132 if (ret && ret != -EAGAIN) return -1; in SyntheticWaitVBlank()
/hardware/google/gfxstream/host/magma/
DDrmDevice.cpp73 } while (ret == -1 && (errno == EINTR || errno == EAGAIN)); in ioctl()
/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/
Du_gralloc_fallback.c187 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/
Dhwc_display_primary.h86 int frame_capture_status_ = -EAGAIN;
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_primary.h80 int frame_capture_status_ = -EAGAIN;
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_primary.h80 int frame_capture_status_ = -EAGAIN;
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_vsync.cpp101 if (errno != EAGAIN && in vsync_loop()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display_primary.h100 int frame_capture_status_ = -EAGAIN;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_primary.h99 int frame_capture_status_ = -EAGAIN;
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_primary.h99 int frame_capture_status_ = -EAGAIN;
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_primary.h97 int frame_capture_status_ = -EAGAIN;
/hardware/ril/librilutils/
Drecord_stream.c180 errno = EAGAIN; in record_stream_get_next()
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
DError.cpp50 {EAGAIN, "EAGAIN"}, // Try again
/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp130 if (errno == EAGAIN) continue; in readerThread()

12345