Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 6 of 6) 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/av/media/mtp/
DMtpFfsHandle.cpp385 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.cpp554 if (connErrno == EAGAIN || connErrno == EINPROGRESS) { in setupOneSocketConnection()
/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