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

  /external/nist-sip/java/gov/nist/javax/sip/stack/
ServerResponseInterface.java 33 * Salvador Rey Calatayud suggested adding a parameter to the processRequest/processResponse
41 * and then calls processResponse on the newly created SIPServerResponse
59 public void processResponse(
72 public void processResponse(
SIPClientTransaction.java 499 public synchronized void processResponse(SIPResponse transactionResponse,
525 * JvB: this is now duplicate with code in the other processResponse
617 respondTo.processResponse(transactionResponse, this, sipDialog);
624 respondTo.processResponse(transactionResponse, this, sipDialog);
638 respondTo.processResponse(transactionResponse, this, sipDialog);
644 respondTo.processResponse(transactionResponse, this, sipDialog);
    [all...]
TCPMessageChannel.java 569 sipServerResponse.processResponse(sipResponse, this);
TLSMessageChannel.java 548 sipServerResponse.processResponse(sipResponse, this);
UDPMessageChannel.java 539 sipServerResponse.processResponse(sipResponse, this);
    [all...]
  /external/nist-sip/java/javax/sip/
SipListener.java 7 void processResponse(ResponseEvent responseEvent);
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 291 sipListener.processResponse((ResponseEvent) sipEvent);
DialogFilter.java     [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 301 public void processResponse(ResponseEvent event) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 573 processResponse(p);
    [all...]

Completed in 195 milliseconds