HomeSort by relevance Sort by last modified time
    Searched defs:processResponse (Results 1 - 25 of 32) sorted by null

1 2

  /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);
UDPMessageChannel.java 539 sipServerResponse.processResponse(sipResponse, this);
    [all...]
TLSMessageChannel.java 548 sipServerResponse.processResponse(sipResponse, this);
  /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...]
  /hardware/ril/libril/
sap_service.cpp 766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) {
775 RLOGE("processResponse: sapCallback == NULL; msgId = %d; msgType = %d",
781 RLOGE("processResponse: *messagePtr == NULL; msgId = %d; msgType = %d",
787 RLOGD("processResponse: sapCallback != NULL; msgId = %d; msgType = %d",
794 RLOGD("processResponse: calling sapCallback->connectResponse %d %d %d",
806 RLOGD("processResponse: calling sapCallback->disconnectResponse %d", rsp->token);
811 RLOGD("processResponse: calling sapCallback->disconnectIndication %d %d",
821 RLOGD("processResponse: calling sapCallback->apduResponse %d %d",
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioConfig.java 222 public RILRequest processResponse(RadioResponseInfo responseInfo) {
228 loge("processResponse: Unexpected response type " + type);
233 loge("processResponse: Unexpected response! serial: " + serial + " error: " + error);
RIL.java     [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 341 public void processResponse(ResponseEvent event) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareStateManager.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 

Completed in 2010 milliseconds

1 2