HomeSort by relevance Sort by last modified time
    Searched full:session (Results 1176 - 1200 of 3356) sorted by null

<<41424344454647484950>>

  /external/jetty/
VERSION.txt 36 + 413484 setAttribute in nosql session management better handles _dirty status
59 + 413484 setAttribute in nosql session management better handles _dirty status
95 + 410630 MongoSessionManager conflicting session update op
96 + 410750 NoSQLSessions: implement session context data persistence across
127 + 410630 MongoSessionManager conflicting session update op
128 + 410750 NoSQLSessions: implement session context data persistence across
150 + 404010 fix cast exception in mongodb session manager
186 + 400144 When loading a session fails the JDBCSessionManger produces duplicate
187 session IDs
214 + 404010 fix cast exception in mongodb session manage
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 267 * getSessionId - Get EAP method specific Session-Id
270 * @len: Pointer to a variable to store Session-Id length
271 * Returns: Session-Id or %NULL if not available
273 * This function can be used to get the Session-Id from the EAP method.
274 * The Session-Id may already be stored in the method-specific private
275 * data or this function may derive the Session-Id.
  /frameworks/av/services/audioflinger/
Effects.h 144 const int mSessionId; // audio session ID
236 // the EffectChain class represents a group of effects associated to one audio session.
238 // The EffecChain with session ID 0 contains global effects applied to the output mix.
241 // order corresponding in the effect process order. When attached to a track (session ID != 0),
254 // a session is stopped or removed to allow effect tail to be rendered
365 int mSessionId; // audio session ID
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 295 // reverb will be chosen by the effect framework as we are on session 0
353 private void getReverb(int session) {
354 if (mReverb == null || session != mSession) {
355 if (session != mSession && mReverb != null) {
360 mReverb = new PresetReverb(0, session);
361 mSession = session;
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialog.java 26 import android.support.v4.media.session.MediaControllerCompat;
27 import android.support.v4.media.session.MediaSessionCompat;
28 import android.support.v4.media.session.PlaybackStateCompat;
161 * Set the session to use for metadata and transport controls. The dialog
162 * will listen to changes on this session and update the UI automatically in
165 * @param sessionToken The token for the session to use.
  /hardware/qcom/display/msm8084/liboverlay/
overlay.h 103 /* pipe reservation session is running */
105 /* pipe reservation session has ended*/
107 /* start session for the pipe reservation */
209 /* Session for reserved pipes */
210 enum Session {
215 Session mSession;
  /hardware/qcom/display/msm8226/liboverlay/
overlay.h 104 /* pipe reservation session is running */
106 /* pipe reservation session has ended*/
108 /* start session for the pipe reservation */
217 /* Session for reserved pipes */
218 enum Session {
223 Session mSession;
  /hardware/qcom/display/msm8994/liboverlay/
overlay.h 107 /* pipe reservation session is running */
109 /* pipe reservation session has ended*/
111 /* start session for the pipe reservation */
232 /* Session for reserved pipes */
233 enum Session {
238 Session mSession;
  /external/apache-http/android/src/android/net/http/
CertificateChainValidator.java 267 SSLSession session = socket.getSession(); local
268 if (session != null) {
269 session.invalidate();
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageParser.java 75 throw new IllegalArgumentException("Session input buffer may not be null");
92 * @param inbuffer Session input buffer
112 throw new IllegalArgumentException("Session input buffer may not be null");
ChunkedOutputStream.java 71 * Wraps a session output buffer and chunks the output.
72 * @param out the session output buffer to wrap
84 * Wraps a session output buffer and chunks the output. The default buffer
  /external/emma/core/res/
emma_default.properties 42 # apprunner session data output properties:
44 session.out.file: coverage.es
45 session.out.merge: true
  /external/ppp/pppd/
Makefile.linux 16 demand.c utils.c tty.c eap.c chap-md5.c session.c
18 HEADERS = ccp.h session.h chap-new.h ecp.h fsm.h ipcp.h \
25 eap.o chap-md5.o session.o
  /frameworks/base/core/java/android/app/backup/
RestoreSession.java 31 * Interface for managing a restore session.
156 * End this restore session. After this method is called, the RestoreSession
159 * <p><b>Note:</b> The caller <i>must</i> invoke this method to end the restore session,
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.0/changes/
classes_index_all.html 69 <A HREF="android.support.v4.media.session.PlaybackStateCompat.html" class="hiddenlink" target="rightframe">PlaybackStateCompat</A><br>
70 <A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html" class="hiddenlink" target="rightframe">PlaybackStateCompat.Builder</A><br>
71 <A HREF="android.support.v4.media.session.PlaybackStateCompat.CustomAction.html" class="hiddenlink" target="rightframe">PlaybackStateCompat.CustomAction</A><br>
classes_index_changes.html 69 <A HREF="android.support.v4.media.session.PlaybackStateCompat.html" class="hiddenlink" target="rightframe">PlaybackStateCompat</A><br>
70 <A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html" class="hiddenlink" target="rightframe">PlaybackStateCompat.Builder</A><br>
71 <A HREF="android.support.v4.media.session.PlaybackStateCompat.CustomAction.html" class="hiddenlink" target="rightframe">PlaybackStateCompat.CustomAction</A><br>
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompat.java 24 import android.support.v4.media.session.MediaSessionCompat;
148 * Finally, if you attach a {@link android.media.session.MediaSession.Token} using
150 * can identify this as a notification representing an active media session and respond
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionContextTest.java 204 * will not get a cached session ID since we'll have to
205 * renegotiate a new session due to the new cipher suite
208 * session cache.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 70 // TODO: Make each spell checker session has its own session id.
135 public Session createSession() {
  /cts/tests/tests/alarmclock/service/
AndroidManifest.xml 52 android:process=":session">
  /cts/tests/tests/assist/service/
AndroidManifest.xml 55 android:process=":session">
  /cts/tests/tests/media/src/android/media/cts/
StubMediaBrowserService.java 21 import android.media.session.MediaSession;
  /cts/tests/tests/voiceinteraction/service/
AndroidManifest.xml 49 android:process=":session">
  /cts/tests/tests/voicesettings/service/
AndroidManifest.xml 53 android:process=":session">
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueAdapter.java 19 import android.media.session.MediaSession;

Completed in 821 milliseconds

<<41424344454647484950>>