HomeSort by relevance Sort by last modified time
    Searched full:session (Results 826 - 850 of 4514) sorted by null

<<31323334353637383940>>

  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java 31 import android.media.session.MediaController;
32 import android.media.session.MediaSession;
33 import android.media.session.PlaybackState;
99 * Posts the notification and starts tracking the session to keep it
100 * updated. The notification will automatically be removed if the session is
126 * Removes the notification and stops tracking the session. If the session
166 * Update the state based on a change on the session token. Called either when
167 * we are running for the first time or when the media session owner has destroyed the session
    [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MediaNotificationManager.java 31 import android.media.session.MediaController;
32 import android.media.session.MediaSession;
33 import android.media.session.PlaybackState;
99 * Posts the notification and starts tracking the session to keep it
100 * updated. The notification will automatically be removed if the session is
126 * Removes the notification and stops tracking the session. If the session
166 * Update the state based on a change on the session token. Called either when
167 * we are running for the first time or when the media session owner has destroyed the session
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 31 import android.media.session.MediaController;
32 import android.media.session.MediaSession;
33 import android.media.session.PlaybackState;
99 * Posts the notification and starts tracking the session to keep it
100 * updated. The notification will automatically be removed if the session is
126 * Removes the notification and stops tracking the session. If the session
166 * Update the state based on a change on the session token. Called either when
167 * we are running for the first time or when the media session owner has destroyed the session
    [all...]
  /external/libmicrohttpd/src/microspdy/
daemon.c 28 #include "session.h"
76 struct SPDY_Session *session; local
78 while (NULL != (session = daemon->cleanup_head))
82 session);
84 SPDYF_session_destroy(session);
97 struct SPDY_Session *session; local
99 while (NULL != (session = daemon->sessions_head))
102 SPDYF_prepare_goaway(session, SPDY_GOAWAY_STATUS_OK, true);
104 SPDYF_session_write(session,true);
105 SPDYF_session_close(session);
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaNotificationManager.java 33 import android.support.v4.media.session.MediaControllerCompat;
34 import android.support.v4.media.session.MediaSessionCompat;
35 import android.support.v4.media.session.PlaybackStateCompat;
101 * Posts the notification and starts tracking the session to keep it
102 * updated. The notification will automatically be removed if the session is
128 * Removes the notification and stops tracking the session. If the session
168 * Update the state based on a change on the session token. Called either when
169 * we are running for the first time or when the media session owner has destroyed the session
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 40 * Audio session priority
50 * Control panel updates effects and preferences. Applicable when audio session is delivered
56 * session provided by user.
70 // Effect/audio session Mappings
85 * Map containing the Virtualizer audio session, effect mappings.
90 * Map containing the BB audio session, effect mappings.
95 * Map containing the EQ audio session, effect mappings.
100 * Map containing the PR audio session, effect mappings.
106 * Map containing the package name, audio session mappings.
155 * System wide unique audio session identifier
183 final int session = mediaPlayer.getAudioSessionId(); local
212 final int session = mediaPlayer.getAudioSessionId(); local
    [all...]
  /external/srtp/include/
