/frameworks/native/cmds/bugreportz/ |
D | bugreportz.cpp | 53 if (errno == EAGAIN) { in bugreportz() 83 if (errno == EAGAIN) { in bugreportz_stream()
|
/frameworks/base/cmds/incidentd/src/ |
D | FdBuffer.cpp | 95 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()
|
D | incidentd_util.cpp | 222 if (errno == EAGAIN) { in waitpid_with_timeout()
|
/frameworks/av/media/module/extractors/mpeg2/ |
D | MPEG2PSExtractor.cpp | 172 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/ |
D | sem_test.cc | 32 ASSERT_EQ(errno, EAGAIN); in TEST()
|
/frameworks/libs/binary_translation/guest_os_primitives/ |
D | guest_thread_pthread_create.cc | 39 return EAGAIN; in CreateNewGuestThread()
|
D | guest_thread_clone.cc | 123 return EAGAIN; in CloneGuestThread()
|
/frameworks/native/libs/binder/ |
D | RpcTransportUtils.h | 66 if (havePolled || (savedErrno != EAGAIN && savedErrno != EWOULDBLOCK)) { in interruptableReadOrWrite()
|
D | RpcTransportRaw.cpp | 47 if (savedErrno == EAGAIN || savedErrno == EWOULDBLOCK) { in pollRead()
|
D | RpcTransportTipcAndroid.cpp | 51 if (savedErrno == EAGAIN || savedErrno == EWOULDBLOCK) { in pollRead()
|
D | RpcTransportTls.cpp | 65 if (errno == EAGAIN || errno == EWOULDBLOCK) { in socketRead() 75 if (errno == EAGAIN || errno == EWOULDBLOCK) { in socketWrite()
|
/frameworks/av/cmds/stagefright/ |
D | codec.cpp | 201 CHECK_EQ(err, -EAGAIN); in decode() 227 CHECK_EQ(err, -EAGAIN); in decode() 305 CHECK_EQ(err, -EAGAIN); in decode()
|
/frameworks/base/core/jni/ |
D | android_view_InputQueue.cpp | 107 if (nRead < 0 && errno != EAGAIN) { in getEvent() 182 if (res < 0 && errno != EAGAIN) { in enqueueEvent()
|
D | android_hardware_UsbDeviceConnection.cpp | 241 if (error != EAGAIN) { in android_hardware_UsbDeviceConnection_request_wait()
|
/frameworks/av/media/module/foundation/ |
D | avc_utils.cpp | 302 return -EAGAIN; in getNextNALUnit() 317 return -EAGAIN; in getNextNALUnit() 334 return -EAGAIN; in getNextNALUnit()
|
/frameworks/native/services/sensorservice/tests/ |
D | sensorservicetest.cpp | 57 if (n<0 && n != -EAGAIN) { in receiver()
|
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 126 binderTestIoctlErr1(BINDER_WRITE_READ, &bwr, EAGAIN); in binderTestReadEmpty() 268 binderTestIoctlSuccessOrError(BINDER_WRITE_READ, &bwr, EAGAIN); in TEST_F()
|
/frameworks/native/libs/sensor/ |
D | BitTube.cpp | 123 if (err == EAGAIN || err == EWOULDBLOCK) { in read()
|
D | SensorEventQueue.cpp | 162 } else if (size < 0 && errno == EAGAIN) { in injectSensorEvent()
|
/frameworks/av/media/libdatasource/ |
D | NuCachedSource2.cpp | 431 mFinalStatus = -EAGAIN; in onFetch() 468 if (result == -EAGAIN) { in onRead() 662 return -EAGAIN; in readInternal()
|
/frameworks/opt/net/wifi/libwifi_hal/ |
D | wifi_hal_common.cpp | 86 if (ret < 0 && errno == EAGAIN) in rmmod()
|
/frameworks/av/media/libstagefright/ |
D | SimpleDecodingSource.cpp | 254 if (res == -EAGAIN) { in doRead() 360 if (res == -EAGAIN) { in doRead()
|
/frameworks/native/libs/gui/ |
D | BitTube.cpp | 109 if (err == EAGAIN || err == EWOULDBLOCK) { in read()
|
/frameworks/base/apex/jobscheduler/service/jni/ |
D | com_android_server_alarm_AlarmManagerService.cpp | 148 if (err < 0 && errno != EAGAIN) { in waitForAlarm()
|
/frameworks/av/media/libaudiohal/impl/ |
D | StreamHalHidl.cpp | 493 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()
|