HomeSort by relevance Sort by last modified time
    Searched defs:newSession (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
TimeRanges.cpp 45 RefPtr<TimeRanges> newSession = TimeRanges::create();
49 newSession->add(m_ranges[i].m_start, m_ranges[i].m_end);
51 return newSession.release();
  /frameworks/opt/net/voip/src/java/android/net/sip/
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...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 385 ConvertSession *newSession = new ConvertSession();
387 FwdLockConv_OpenSession(&(newSession->uniqueId), &(newSession->output))) {
388 convertSessionMap.addValue(convertId, newSession);
392 delete newSession;
  /frameworks/av/media/mtp/
MtpDevice.cpp 284 MtpSessionID newSession = 1;
286 mRequest.setParameter(1, newSession);
291 newSession = mResponse.getParameter(1);
295 mSessionID = newSession;
  /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...]
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 616 public Session newSession(Callbacks callbacks) {
    [all...]
  /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 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 377 milliseconds