srtp.h 116 * can be applied to an SRTP or SRTCP stream. An SRTP session policy
118 * in the session.
184 * @brief represents the policy for an SRTP session.
188 * policy for an entire SRTP session. Each element contains the SRTP
237 * @brief An srtp_t points to an SRTP session structure.
240 * an SRTP session. This datatype is intentially opaque in
243 * An SRTP session consists of all of the traffic sent to the RTP and
245 * Audio/Video Profile). A session can be viewed as a set of SRTP
260 * session by a single participant. A session can be viewed a
886 srtp_t session; \/**< The session in which the event happend. *\/ member in struct:srtp_event_data_t
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector.cc 34 #include "talk/session/media/channel.h"
374 RTC_DCHECK(pc_->session()->signaling_thread()->IsCurrent());
384 RTC_DCHECK(pc_->session()->signaling_thread()->IsCurrent());
395 RTC_DCHECK(pc_->session()->signaling_thread()->IsCurrent());
427 RTC_DCHECK(pc_->session()->signaling_thread()->IsCurrent());
441 StatsReport::kStatsReportTypeSession, pc_->session()->id()));
467 RTC_DCHECK(pc_->session()->signaling_thread()->IsCurrent());
478 if (pc_->session()) {
498 RTC_DCHECK(pc_->session()->signaling_thread()->IsCurrent());
537 RTC_DCHECK(pc_->session()->signaling_thread()->IsCurrent())
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 89 // session ID --> session
403 private synchronized void addPendingSession(ISipSession session) {
406 mPendingSessions.put(session.getCallId(), session); local
574 SipSessionGroup.SipSessionImpl session = local
578 if (!isRegistered() || callingSelf(this, session)) {
580 session.endCall();
585 addPendingSession(session);
587 session.getCallId(), sessionDescription)
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/22.0.0/
support-v4-22.0.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/22.1.0/
support-v4-22.1.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/22.1.1/
support-v4-22.1.1-sources.jar 
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 33 public Session createSession() {
37 private static class AndroidSpellCheckerSession extends Session {
53 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
55 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
57 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}.
80 * {@link SpellCheckerService.Session#onGetSentenceSuggestionsMultiple(TextInfo[], int)}
82 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)}
  /external/curl/lib/vtls/
vtls.h 66 connections (and thus session ID caching etc) */
75 /* init the SSL session ID cache */
94 /* extract a session ID */
98 /* add a new session ID */
102 /* Kill a single session ID entry in the cache */
103 void Curl_ssl_kill_session(struct curl_ssl_session *session);
104 /* delete a session from the cache */
  /external/dbus/cmake/tools/
dbus-monitor.xml 22 <group choice='opt'><arg choice='plain'>--system </arg><arg choice='plain'>--session </arg><arg choice='plain'>--address <replaceable>ADDRESS</replaceable></arg></group>
39 per-user-login-session message bus (started each time a user logs in).
40 The --system and --session options direct <command>dbus-monitor</command> to
41 monitor the system or session buses respectively. If neither is
42 specified, <command>dbus-monitor</command> monitors the session bus.</para>
72 <term><option>--session</option></term>
74 <para>Monitor the session message bus. (This is the default.)</para>
  /external/dbus/doc/
