Home
last modified time | relevance | path

Searched refs:ENOTCONN (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/
DRpcTransportTipcAndroid.cpp133 if (status == -ENOTCONN) { in adjustStatus()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3IOStreamBase.cpp165 return -ENOTCONN; in disconnectLocked()
DCamera3Stream.cpp629 if (res == -ENOTCONN) { in tearDown()
952 if (res == -ENOTCONN) { in disconnect()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java300 public static final int ENOTCONN = placeholder(); field in OsConstants
1172 if (errno == ENOTCONN) { in errnoName()
/frameworks/native/libs/input/
DInputTransport.cpp408 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED || error == ECONNRESET) { in sendMessage()
440 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED) { in receiveMessage()
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp416 reply->setInt32("result", -ENOTCONN); in onSendRequest()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp217 initConstant(env, c, "ENOTCONN", ENOTCONN); in OsConstants_initConstants()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27768 field public static final int ENOTCONN;