Home
last modified time | relevance | path

Searched defs:newSession (Results 1 – 17 of 17) 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.aidl55 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted()
74 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended()
78 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtendReceived()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCallSessionListenerBase.java90 public void callSessionMergeStarted(IImsCallSession session, IImsCallSession newSession, in callSessionMergeStarted()
128 public void callSessionConferenceExtended(IImsCallSession session, IImsCallSession newSession, in callSessionConferenceExtended()
141 IImsCallSession newSession, in callSessionConferenceExtendReceived()
DImsCall.java2361 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
2404 public void callSessionMergeComplete(ImsCallSession newSession) { in callSessionMergeComplete()
2521 public void callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, in callSessionConferenceExtended()
2584 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java202 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
260 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended()
279 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived()
1046 IImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted()
1058 public void callSessionMergeComplete(IImsCallSession newSession) { in callSessionMergeComplete()
1126 IImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended()
1143 IImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived()
/frameworks/support/customtabs/src/android/support/customtabs/
DCustomTabsService.java148 protected abstract boolean newSession(CustomTabsSessionToken sessionToken); in newSession() method in CustomTabsService
DCustomTabsClient.java181 public CustomTabsSession newSession(final CustomTabsCallback callback) { in newSession() method in CustomTabsClient
/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/
DSipSessionListenerProxy.java124 public void onCallTransferring(final ISipSession newSession, in onCallTransferring()
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
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp391 ConvertSession *newSession = new ConvertSession(); local
/frameworks/av/media/mtp/
DMtpDevice.cpp319 MtpSessionID newSession = 1; in openSession() local
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp167 ACameraCaptureSession* newSession = new ACameraCaptureSession( in createCaptureSession() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java169 public Session newSession(Callbacks callbacks) { in newSession() method in ApplicationsState
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java626 CameraCaptureSessionCore newSession = null; in createCaptureSessionInternal() local