/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSessionListener.java | 193 public void callSessionMergeStarted(ImsCallSessionImplBase newSession, ImsCallProfile profile) in callSessionMergeStarted() argument 196 mListener.callSessionMergeStarted(newSession != null ? in callSessionMergeStarted() 197 newSession.getServiceImpl() : null, profile); in callSessionMergeStarted() 209 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) in callSessionMergeStarted() argument 212 mListener.callSessionMergeStarted(newSession, profile); in callSessionMergeStarted() 225 public void callSessionMergeComplete(ImsCallSessionImplBase newSession) { in callSessionMergeComplete() argument 227 mListener.callSessionMergeComplete(newSession != null ? in callSessionMergeComplete() 228 newSession.getServiceImpl() : null); in callSessionMergeComplete() 241 public void callSessionMergeComplete(IImsCallSession newSession) { in callSessionMergeComplete() argument 243 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 1161 public void callSessionMergeStarted(IImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 1173 public void callSessionMergeComplete(IImsCallSession newSession) { in callSessionMergeComplete() argument 1175 if (newSession != null) { in callSessionMergeComplete() 1180 if (!Objects.equals(miSession.getCallId(), newSession.getCallId())) { in callSessionMergeComplete() 1182 validActiveSession = new ImsCallSession(newSession); in callSessionMergeComplete() 1235 public void callSessionConferenceExtended(IImsCallSession newSession, in callSessionConferenceExtended() argument 1239 new ImsCallSession(newSession), profile); in callSessionConferenceExtended() [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 | 451 public void callSessionMergeStarted(IImsCallSession i, IImsCallSession newSession, in callSessionMergeStarted() argument 454 mNewListener.callSessionMergeStarted(newSession, profile); in callSessionMergeStarted() 488 public void callSessionConferenceExtended(IImsCallSession i, IImsCallSession newSession, in callSessionConferenceExtended() argument 490 mNewListener.callSessionConferenceExtended(newSession, imsCallProfile); in callSessionConferenceExtended() 501 IImsCallSession newSession, ImsCallProfile imsCallProfile) in callSessionConferenceExtendReceived() argument 503 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/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/opt/net/voip/src/java/android/net/sip/ |
D | SipAudioCall.java | 537 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()
|
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/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 | 2636 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 2637 logi("callSessionMergeStarted :: session=" + session + " newSession=" + newSession + in callSessionMergeStarted() 2679 public void callSessionMergeComplete(ImsCallSession newSession) { in callSessionMergeComplete() argument 2680 logi("callSessionMergeComplete :: newSession =" + newSession); in callSessionMergeComplete() 2686 if (newSession != null) { in callSessionMergeComplete() 2687 mTransientConferenceSession = doesCallSessionExistsInMerge(newSession) ? in callSessionMergeComplete() 2688 null: newSession; in callSessionMergeComplete() 2796 public void callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, in callSessionConferenceExtended() argument 2799 newSession + ", profile=" + profile); in callSessionConferenceExtended() 2807 ImsCall newCall = createNewCall(newSession, profile); in callSessionConferenceExtended() [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 | 220 ACameraCaptureSession* newSession = new ACameraCaptureSession( in createCaptureSession() local 224 newSession->incStrong((void *) ACameraDevice_createCaptureSession); in createCaptureSession() 225 mCurrentSession = newSession; in createCaptureSession() 227 *session = newSession; in createCaptureSession()
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraDevice.cpp | 214 ACameraCaptureSession* newSession = new ACameraCaptureSession( in createCaptureSession() local 218 newSession->incStrong((void *) ACameraDevice_createCaptureSession); in createCaptureSession() 219 mCurrentSession = newSession; in createCaptureSession() 221 *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()
|