/aosp12/packages/modules/adb/sysdeps/win32/ |
H A D | errno_test.cpp | 50 TestAdbStrError(ECONNRESET, "Connection reset by peer"); in TEST()
|
H A D | errno.cpp | 51 ERR(ECONNRESET, "Connection reset by peer"); in adb_strerror()
|
/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | errno.h | 91 #define ECONNRESET 104 macro
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | h4_packetizer.cc | 72 } else if (errno == ECONNRESET) { in OnDataReady()
|
/aosp12/system/netd/tests/ |
H A D | sock_diag_test.cpp | 231 EXPECT_TRUE(errno == ECONNABORTED || errno == ECONNRESET) in TEST_F() 239 EXPECT_TRUE(errno == ECONNABORTED || errno == ECONNRESET) in TEST_F()
|
H A D | binder_test.cpp | 745 EXPECT_EQ(ECONNRESET, err); in checkSocketpairClosed() 854 EXPECT_TRUE(errno == ECONNABORTED || errno == ECONNRESET); in TEST_F()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | errno_h.c | 49 MACRO(ECONNRESET); in errno_h()
|
/aosp12/system/bt/hci/src/ |
H A D | btsnoop_net.cc | 86 if (ret == -1 && errno == ECONNRESET) { in btsnoop_net_write()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/ |
H A D | Error.cpp | 141 {ECONNRESET, "ECONNRESET"}, // Connection reset by peer
|
/aosp12/bionic/libc/bionic/ |
H A D | strerror.cpp | 149 [ECONNRESET] = "Connection reset by peer",
|
/aosp12/frameworks/native/libs/binder/ |
H A D | RpcSession.cpp | 239 if (errno == ECONNRESET) { in setupOneSocketClient()
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | ARTPConnection.cpp | 468 if (err == -ECONNRESET) { in onPollStreams() 627 return -ECONNRESET; in receive()
|
/aosp12/system/netd/server/ |
H A D | SockDiagTest.cpp | 449 EXPECT_TRUE(err == ECONNABORTED || err == ECONNRESET) in checkSocketState()
|
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_send.c | 896 if (*terrno == ECONNRESET && !connreset) { in send_vc()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | res_send.cpp | 789 if (*terrno == ECONNRESET && !connreset) { in send_vc()
|
/aosp12/packages/modules/adb/client/ |
H A D | file_sync_client.cpp | 972 if (errno == ECONNRESET) { in WriteOrDie()
|
/aosp12/frameworks/native/libs/input/ |
H A D | InputTransport.cpp | 375 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED || error == ECONNRESET) { in sendMessage()
|
/aosp12/packages/modules/adb/ |
H A D | sysdeps_win32.cpp | 590 case WSAECONNRESET: errno = ECONNRESET; break; in _socket_set_errno()
|
/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 | 27727 field public static final int ECONNRESET;
|