OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeSession
(Results
1 - 19
of
19
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/server/
SessionIdManager.java
47
public void
removeSession
(HttpSession session);
/frameworks/av/media/libmediaplayerservice/
DrmSessionManager.h
52
void
removeSession
(const Vector<uint8_t>& sessionId);
DrmSessionManager.cpp
105
void DrmSessionManager::
removeSession
(const Vector<uint8_t> &sessionId) {
106
ALOGV("
removeSession
(%s)", GetSessionIdString(sessionId).string());
Drm.cpp
396
DrmSessionManager::Instance()->
removeSession
(sessionId);
/packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionManager.java
125
public CaptureSession
removeSession
(Uri sessionUri);
CaptureSessionManagerImpl.java
299
public CaptureSession
removeSession
(Uri sessionUri) {
374
session =
removeSession
(uri);
CaptureSessionImpl.java
283
mSessionManager.
removeSession
(mUri);
/frameworks/av/media/libmediaplayerservice/tests/
DrmSessionManager_test.cpp
182
TEST_F(DrmSessionManagerTest,
removeSession
) {
185
mDrmSessionManager->
removeSession
(mSessionId2);
226
mDrmSessionManager->
removeSession
(mSessionId1);
/external/jetty/src/java/org/eclipse/jetty/server/session/
AbstractSessionManager.java
777
public void
removeSession
(HttpSession session, boolean invalidate)
780
removeSession
(s,invalidate);
789
public void
removeSession
(AbstractSession session, boolean invalidate)
792
boolean removed =
removeSession
(session.getClusterId());
800
_sessionIdManager.
removeSession
(session);
814
protected abstract boolean
removeSession
(String idInCluster);
[
all
...]
JDBCSessionManager.java
638
* @see org.eclipse.jetty.server.session.AbstractSessionManager#
removeSession
(java.lang.String)
641
protected boolean
removeSession
(String idInCluster)
712
public void
removeSession
(AbstractSession session, boolean invalidate)
723
removeSession
(session.getClusterId());
730
_sessionIdManager.
removeSession
(session);
874
_jdbcSessionIdMgr.
removeSession
(id);
[
all
...]
HashSessionIdManager.java
166
* @see SessionIdManager#
removeSession
(HttpSession)
168
public void
removeSession
(HttpSession session)
JDBCSessionIdManager.java
391
public void
removeSession
(HttpSession session)
396
removeSession
(((JDBCSessionManager.Session)session).getClusterId());
401
public void
removeSession
(String id)
487
removeSession
(id);
[
all
...]
AbstractSession.java
313
_manager.
removeSession
(this,true);
335
_manager.
removeSession
(this,true);
HashSessionManager.java
406
removeSession
(session,false);
435
protected boolean
removeSession
(String clusterId)
/frameworks/base/services/core/java/com/android/server/media/
MediaSessionStack.java
79
public void
removeSession
(MediaSessionRecord record) {
MediaSessionService.java
296
mPriorityStack.
removeSession
(session);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 3709 milliseconds