Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/net/metrics/
DConnectStats.java33 private final static int EINPROGRESS = OsConstants.EINPROGRESS; field in ConnectStats
113 return (errno == EINPROGRESS) || (errno == EALREADY); in isNonBlocking()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java269 public static final int EINPROGRESS = placeholder(); field in OsConstants
1079 if (errno == EINPROGRESS) { in errnoName()
/frameworks/av/media/mtp/
DMtpFfsHandle.cpp389 if (io_cancel(mCtx, iocb[j], nullptr) != -1 || errno != EINPROGRESS) { in cancelEvents()
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp290 if (errno == EINPROGRESS) { in onConnect()
/frameworks/native/libs/binder/
DRpcSession.cpp620 if (connErrno == EAGAIN || connErrno == EINPROGRESS) { in setupOneSocketConnection()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp186 initConstant(env, c, "EINPROGRESS", EINPROGRESS); in OsConstants_initConstants()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1197 if (ret != 0 && (errno == EAGAIN || errno == EINPROGRESS)) { in testSupportVsockLoopback()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27738 field public static final int EINPROGRESS;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt33012 Landroid/net/metrics/ConnectStats;->EINPROGRESS:I