/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/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsCallSession.java | 198 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 256 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended() argument 275 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived() argument 1021 IImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 1024 new ImsCallSession(newSession), profile); in callSessionMergeStarted() 1086 IImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtended() argument 1089 new ImsCallSession(newSession), profile); in callSessionConferenceExtended() 1103 IImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived() argument 1106 new ImsCallSession(newSession), profile); in callSessionConferenceExtendReceived()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSessionListener.aidl | 54 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/ |
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/base/core/java/android/service/voice/ |
D | IVoiceInteractionSessionService.aidl | 27 void newSession(IBinder token, in Bundle args); in newSession() method
|
D | VoiceInteractionSessionService.java | 43 public void newSession(IBinder token, Bundle args) {
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 386 ConvertSession *newSession = new ConvertSession(); local 388 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) { 389 convertSessionMap.addValue(convertId, newSession); 393 delete newSession;
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 2248 ImsCallSession newSession, ImsCallProfile profile) { in callSessionMergeStarted() argument 2250 log("callSessionMergeStarted :: session=" + session + " newSession=" + newSession + in callSessionMergeStarted() 2284 mTransientConferenceSession = newSession; in callSessionMergeStarted() 2419 public void callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, in callSessionConferenceExtended() argument 2429 newSession + ", profile=" + profile); in callSessionConferenceExtended() 2432 ImsCall newCall = createNewCall(newSession, profile); in callSessionConferenceExtended() 2487 ImsCallSession newSession, ImsCallProfile profile) { in callSessionConferenceExtendReceived() argument 2495 log("callSessionConferenceExtendReceived :: newSession=" + newSession + in callSessionConferenceExtendReceived() 2499 ImsCall newCall = createNewCall(newSession, profile); in callSessionConferenceExtendReceived()
|
/frameworks/av/media/mtp/ |
D | MtpDevice.cpp | 284 MtpSessionID newSession = 1; in openSession() local 286 mRequest.setParameter(1, newSession); in openSession() 291 newSession = mResponse.getParameter(1); in openSession() 295 mSessionID = newSession; in openSession()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerServiceImpl.java | 135 mService.newSession(mToken, mArgs); in onServiceConnected()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraDeviceImpl.java | 447 CameraCaptureSessionImpl newSession = in createCaptureSession() local 453 mCurrentSession = newSession; in createCaptureSession()
|