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

/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionSessionService.aidl27 void newSession(IBinder token, in Bundle args);
H A DVoiceInteractionSessionService.java43 public void newSession(IBinder token, Bundle args) {
/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/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl54 in IImsCallSession newSession, in ImsCallProfile profile);
73 in IImsCallSession newSession, in ImsCallProfile profile);
77 in IImsCallSession newSession, in ImsCallProfile profile);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java190 * Called when the session merge has been started. At this point, the {@code newSession}
195 * @param newSession the session object that is merged with an active & hold session
198 ImsCallSession newSession, ImsCallProfile profile) {
252 * @param newSession the session object that is extended to the conference
256 ImsCallSession newSession, ImsCallProfile profile) {
275 ImsCallSession newSession, ImsCallProfile profile) {
1016 * @param newSession The merged call session.
1021 IImsCallSession newSession, ImsCallProfile profile) {
1024 new ImsCallSession(newSession), profile);
1086 IImsCallSession newSession, ImsCallProfil
197 callSessionMergeStarted(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
255 callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
274 callSessionConferenceExtendReceived(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
1020 callSessionMergeStarted(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
1085 callSessionConferenceExtended(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
1102 callSessionConferenceExtendReceived(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
[all...]
/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.cpp386 ConvertSession *newSession = new ConvertSession(); local
388 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) {
389 convertSessionMap.addValue(convertId, newSession);
393 delete newSession;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java2248 ImsCallSession newSession, ImsCallProfile profile) {
2250 log("callSessionMergeStarted :: session=" + session + " newSession=" + newSession +
2284 mTransientConferenceSession = newSession;
2419 public void callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, argument
2428 log("callSessionConferenceExtended :: session=" + session + " newSession=" +
2429 newSession + ", profile=" + profile);
2432 ImsCall newCall = createNewCall(newSession, profile);
2487 ImsCallSession newSession, ImsCallProfile profile) {
2495 log("callSessionConferenceExtendReceived :: newSession
2247 callSessionMergeStarted(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
2486 callSessionConferenceExtendReceived(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
[all...]
/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;
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java135 mService.newSession(mToken, mArgs);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java447 CameraCaptureSessionImpl newSession =
453 mCurrentSession = newSession;

Completed in 444 milliseconds