HomeSort by relevance Sort by last modified time
    Searched refs:ENOTCONN (Results 151 - 175 of 226) sorted by null

1 2 3 4 5 67 8 910

  /system/core/liblog/
logd_writer.c 227 * ENOTCONN occurs if logd dies.
233 if (ret == -ENOTCONN) {
pmsg_writer.c 174 ret = errno ? -errno : -ENOTCONN;
  /external/webrtc/webrtc/base/
openssladapter.cc 526 SetError(ENOTCONN);
596 SetError(ENOTCONN);
virtualsocketserver.cc 242 error_ = ENOTCONN;
259 error_ = ENOTCONN;
381 return ENOTCONN;
    [all...]
win32socketserver.cc 518 error_ = ENOTCONN;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 426 if (res == -ENOTCONN) {
665 if (res == -ENOTCONN) {
  /libcore/luni/src/main/java/android/system/
OsConstants.java 216 public static final int ENOTCONN = placeholder();
    [all...]
  /system/extras/tests/net_test/
sock_diag.py 291 if e.errno == errno.ENOTCONN:
sock_diag_test.py 56 self.assertRaisesErrno(ENOTCONN, sock.getpeername)
92 self.assertRaisesErrno(ENOTCONN, s.getpeername)
  /external/webrtc/webrtc/p2p/base/
tcpport.cc 334 error_ = ENOTCONN;
pseudotcp.cc 422 m_error = ENOTCONN;
456 m_error = ENOTCONN;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 127 if err[0] != errno.ENOTCONN:
ssl.py 130 if e.errno != errno.ENOTCONN:
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtpd.py 127 if err[0] != errno.ENOTCONN:
ssl.py 130 if e.errno != errno.ENOTCONN:
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 127 if err[0] != errno.ENOTCONN:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 127 if err[0] != errno.ENOTCONN:
ssl.py 130 if e.errno != errno.ENOTCONN:
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 127 if err[0] != errno.ENOTCONN:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 127 if err[0] != errno.ENOTCONN:
ssl.py 130 if e.errno != errno.ENOTCONN:
  /frameworks/native/libs/input/
InputTransport.cpp 168 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED || error == ECONNRESET) {
202 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED) {
    [all...]
  /external/deqp/framework/delibs/deutil/
deSocket.c 677 if (errno == ENOTCONN)
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 512 if (errno == ENOTCONN || errno == EROFS) {
513 // When device is actively encrypting, we get ENOTCONN here
  /libcore/ojluni/src/main/native/
Net.c 649 if ((shutdown(fdval(env, fdo), how) < 0) && (errno != ENOTCONN))

Completed in 504 milliseconds

1 2 3 4 5 67 8 910