Searched defs:sessions (Results 1 - 3 of 3) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionStorage.java45 private static final String SESSION_TABLE = "sessions";
133 void getAllSessions(ConcurrentHashMap<String, BordeauxSessionManager.Session> sessions) { argument
140 sessions.put(key, session);
144 // remove all sessions that have the key that matches the given sql regular
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java117 // TODO: remove outstanding sessions when installer package goes away
119 // TODO: purge expired sessions periodically in addition to at reboot
122 private static final String TAG_SESSIONS = "sessions";
148 /** Automatically destroy sessions older than this */
150 /** Upper bound on number of active sessions for a UID */
152 /** Upper bound on number of historical sessions for a UID */
188 /** Historical sessions kept around for debugging purposes */
227 // Ignore stages and icons claimed by active sessions
251 // Ignore stages claimed by active sessions
285 // Ignore stages claimed by active sessions
914 getSessionCount(SparseArray<PackageInstallerSession> sessions, int installerUid) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp614 uint32_t sessions = t->hasAudioSession(lSessionId); local
615 if (sessions & PlaybackThread::EFFECT_SESSION) {
1291 ALOGV("%d died, releasing its sessions", pid);
1710 uint32_t sessions = thread->hasAudioSession(sessionId); local
1711 if (sessions & PlaybackThread::TRACK_SESSION) {

Completed in 160 milliseconds