Home
last modified time | relevance | path

Searched defs:newSession (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionSessionService.aidl27 void newSession(IBinder token, in Bundle args, int startFlags); in newSession() method
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSessionListener.aidl54 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted()
73 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended()
77 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtendReceived()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java201 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
259 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended()
278 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived()
1036 IImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
1048 public void callSessionMergeComplete(IImsCallSession newSession) { in callSessionMergeComplete()
1116 IImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended()
1133 IImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived()
/frameworks/support/customtabs/src/android/support/customtabs/
DCustomTabsClient.java88 public CustomTabsSession newSession(final CustomTabsCallback callback) { in newSession() method in CustomTabsClient
DCustomTabsService.java142 protected abstract boolean newSession(CustomTabsSessionToken sessionToken); in newSession() method in CustomTabsService
/frameworks/opt/net/voip/src/java/android/net/sip/
DISipSessionListener.aidl80 void onCallTransferring(in ISipSession newSession, String sessionDescription); in onCallTransferring()
DSipAudioCall.java537 public void onCallTransferring(SipSession newSession, in createListener()
DSipSession.java172 public void onCallTransferring(SipSession newSession, in onCallTransferring()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java290 private synchronized void addSipSession(SipSessionImpl newSession) { in addSipSession()
425 SipSessionImpl newSession = new SipSessionImpl(listener); in createNewSession() local
475 SipSessionImpl newSession = null; in processNewInviteRequest() local
DSipSessionListenerProxy.java124 public void onCallTransferring(final ISipSession newSession, in onCallTransferring()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java2313 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
2356 public void callSessionMergeComplete(ImsCallSession newSession) { in callSessionMergeComplete()
2473 public void callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, in callSessionConferenceExtended()
2536 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived()
/frameworks/av/media/mtp/
DMtpDevice.cpp293 MtpSessionID newSession = 1; in openSession() local
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp386 ConvertSession *newSession = new ConvertSession(); local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java166 public Session newSession(Callbacks callbacks) { in newSession() method in ApplicationsState
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java588 CameraCaptureSessionCore newSession = null; in createCaptureSessionInternal() local