Home
last modified time | relevance | path

Searched defs:sourceChannel (Results 1 – 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java500 MessageChannel sourceChannel, SIPDialog dialog) { in processResponse()
607 MessageChannel sourceChannel, SIPDialog sipDialog) throws IOException { in nonInviteClientTransaction()
724 MessageChannel sourceChannel, SIPDialog dialog) throws IOException { in inviteClientTransaction()
DSIPServerTransaction.java708 public void processRequest(SIPRequest transactionRequest, MessageChannel sourceChannel) { in processRequest()
/external/downloader/src/main/java/com/google/android/downloader/
DPlatformUrlEngine.java205 try (ReadableByteChannel sourceChannel = in readResponseBody()
/external/guava/guava/src/com/google/common/io/
DByteStreams.java136 FileChannel sourceChannel = (FileChannel) from; in copy() local
/external/guava/android/guava/src/com/google/common/io/
DByteStreams.java136 FileChannel sourceChannel = (FileChannel) from; in copy() local