/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSessionListener.java | 198 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted() argument 201 mListener.callSessionMergeStarted(newSession != null ? in callSessionMergeStarted() 202 newSession.getServiceImpl() : null, profile); in callSessionMergeStarted() 214 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted() argument 217 mListener.callSessionMergeStarted(newSession, profile); in callSessionMergeStarted() 230 public void callSessionMergeComplete(ImsCallSessionImplBase newSession) { in callSessionMergeComplete() argument 232 mListener.callSessionMergeComplete(newSession != null ? in callSessionMergeComplete() 233 newSession.getServiceImpl() : null); in callSessionMergeComplete() 246 public void callSessionMergeComplete(IImsCallSession newSession) { in callSessionMergeComplete() argument 248 mListener.callSessionMergeComplete(newSession); in callSessionMergeComplete() [all …]
|
D | ImsCallSession.java | 204 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 262 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended() argument 281 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived() argument 1211 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 1223 public void callSessionMergeComplete(IImsCallSession newSession) { in callSessionMergeComplete() argument 1225 if (newSession != null) { in callSessionMergeComplete() 1227 mListener.callSessionMergeComplete(new ImsCallSession(newSession)); in callSessionMergeComplete() 1275 public void callSessionConferenceExtended(IImsCallSession newSession, in callSessionConferenceExtended() argument 1279 new ImsCallSession(newSession), profile); in callSessionConferenceExtended() 1291 public void callSessionConferenceExtendReceived(IImsCallSession newSession, in callSessionConferenceExtendReceived() argument [all …]
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionGroup.java | 290 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 …]
|
D | SipSessionListenerProxy.java | 124 public void onCallTransferring(final ISipSession newSession, in onCallTransferring() argument 131 mListener.onCallTransferring(newSession, sessionDescription); in onCallTransferring()
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsCallSessionListener.aidl | 55 void callSessionMergeStarted(IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() argument 69 void callSessionConferenceExtended(IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended() argument 71 void callSessionConferenceExtendReceived(IImsCallSession newSession, in callSessionConferenceExtendReceived() argument
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 482 public void callSessionMergeStarted(IImsCallSession i, IImsCallSession newSession, in callSessionMergeStarted() argument 485 mNewListener.callSessionMergeStarted(newSession, profile); in callSessionMergeStarted() 519 public void callSessionConferenceExtended(IImsCallSession i, IImsCallSession newSession, in callSessionConferenceExtended() argument 521 mNewListener.callSessionConferenceExtended(newSession, imsCallProfile); in callSessionConferenceExtended() 532 IImsCallSession newSession, ImsCallProfile imsCallProfile) in callSessionConferenceExtendReceived() argument 534 mNewListener.callSessionConferenceExtendReceived(newSession, imsCallProfile); in callSessionConferenceExtendReceived()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSessionListener.aidl | 67 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionMergeStarted() argument 89 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtended() argument 93 in IImsCallSession newSession, in ImsCallProfile profile); in callSessionConferenceExtendReceived() argument
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipAudioCall.java | 543 public void onCallTransferring(SipSession newSession, in createListener() argument 546 + mSipSession + " newSession=" + newSession); in createListener() 547 mTransferringSession = newSession; in createListener() 550 newSession.makeCall(newSession.getPeerProfile(), in createListener() 554 newSession.answerCall(answer, SESSION_TIMEOUT); in createListener() 558 newSession.endCall(); in createListener()
|
D | ISipSessionListener.aidl | 80 void onCallTransferring(in ISipSession newSession, String sessionDescription); in onCallTransferring() argument
|
D | SipSession.java | 172 public void onCallTransferring(SipSession newSession, in onCallTransferring() argument
|
/frameworks/base/core/java/android/service/voice/ |
D | IVoiceInteractionSessionService.aidl | 27 void newSession(IBinder token, in Bundle args, int startFlags); in newSession() method
|
D | VoiceInteractionSessionService.java | 47 public void newSession(IBinder token, Bundle args, int startFlags) {
|
/frameworks/base/core/java/com/android/internal/textservice/ |
D | ISpellCheckerServiceCallback.aidl | 34 void onSessionCreated(ISpellCheckerSession newSession); in onSessionCreated() argument
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 393 ConvertSession *newSession = new ConvertSession(); local 395 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) { 396 convertSessionMap.addValue(convertId, newSession); 400 delete newSession;
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 2725 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 2726 logi("callSessionMergeStarted :: session=" + session + " newSession=" + newSession + in callSessionMergeStarted() 2757 public void callSessionMergeComplete(ImsCallSession newSession) { in callSessionMergeComplete() argument 2758 logi("callSessionMergeComplete :: newSession =" + newSession); in callSessionMergeComplete() 2764 if (newSession != null) { in callSessionMergeComplete() 2765 mTransientConferenceSession = newSession; in callSessionMergeComplete() 2873 public void callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, in callSessionConferenceExtended() argument 2876 newSession + ", profile=" + profile); in callSessionConferenceExtended() 2884 ImsCall newCall = createNewCall(newSession, profile); in callSessionConferenceExtended() 2936 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived() argument [all …]
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerServiceImpl.java | 339 final Session newSession = createSessionByTokenLocked(activityToken, taskId, uid, in startSessionLocked() local 342 if (newSession == null) { in startSessionLocked() 349 "id=" + newSession.id + " uid=" + uid + " a=" + componentName.toShortString() in startSessionLocked() 355 newSession.updateLocked(autofillId, virtualBounds, value, ACTION_START_SESSION, flags); in startSessionLocked() 362 final long result = extraFlags | newSession.id; in startSessionLocked() 365 return newSession.id; in startSessionLocked() 492 final Session newSession = new Session(this, mUi, getContext(), mHandler, mUserId, mLock, in createSessionByTokenLocked() local 497 mSessions.put(newSession.id, newSession); in createSessionByTokenLocked() 499 return newSession; in createSessionByTokenLocked()
|
/frameworks/base/telecomm/java/android/telecom/Logging/ |
D | SessionManager.java | 152 Session newSession = new Session(getNextSessionID(), shortMethodName, in startSession() local 154 mSessionMapper.put(threadId, newSession); in startSession()
|
/frameworks/av/media/mtp/ |
D | MtpDevice.cpp | 334 MtpSessionID newSession = 1; in openSession() local 336 mRequest.setParameter(1, newSession); in openSession() 341 newSession = mResponse.getParameter(1); in openSession() 345 mSessionID = newSession; in openSession()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCapturePerUserService.java | 340 final ContentCaptureServerSession newSession = new ContentCaptureServerSession(mLock, in startSessionLocked() local 347 mSessions.put(sessionId, newSession); in startSessionLocked() 348 newSession.notifySessionStartedLocked(clientReceiver); in startSessionLocked()
|
/frameworks/base/services/core/java/com/android/server/textservices/ |
D | TextServicesManagerService.java | 974 void onSessionCreated(@Nullable final ISpellCheckerSession newSession, in onSessionCreated() argument 982 request.mTsListener.onServiceConnected(newSession); in onSessionCreated() 1085 public void onSessionCreated(@Nullable ISpellCheckerSession newSession) { in onSessionCreated() argument 1098 group.onSessionCreated(newSession, request); in onSessionCreated()
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraDevice.cpp | 208 ACameraCaptureSession* newSession = new ACameraCaptureSession( in createCaptureSession() local 212 newSession->incStrong((void *) ACameraDevice_createCaptureSession); in createCaptureSession() 213 mCurrentSession = newSession; in createCaptureSession() 215 *session = newSession; in createCaptureSession()
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDevice.cpp | 202 ACameraCaptureSession* newSession = new ACameraCaptureSession( in createCaptureSession() local 206 newSession->incStrong((void *) ACameraDevice_createCaptureSession); in createCaptureSession() 207 mCurrentSession = newSession; in createCaptureSession() 209 *session = newSession; in createCaptureSession()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraDeviceImpl.java | 679 CameraCaptureSessionCore newSession = null; in createCaptureSessionInternal() local 689 newSession = new CameraConstrainedHighSpeedCaptureSessionImpl(mNextSessionId++, in createCaptureSessionInternal() 693 newSession = new CameraCaptureSessionImpl(mNextSessionId++, input, in createCaptureSessionInternal() 698 mCurrentSession = newSession; in createCaptureSessionInternal()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | ApplicationsState.java | 245 public Session newSession(Callbacks callbacks) { in newSession() method in ApplicationsState 246 return newSession(callbacks, null); in newSession() 249 public Session newSession(Callbacks callbacks, Lifecycle lifecycle) { in newSession() method in ApplicationsState
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionSessionConnection.java | 460 mService.newSession(mToken, mShowArgs, mShowFlags); in onServiceConnected()
|