Searched refs:newSession (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionSessionService.aidl27 void newSession(IBinder token, in Bundle args);
H A DVoiceInteractionSessionService.java43 public void newSession(IBinder token, Bundle args) {
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipSessionListener.aidl77 * @param newSession the new session that the call will be transferred to
80 void onCallTransferring(in ISipSession newSession, String sessionDescription);
H A DSipAudioCall.java537 public void onCallTransferring(SipSession newSession,
540 + mSipSession + " newSession=" + newSession);
541 mTransferringSession = newSession;
544 newSession.makeCall(newSession.getPeerProfile(),
548 newSession.answerCall(answer, SESSION_TIMEOUT);
552 newSession.endCall();
H A DSipSession.java169 * @param newSession the new session that the call will be transferred to
172 public void onCallTransferring(SipSession newSession, argument
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSessionListener.aidl54 in IImsCallSession newSession, in ImsCallProfile profile);
72 in IImsCallSession newSession, in ImsCallProfile profile);
76 in IImsCallSession newSession, in ImsCallProfile profile);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java192 * @param newSession the session object that is merged with an active & hold session
195 ImsCallSession newSession, ImsCallProfile profile) {
241 * @param newSession the session object that is extended to the conference
245 ImsCallSession newSession, ImsCallProfile profile) {
264 ImsCallSession newSession, ImsCallProfile profile) {
903 IImsCallSession newSession, ImsCallProfile profile) {
906 new ImsCallSession(newSession), profile);
950 IImsCallSession newSession, ImsCallProfile profile) {
953 new ImsCallSession(newSession), profile);
967 IImsCallSession newSession, ImsCallProfil
194 callSessionMerged(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
244 callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
263 callSessionConferenceExtendReceived(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
902 callSessionMerged(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
949 callSessionConferenceExtended(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
966 callSessionConferenceExtendReceived(IImsCallSession session, IImsCallSession newSession, ImsCallProfile profile) argument
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java290 private synchronized void addSipSession(SipSessionImpl newSession) { argument
291 removeSipSession(newSession);
292 String key = newSession.getCallId();
293 mSessionMap.put(key, newSession);
294 if (isLoggable(newSession)) {
425 SipSessionImpl newSession = new SipSessionImpl(listener);
426 newSession.mServerTransaction = transaction;
427 newSession.mState = newState;
428 newSession.mDialog = newSession
[all...]
H A DSipSessionListenerProxy.java124 public void onCallTransferring(final ISipSession newSession, argument
131 mListener.onCallTransferring(newSession, sessionDescription);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp386 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/
H A DImsCall.java1891 ImsCallSession newSession, ImsCallProfile profile) {
1894 + ", newSession=" + newSession + ", profile=" + profile);
1897 ImsCall newCall = createNewCall(newSession, profile);
2023 ImsCallSession newSession, ImsCallProfile profile) {
2026 + ", newSession=" + newSession + ", profile=" + profile);
2029 ImsCall newCall = createNewCall(newSession, profile);
2078 ImsCallSession newSession, ImsCallProfile profile) {
2081 + ", newSession
1890 callSessionMerged(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
2022 callSessionConferenceExtended(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
2077 callSessionConferenceExtendReceived(ImsCallSession session, ImsCallSession newSession, ImsCallProfile profile) argument
[all...]
/frameworks/av/media/mtp/
H A DMtpDevice.cpp284 MtpSessionID newSession = 1; local
286 mRequest.setParameter(1, newSession);
291 newSession = mResponse.getParameter(1);
295 mSessionID = newSession;
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java135 mService.newSession(mToken, mArgs);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java447 CameraCaptureSessionImpl newSession =
453 mCurrentSession = newSession;

Completed in 414 milliseconds