Home
last modified time | relevance | path

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

123

/frameworks/native/cmds/bugreportz/
Dbugreportz.cpp53 if (errno == EAGAIN) { in bugreportz()
83 if (errno == EAGAIN) { in bugreportz_stream()
/frameworks/base/cmds/incidentd/src/
DFdBuffer.cpp95 if (errno == EAGAIN || errno == EWOULDBLOCK) { in read()
216 if (!(errno == EAGAIN || errno == EWOULDBLOCK)) { in readProcessedDataInStream()
238 if (!(errno == EAGAIN || errno == EWOULDBLOCK)) { in readProcessedDataInStream()
267 if (!(errno == EAGAIN || errno == EWOULDBLOCK)) { in readProcessedDataInStream()
Dincidentd_util.cpp222 if (errno == EAGAIN) { in waitpid_with_timeout()
/frameworks/av/media/module/extractors/mpeg2/
DMPEG2PSExtractor.cpp172 if (err == -EAGAIN && mFinalResult == OK) { in feedMore()
205 return -EAGAIN; in dequeueChunk()
238 return -EAGAIN; in dequeueChunk()
252 return -EAGAIN; in dequeuePack()
262 return -EAGAIN; in dequeueSystemHeader()
272 return -EAGAIN; in dequeuePES()
278 return -EAGAIN; in dequeuePES()
284 return -EAGAIN; in dequeuePES()
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dsem_test.cc32 ASSERT_EQ(errno, EAGAIN); in TEST()
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_pthread_create.cc39 return EAGAIN; in CreateNewGuestThread()
Dguest_thread_clone.cc123 return EAGAIN; in CloneGuestThread()
/frameworks/native/libs/binder/
DRpcTransportUtils.h66 if (havePolled || (savedErrno != EAGAIN && savedErrno != EWOULDBLOCK)) { in interruptableReadOrWrite()
DRpcTransportRaw.cpp47 if (savedErrno == EAGAIN || savedErrno == EWOULDBLOCK) { in pollRead()
DRpcTransportTipcAndroid.cpp51 if (savedErrno == EAGAIN || savedErrno == EWOULDBLOCK) { in pollRead()
DRpcTransportTls.cpp65 if (errno == EAGAIN || errno == EWOULDBLOCK) { in socketRead()
75 if (errno == EAGAIN || errno == EWOULDBLOCK) { in socketWrite()
/frameworks/av/cmds/stagefright/
Dcodec.cpp201 CHECK_EQ(err, -EAGAIN); in decode()
227 CHECK_EQ(err, -EAGAIN); in decode()
305 CHECK_EQ(err, -EAGAIN); in decode()
/frameworks/base/core/jni/
Dandroid_view_InputQueue.cpp107 if (nRead < 0 && errno != EAGAIN) { in getEvent()
182 if (res < 0 && errno != EAGAIN) { in enqueueEvent()
Dandroid_hardware_UsbDeviceConnection.cpp241 if (error != EAGAIN) { in android_hardware_UsbDeviceConnection_request_wait()
/frameworks/av/media/module/foundation/
Davc_utils.cpp302 return -EAGAIN; in getNextNALUnit()
317 return -EAGAIN; in getNextNALUnit()
334 return -EAGAIN; in getNextNALUnit()
/frameworks/native/services/sensorservice/tests/
Dsensorservicetest.cpp57 if (n<0 && n != -EAGAIN) { in receiver()
/frameworks/native/libs/binder/tests/
DbinderDriverInterfaceTest.cpp126 binderTestIoctlErr1(BINDER_WRITE_READ, &bwr, EAGAIN); in binderTestReadEmpty()
268 binderTestIoctlSuccessOrError(BINDER_WRITE_READ, &bwr, EAGAIN); in TEST_F()
/frameworks/native/libs/sensor/
DBitTube.cpp123 if (err == EAGAIN || err == EWOULDBLOCK) { in read()
DSensorEventQueue.cpp162 } else if (size < 0 && errno == EAGAIN) { in injectSensorEvent()
/frameworks/av/media/libdatasource/
DNuCachedSource2.cpp431 mFinalStatus = -EAGAIN; in onFetch()
468 if (result == -EAGAIN) { in onRead()
662 return -EAGAIN; in readInternal()
/frameworks/opt/net/wifi/libwifi_hal/
Dwifi_hal_common.cpp86 if (ret < 0 && errno == EAGAIN) in rmmod()
/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp254 if (res == -EAGAIN) { in doRead()
360 if (res == -EAGAIN) { in doRead()
/frameworks/native/libs/gui/
DBitTube.cpp109 if (err == EAGAIN || err == EWOULDBLOCK) { in read()
/frameworks/base/apex/jobscheduler/service/jni/
Dcom_android_server_alarm_AlarmManagerService.cpp148 if (err < 0 && errno != EAGAIN) { in waitForAlarm()
/frameworks/av/media/libaudiohal/impl/
DStreamHalHidl.cpp493 return -EAGAIN; in callWriterThread()
526 if (ret == -EAGAIN || ret == -EINTR) { in callWriterThread()
1090 return -EAGAIN; in callReaderThread()
1112 if (ret == -EAGAIN || ret == -EINTR) { in callReaderThread()

123