Searched refs:newSession (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipSessionListener.aidl77 * @param newSession the new session that the call will be transferred to
80 void onCallTransferring(in ISipSession newSession, String sessionDescription);
H A DSipAudioCall.java537 public void onCallTransferring(SipSession newSession,
540 + mSipSession + " newSession=" + newSession);
541 mTransferringSession = newSession;
544 newSession.makeCall(newSession.getPeerProfile(),
548 newSession.answerCall(answer, SESSION_TIMEOUT);
552 newSession.endCall();
H A DSipSession.java169 * @param newSession the new session that the call will be transferred to
172 public void onCallTransferring(SipSession newSession, argument
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java290 private synchronized void addSipSession(SipSessionImpl newSession) { argument
291 removeSipSession(newSession);
292 String key = newSession.getCallId();
293 mSessionMap.put(key, newSession);
294 if (isLoggable(newSession)) {
425 SipSessionImpl newSession = new SipSessionImpl(listener);
426 newSession.mServerTransaction = transaction;
427 newSession.mState = newState;
428 newSession.mDialog = newSession
[all...]
H A DSipSessionListenerProxy.java124 public void onCallTransferring(final ISipSession newSession, argument
131 mListener.onCallTransferring(newSession, sessionDescription);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp385 ConvertSession *newSession = new ConvertSession(); local
387 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) {
388 convertSessionMap.addValue(convertId, newSession);
392 delete newSession;
/frameworks/av/media/mtp/
H A DMtpDevice.cpp284 MtpSessionID newSession = 1; local
286 mRequest.setParameter(1, newSession);
291 newSession = mResponse.getParameter(1);
295 mSessionID = newSession;

Completed in 126 milliseconds