HomeSort by relevance Sort by last modified time
    Searched refs:makeCall (Results 1 - 25 of 27) sorted by null

1 2

  /external/javassist/src/main/javassist/compiler/ast/
CallExpr.java 41 public static CallExpr makeCall(ASTree target, ASTree args) {
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipSession.aidl 116 void makeCall(in SipProfile callee, String sessionDescription, int timeout);
SipSession.java 400 public void makeCall(SipProfile callee, String sessionDescription,
403 mSession.makeCall(callee, sessionDescription, timeout);
405 loge("makeCall:", e);
SipAudioCall.java 544 newSession.makeCall(newSession.getPeerProfile(),
622 public void makeCall(SipProfile peerProfile, SipSession sipSession,
624 if (DBG) log("makeCall: " + peerProfile + " session=" + sipSession + " timeout=" + timeout);
635 sipSession.makeCall(peerProfile, createOffer().encode(),
638 loge("makeCall:", e);
639 throw new SipException("makeCall()", e);
    [all...]
SipManager.java 339 call.makeCall(peerProfile, s, timeout);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptBase.h 68 void makeCall(ScriptFunctionCall&, RefPtr<JSONValue>* result);