Searched refs:makeCall (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipSession.aidl116 void makeCall(in SipProfile callee, String sessionDescription, int timeout);
H A DSipSession.java400 public void makeCall(SipProfile callee, String sessionDescription, method in class:SipSession
403 mSession.makeCall(callee, sessionDescription, timeout);
405 loge("makeCall:", e);
H A DSipAudioCall.java544 newSession.makeCall(newSession.getPeerProfile(),
622 public void makeCall(SipProfile peerProfile, SipSession sipSession, method in class:SipAudioCall
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);
H A DSipManager.java328 call.makeCall(peerProfile, s, timeout);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java698 public void makeCall(SipProfile peerProfile, String sessionDescription, method in class:SipSessionGroup.SipSessionImpl

Completed in 206 milliseconds