HomeSort by relevance Sort by last modified time
    Searched refs:newSession (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/core/java/android/service/voice/
IVoiceInteractionSessionService.aidl 27 void newSession(IBinder token, in Bundle args);
VoiceInteractionSessionService.java 43 public void newSession(IBinder token, Bundle args) {
  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipSessionListener.aidl 77 * @param newSession the new session that the call will be transferred to
80 void onCallTransferring(in ISipSession newSession, String sessionDescription);
SipAudioCall.java 537 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();
    [all...]
SipSession.java 169 * @param newSession the new session that the call will be transferred to
172 public void onCallTransferring(SipSession newSession,
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsCallSessionListener.aidl 54 in IImsCallSession newSession, in ImsCallProfile profile);
73 in IImsCallSession newSession, in ImsCallProfile profile);
77 in IImsCallSession newSession, in ImsCallProfile profile);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 190 * Called when the session merge has been started. At this point, the {@code newSession}
195 * @param newSession the session object that is merged with an active & hold session
198 ImsCallSession newSession, ImsCallProfile profile) {
252 * @param newSession the session object that is extended to the conference
256 ImsCallSession newSession, ImsCallProfile profile) {
275 ImsCallSession newSession, ImsCallProfile profile) {
1016 * @param newSession The merged call session.
1021 IImsCallSession newSession, ImsCallProfile profile) {
1024 new ImsCallSession(newSession), profile);
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 290 private synchronized void addSipSession(SipSessionImpl newSession) {
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.mServerTransaction.getDialog()
    [all...]
SipSessionListenerProxy.java 124 public void onCallTransferring(final ISipSession newSession,
131 mListener.onCallTransferring(newSession, sessionDescription);
  /external/chromium_org/third_party/WebKit/Source/core/html/
TimeRanges.cpp 55 RefPtrWillBeRawPtr<TimeRanges> newSession = TimeRanges::create();
59 newSession->add(m_ranges[i].m_start, m_ranges[i].m_end);
61 return newSession.release();
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 386 ConvertSession *newSession = new ConvertSession();
388 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) {
389 convertSessionMap.addValue(convertId, newSession);
393 delete newSession;
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java     [all...]
  /frameworks/av/media/mtp/
MtpDevice.cpp 284 MtpSessionID newSession = 1;
286 mRequest.setParameter(1, newSession);
291 newSession = mResponse.getParameter(1);
295 mSessionID = newSession;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppsBrowseInfo.java 63 mSession = mApplicationsState.newSession(this);
AppManagementActivity.java 77 mSession = mApplicationsState.newSession(this);
ApplicationsState.java 400 public Session newSession(Callbacks callbacks) {
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 135 mService.newSession(mToken, mArgs);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java 447 CameraCaptureSessionImpl newSession =
453 mCurrentSession = newSession;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 616 public Session newSession(Callbacks callbacks) {
    [all...]
ManageApplications.java 584 mSession = state.newSession(this);
    [all...]

Completed in 1063 milliseconds

1 2