/aosp12/frameworks/base/core/java/android/net/metrics/ |
H A D | ConnectStats.java | 33 private final static int EINPROGRESS = OsConstants.EINPROGRESS; field in ConnectStats 113 return (errno == EINPROGRESS) || (errno == EALREADY); in isNonBlocking()
|
/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | errno.h | 102 #define EINPROGRESS 115 macro
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | NetdEventListenerServiceTest.java | 369 connectEventAction(100, OsConstants.EINPROGRESS, 0, EXAMPLE_IPV4), in testConnectLogging() 370 connectEventAction(101, OsConstants.EINPROGRESS, 0, EXAMPLE_IPV6), in testConnectLogging() 371 connectEventAction(101, OsConstants.EINPROGRESS, 0, EXAMPLE_IPV6), in testConnectLogging()
|
H A D | IpConnectivityMetricsTest.java | 318 connectEvent(100, OsConstants.EINPROGRESS, 0, EXAMPLE_IPV6); in testEndToEndLogging()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | errno_h.c | 60 MACRO(EINPROGRESS); in errno_h()
|
/aosp12/system/core/libcutils/ |
H A D | socket_network_client_unix.cpp | 72 } else if (rc == -1 && errno != EINPROGRESS) { in socket_network_client_timeout()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/ |
H A D | Error.cpp | 152 {EINPROGRESS, "EINPROGRESS"}, // Operation now in progress
|
/aosp12/bionic/libc/bionic/ |
H A D | strerror.cpp | 160 [EINPROGRESS] = "Operation now in progress",
|
/aosp12/packages/modules/DnsResolver/ |
H A D | DnsTlsSocket.cpp | 110 errno != EINPROGRESS) { in tcpConnect()
|
H A D | res_send.cpp | 877 if (res < 0 && errno != EINPROGRESS) { in connect_with_timeout()
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpFfsHandle.cpp | 385 if (io_cancel(mCtx, iocb[j], nullptr) != -1 || errno != EINPROGRESS) { in cancelEvents()
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | ARTSPConnection.cpp | 290 if (errno == EINPROGRESS) { in onConnect()
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_send.c | 992 if (res < 0 && errno != EINPROGRESS) { in connect_with_timeout()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 27738 field public static final int EINPROGRESS;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 36213 Landroid/net/metrics/ConnectStats;->EINPROGRESS:I
|