HomeSort by relevance Sort by last modified time
    Searched defs:closeChannel (Results 1 - 10 of 10) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
LocalStreamForwarder.java 72 cm.closeChannel(cn, "Closed due to user request.", true);
Session.java 453 cm.closeChannel(cn, "Closed due to user request", true);
  /frameworks/base/telephony/tests/telephonymockriltests/src/com/android/telephonymockriltests/
TelephonyMockTestRunner.java 61 mController.closeChannel();
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
LocalAcceptThread.java 111 cn.cm.closeChannel(cn, "Weird error during creation of StreamForwarder (" + e.getMessage() + ")",
RemoteAcceptThread.java 81 c.cm.closeChannel(c, "EOF on both streams reached.", true);
90 c.cm.closeChannel(c, "IOException in proxy code (" + e.getMessage() + ")", true);
StreamForwarder.java 60 c.cm.closeChannel(c, "Closed due to exception in StreamForwarder (" + mode + "): "
99 c.cm.closeChannel(c, "StreamForwarder (" + mode + ") is cleaning up the connection", true);
RemoteX11AcceptThread.java 222 c.cm.closeChannel(c, "EOF on both X11 streams reached.", true);
231 c.cm.closeChannel(c, "IOException in X11 proxy code (" + e.getMessage() + ")", true);
ChannelManager.java 263 closeChannel(c, "Closing X11 channel since the corresponding session is closing", true);
297 closeChannel(c, "Closing all channels", true);
305 public void closeChannel(Channel c, String reason, boolean force) throws IOException
    [all...]
  /frameworks/base/telephony/mockril/src/com/android/internal/telephony/mockril/
MockRilController.java 49 public void closeChannel() {
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
EmulatorConnection.java 132 abstract public void closeChannel() throws IOException;
258 public void closeChannel() throws IOException {
398 public void closeChannel() throws IOException {
    [all...]

Completed in 196 milliseconds