HomeSort by relevance Sort by last modified time
    Searched refs:makeCall (Results 1 - 25 of 29) 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);
InjectedScriptCanvasModule.cpp 91 makeCall(function, &resultValue);
109 makeCall(function, &resultValue);
144 makeCall(function, &resultValue);
159 makeCall(function, &resultValue);
182 makeCall(function, &resultValue);
199 makeCall(function, &resultValue);
InjectedScript.cpp 102 makeCall(function, &resultValue);
122 makeCall(function, &resultValue);
154 makeCall(function, &resultValue);
171 makeCall(function, &resultValue);
188 makeCall(function, &result);
202 makeCall(function, &result);
232 makeCall(function, &result);
307 makeCall(function, &result);
InjectedScriptBase.cpp 104 void InjectedScriptBase::makeCall(ScriptFunctionCall& function, RefPtr<JSONValue>* result)
127 makeCall(function, &result);
  /external/javassist/src/main/javassist/compiler/
Javac.java 446 expr = CallExpr.makeCall(expr, args);
458 expr = CallExpr.makeCall(expr, args);
488 expr = CallExpr.makeCall(expr, args);
498 expr = CallExpr.makeCall(expr, args);
TypeChecker.java 316 e = CallExpr.makeCall(Expr.make('.', e,
490 return CallExpr.makeCall(Expr.make('.', target, new Member("append")),
    [all...]
Parser.java     [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java 203 * The caller may make subsquent calls through {@link #makeCall}.
399 public ImsCall makeCall(int serviceId, ImsCallProfile profile, String[] callees,
402 log("makeCall :: serviceId=" + serviceId
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 404 ImsCall imsCall = mImsManager.makeCall(mServiceId, profile,
783 mUssdSession = mImsManager.makeCall(mServiceId, profile,
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 225 unsigned makeCall(unsigned NumArgs, const NamedDecl *D) {
373 unsigned Root = makeCall(NumCallArgs, nullptr);
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 698 public void makeCall(SipProfile peerProfile, String sessionDescription,
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
android.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 416 milliseconds

1 2