dbus-send.1 11 [\fB\-\-system\fP | \fB\-\-session\fP]
27 per\-user\-login\-session message bus (started each time a user logs in).
28 The \fB\-\-system\fP and \fB\-\-session\fP options direct
29 \fBdbus\-send\fP to send messages to the system or session buses respectively.
30 If neither is specified, \fBdbus\-send\fP sends to the session bus.
98 .B "\-\-session"
99 Send to the session message bus. (This is the default.)
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
SessionsPageTest.java 76 assertEquals("No session information available.",
85 sessions.add(new SessionInfo("Session-A", 0, 0));
86 sessions.add(new SessionInfo("Session-B", 0, 0));
87 sessions.add(new SessionInfo("Session-C", 0, 0));
94 assertEquals("Session-A", support.findStr(doc,
96 assertEquals("Session-B",
98 assertEquals("Session-C",
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
RecordedRequest.java 60 SSLSession session = sslSocket.getSession(); local
61 sslProtocol = session.getProtocol();
62 sslCipherSuite = session.getCipherSuite();
63 sslLocalPrincipal = session.getLocalPrincipal();
64 sslLocalCertificates = session.getLocalCertificates();
68 peerPrincipal = session.getPeerPrincipal();
69 peerCertificates = session.getPeerCertificates();
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractionManagerService.aidl 33 boolean deliverNewSession(IBinder token, IVoiceInteractionSession session,
97 * Shows the session for the currently active service. Used to start a new session from system
100 * @param args the bundle to pass as arguments to the voice interaction session
102 * @param showCallback optional callback to be notified when the session was shown
109 * Hides the session from the active service, if it is showing.
120 * Indicates whether there is a voice session running (but not necessarily showing).
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 65 int stopButtonId, ImageView stopButton, TextView sessionText, String fileName, int stream, int session)
67 set(context, playPausebuttonId, playPausebutton, stopButtonId, stopButton, sessionText, stream, session);
72 int stopButtonId, ImageView stopButton, TextView sessionText, int fileResId, int stream, int session) {
73 set(context, playPausebuttonId, playPausebutton, stopButtonId, stopButton, sessionText, stream, session);
79 int stopButtonId, ImageView stopButton, TextView sessionText, int stream, int session) {
93 mSession = session;
147 mSessionText.setText("Session: "+Integer.toString(mMediaPlayer.getAudioSessionId()));
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
TagDispatchCaptureSession.java 44 public class TagDispatchCaptureSession implements FrameServer.Session {
57 public void onCaptureStarted(CameraCaptureSessionProxy session, CaptureRequest request,
64 public void onCaptureProgressed(CameraCaptureSessionProxy session, CaptureRequest request,
71 public void onCaptureCompleted(CameraCaptureSessionProxy session, CaptureRequest request,
78 public void onCaptureFailed(CameraCaptureSessionProxy session, CaptureRequest request,
85 public void onCaptureSequenceAborted(CameraCaptureSessionProxy session, int sequenceId) {
92 public void onCaptureSequenceCompleted(CameraCaptureSessionProxy session, int sequenceId,
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
InstallTask.java 45 private PackageInstaller.Session mSession;
54 PackageInstallerImpl.InstallListener callback, PackageInstaller.Session session,
60 mSession = session;
95 mErrorDesc = "Could not close session stream";
108 // 3. Commit the session (this actually installs it.) Session map
  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 59 * <li>The <strong>spell checker session</strong> is one of the text services.
105 * Get a spell checker session for the specified spell checker
113 * @param listener a spell checker session lister for getting results from a spell checker.
114 * @param referToSpellCheckerLanguageSettings if true, the session for one of enabled
116 * @return the spell checker session of the spell checker
172 final SpellCheckerSession session = new SpellCheckerSession( local
176 session.getTextServicesSessionListener(),
177 session.getSpellCheckerSessionListener(), bundle);
181 return session;
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
android.media.tv.TvInputService.Session.html 10 android.media.tv.TvInputService.Session
74 Class android.media.tv.<A HREF="../../../../reference/android/media/tv/TvInputService.Session.html" target="_top"><font size="+2"><code>TvInputService.Session</code></font></A>
86 <A NAME="android.media.tv.TvInputService.Session.onAppPrivateCommand_added(java.lang.String, android.os.Bundle)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/tv/TvInputService.Session.html#onAppPrivateCommand(java.lang.String, android.os.Bundle)" target="_top"><code>onAppPrivateCommand</code></A>(<code>String,</nobr> Bundle<nobr><nobr></code>)</nobr>
93 <A NAME="android.media.tv.TvInputService.Session.onTimeShiftPlay_added(android.net.Uri)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/media/tv/TvInputService.Session.html#onTimeShiftPlay(android.net.Uri)" target="_top"><code>onTimeShiftPlay</code></A>(<code>Uri</code>)</nobr>
100 <A NAME="android.media.tv.TvInputService.Session.onTune_added(android.net.Uri, android.os.Bundle)"></A>
101 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/media/tv/TvInputService.Session.html#onTune(android.net.Uri, android.os.Bundle)" target="_top"><code>onTune</code></A>(<code>Uri,</nobr> Bundle<nobr><nobr></code>)</nobr>
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 30 import android.media.session.ISession;
31 import android.media.session.ISessionCallback;
32 import android.media.session.ISessionController;
33 import android.media.session.ISessionControllerCallback;
34 import android.media.session.MediaController;
35 import android.media.session.MediaController.PlaybackInfo;
36 import android.media.session.MediaSession;
37 import android.media.session.ParcelableVolumeInfo;
38 import android.media.session.PlaybackState;
61 * This is the system implementation of a Session. Apps will interact with th
    [all...]

Completed in 667 milliseconds

<<31323334353637383940>>