Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/metrics/
H A DConnectStats.java33 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 Derrno.h102 #define EINPROGRESS 115 macro
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DNetdEventListenerServiceTest.java369 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 DIpConnectivityMetricsTest.java318 connectEvent(100, OsConstants.EINPROGRESS, 0, EXAMPLE_IPV6); in testEndToEndLogging()
/aosp12/bionic/tests/headers/posix/
H A Derrno_h.c60 MACRO(EINPROGRESS); in errno_h()
/aosp12/system/core/libcutils/
H A Dsocket_network_client_unix.cpp72 } else if (rc == -1 && errno != EINPROGRESS) { in socket_network_client_timeout()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
H A DError.cpp152 {EINPROGRESS, "EINPROGRESS"}, // Operation now in progress
/aosp12/bionic/libc/bionic/
H A Dstrerror.cpp160 [EINPROGRESS] = "Operation now in progress",
/aosp12/packages/modules/DnsResolver/
H A DDnsTlsSocket.cpp110 errno != EINPROGRESS) { in tcpConnect()
H A Dres_send.cpp877 if (res < 0 && errno != EINPROGRESS) { in connect_with_timeout()
/aosp12/frameworks/av/media/mtp/
H A DMtpFfsHandle.cpp385 if (io_cancel(mCtx, iocb[j], nullptr) != -1 || errno != EINPROGRESS) { in cancelEvents()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp290 if (errno == EINPROGRESS) { in onConnect()
/aosp12/bionic/libc/dns/resolv/
H A Dres_send.c992 if (res < 0 && errno != EINPROGRESS) { in connect_with_timeout()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt27738 field public static final int EINPROGRESS;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt36213 Landroid/net/metrics/ConnectStats;->EINPROGRESS:I