Searched refs:sessionDescription (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/voip/java/android/net/sip/
H A DISipSession.aidl111 * @param sessionDescription the session description of this call
116 void makeCall(in SipProfile callee, String sessionDescription, int timeout);
123 * @param sessionDescription the session description to answer this call
127 void answerCall(String sessionDescription, int timeout);
143 * @param sessionDescription the new session description
147 void changeCall(String sessionDescription, int timeout);
H A DSipSessionAdapter.java29 String sessionDescription) {
36 String sessionDescription) {
28 onRinging(ISipSession session, SipProfile caller, String sessionDescription) argument
35 onCallEstablished(ISipSession session, String sessionDescription) argument
H A DISipSessionListener.aidl39 * @param sessionDescription the caller's session description
42 String sessionDescription);
55 * @param sessionDescription the peer's session description
58 String sessionDescription);
H A DSipSession.java122 * @param sessionDescription the caller's session description
125 String sessionDescription) {
140 * @param sessionDescription the peer's session description
143 String sessionDescription) {
380 * @param sessionDescription the session description of this call
386 public void makeCall(SipProfile callee, String sessionDescription, argument
389 mSession.makeCall(callee, sessionDescription, timeout);
400 * @param sessionDescription the session description to answer this call
405 public void answerCall(String sessionDescription, int timeout) { argument
407 mSession.answerCall(sessionDescription, timeou
124 onRinging(SipSession session, SipProfile caller, String sessionDescription) argument
142 onCallEstablished(SipSession session, String sessionDescription) argument
438 changeCall(String sessionDescription, int timeout) argument
[all...]
H A DSipAudioCall.java380 SipProfile peerProfile, String sessionDescription) {
392 String answer = createAnswer(sessionDescription).encode();
403 String sessionDescription) {
404 mPeerSd = sessionDescription;
520 * @param sessionDescription the session description of the incoming call
525 public void attachCall(SipSession session, String sessionDescription) argument
533 mPeerSd = sessionDescription;
H A DSipManager.java444 * @param sessionDescription the session description of the incoming call
449 String sessionDescription) {
452 intent.putExtra(EXTRA_OFFER_SD, sessionDescription);
448 createIncomingCallBroadcast(String callId, String sessionDescription) argument
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionListenerProxy.java60 final String sessionDescription) {
65 mListener.onRinging(session, caller, sessionDescription);
87 final String sessionDescription) {
92 mListener.onCallEstablished(session, sessionDescription);
59 onRinging(final ISipSession session, final SipProfile caller, final String sessionDescription) argument
86 onCallEstablished(final ISipSession session, final String sessionDescription) argument
H A DSipHelper.java249 String sessionDescription, String tag)
265 request.setContent(sessionDescription,
280 String sessionDescription) throws SipException {
283 request.setContent(sessionDescription,
335 SipProfile localProfile, String sessionDescription,
343 response.setContent(sessionDescription,
248 sendInvite(SipProfile caller, SipProfile callee, String sessionDescription, String tag) argument
279 sendReinvite(Dialog dialog, String sessionDescription) argument
334 sendInviteOk(RequestEvent event, SipProfile localProfile, String sessionDescription, ServerTransaction inviteTransaction) argument
H A DSipSessionGroup.java523 public void makeCall(SipProfile peerProfile, String sessionDescription, argument
525 doCommandAsync(new MakeCallCommand(peerProfile, sessionDescription,
529 public void answerCall(String sessionDescription, int timeout) { argument
534 sessionDescription, timeout));
545 public void changeCall(String sessionDescription, int timeout) { argument
549 sessionDescription, timeout));
1419 String sessionDescription) {
1420 this(peerProfile, sessionDescription, -1);
1424 String sessionDescription, int timeout) {
1426 mSessionDescription = sessionDescription;
1418 MakeCallCommand(SipProfile peerProfile, String sessionDescription) argument
1423 MakeCallCommand(SipProfile peerProfile, String sessionDescription, int timeout) argument
[all...]
H A DSipService.java613 String sessionDescription) {
627 session.getCallId(), sessionDescription);
612 onRinging(ISipSession s, SipProfile caller, String sessionDescription) argument

Completed in 141 milliseconds