Home
last modified time | relevance | path

Searched refs:newSession (Results 1 – 21 of 21) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java201 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument
259 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended() argument
278 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived() argument
1036 IImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument
1048 public void callSessionMergeComplete(IImsCallSession newSession) { in callSessionMergeComplete() argument
1050 if (newSession != null) { in callSessionMergeComplete()
1055 if (!Objects.equals(miSession.getCallId(), newSession.getCallId())) { in callSessionMergeComplete()
1057 validActiveSession = new ImsCallSession(newSession); in callSessionMergeComplete()
1116 IImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended() argument
1119 new ImsCallSession(newSession), profile); in callSessionConferenceExtended()
[all …]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java290 private synchronized void addSipSession(SipSessionImpl newSession) { in addSipSession() argument
291 removeSipSession(newSession); in addSipSession()
292 String key = newSession.getCallId(); in addSipSession()
293 mSessionMap.put(key, newSession); in addSipSession()
294 if (isLoggable(newSession)) { in addSipSession()
425 SipSessionImpl newSession = new SipSessionImpl(listener); in createNewSession() local
426 newSession.mServerTransaction = transaction; in createNewSession()
427 newSession.mState = newState; in createNewSession()
428 newSession.mDialog = newSession.mServerTransaction.getDialog(); in createNewSession()
429 newSession.mInviteReceived = event; in createNewSession()
[all …]
DSipSessionListenerProxy.java124 public void onCallTransferring(final ISipSession newSession, in onCallTransferring() argument
131 mListener.onCallTransferring(newSession, sessionDescription); in onCallTransferring()
/frameworks/support/customtabs/src/android/support/customtabs/
DCustomTabsService.java63 public boolean newSession(ICustomTabsCallback callback) {
76 return CustomTabsService.this.newSession(sessionToken);
142 protected abstract boolean newSession(CustomTabsSessionToken sessionToken); in newSession() method in CustomTabsService
DCustomTabsClient.java88 public CustomTabsSession newSession(final CustomTabsCallback callback) { in newSession() method in CustomTabsClient
102 if (!mService.newSession(wrapper)) return null; in newSession()
DICustomTabsService.aidl31 boolean newSession(in ICustomTabsCallback callback) = 2;
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl54 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() argument
73 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended() argument
77 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtendReceived() argument
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java537 public void onCallTransferring(SipSession newSession, in createListener() argument
540 + mSipSession + " newSession=" + newSession); in createListener()
541 mTransferringSession = newSession; in createListener()
544 newSession.makeCall(newSession.getPeerProfile(), in createListener()
548 newSession.answerCall(answer, SESSION_TIMEOUT); in createListener()
552 newSession.endCall(); in createListener()
DISipSessionListener.aidl80 void onCallTransferring(in ISipSession newSession, String sessionDescription); in onCallTransferring() argument
DSipSession.java172 public void onCallTransferring(SipSession newSession, in onCallTransferring() argument
/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionSessionService.aidl27 void newSession(IBinder token, in Bundle args, int startFlags); in newSession() method
DVoiceInteractionSessionService.java47 public void newSession(IBinder token, Bundle args, int startFlags) {
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2313 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument
2314 logi("callSessionMergeStarted :: session=" + session + " newSession=" + newSession + in callSessionMergeStarted()
2356 public void callSessionMergeComplete(ImsCallSession newSession) { in callSessionMergeComplete() argument
2357 logi("callSessionMergeComplete :: newSession =" + newSession); in callSessionMergeComplete()
2363 if (newSession != null) { in callSessionMergeComplete()
2364 mTransientConferenceSession = doesCallSessionExistsInMerge(newSession) ? in callSessionMergeComplete()
2365 null: newSession; in callSessionMergeComplete()
2473 public void callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, in callSessionConferenceExtended() argument
2476 newSession + ", profile=" + profile); in callSessionConferenceExtended()
2484 ImsCall newCall = createNewCall(newSession, profile); in callSessionConferenceExtended()
[all …]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp386 ConvertSession *newSession = new ConvertSession(); local
388 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) {
389 convertSessionMap.addValue(convertId, newSession);
393 delete newSession;
/frameworks/support/customtabs/api/
Dcurrent.txt16 …method public android.support.customtabs.CustomTabsSession newSession(android.support.customtabs.C…
57 method protected abstract boolean newSession(android.support.customtabs.CustomTabsSessionToken);
D23.txt16 …method public android.support.customtabs.CustomTabsSession newSession(android.support.customtabs.C…
57 method protected abstract boolean newSession(android.support.customtabs.CustomTabsSessionToken);
/frameworks/av/media/mtp/
DMtpDevice.cpp293 MtpSessionID newSession = 1; in openSession() local
295 mRequest.setParameter(1, newSession); in openSession()
300 newSession = mResponse.getParameter(1); in openSession()
304 mSessionID = newSession; in openSession()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java588 CameraCaptureSessionCore newSession = null; in createCaptureSessionInternal() local
590 newSession = new CameraConstrainedHighSpeedCaptureSessionImpl(mNextSessionId++, in createCaptureSessionInternal()
594 newSession = new CameraCaptureSessionImpl(mNextSessionId++, input, in createCaptureSessionInternal()
600 mCurrentSession = newSession; in createCaptureSessionInternal()
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DLocalizeDependenciesTask.groovy233 DefaultRepositorySystemSession session = MavenRepositorySystemUtils.newSession();
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java497 mService.newSession(mToken, mShowArgs, mShowFlags); in onServiceConnected()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java166 public Session newSession(Callbacks callbacks) { in newSession() method in ApplicationsState