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

<<51525354555657585960>>

  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraZslImpl.java 62 import com.android.camera.session.CaptureSession;
166 /** The Camera2 API capture session currently active. */
241 public ImageCaptureTask(PhotoCaptureParameters parameters, CaptureSession session) {
243 mSession = session;
420 public void takePicture(final PhotoCaptureParameters params, final CaptureSession session) {
504 new ImageCaptureTask(params, session), zslConstraints);
530 mCaptureManager.captureNextImage(new ImageCaptureTask(params, session),
558 mCaptureManager.captureNextImage(new ImageCaptureTask(params, session),
611 CaptureSession session, CaptureResult result) {
639 ListenableFuture<Optional<Uri>> futureUri = session.saveAndFinish
    [all...]
  /cts/apps/CameraITS/pymodules/its/
target.py 30 Creates a new ITS device session (so this function should not be called
31 while another session to the device is open).
48 its_session: Holds an open device session.
148 its_session: Optional, holding an open device session.
176 Will open a device session if its_session is None.
179 its_session: Optional, holding an open device session.
  /cts/tests/tests/media/src/android/media/cts/
LoudnessEnhancerTest.java 57 int session = am.generateAudioSessionId(); local
58 assertTrue("cannot generate new session", session != AudioManager.ERROR);
59 getLoudnessEnhancer(session);
240 private void getLoudnessEnhancer(int session) {
243 mLE = new LoudnessEnhancer(session);
  /cts/tests/tests/print/src/android/print/cts/
PrinterInfoTest.java 60 /** The printer discovery session used in this test */
130 * @return The mock session callbacks
136 // Get the session.
388 * Create mock service callback for a session.
390 * @param sessionCallbacks The callbacks of the session
414 // Create the session of the printers that we will be checking.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
document.py 189 session = requests.Session()
190 session.proxies = self.proxy
196 session.mount('http://', adapter)
197 session.mount('https://', adapter)
199 resp = session.post(url, data=sdf, headers={'Content-Type': 'application/json'})
  /external/libmicrohttpd/src/examples/
spdy_event_loop.c 56 struct SPDY_Session * session)
63 socklen_t addr_len = SPDY_get_remote_addr(session, &addr);
98 struct SPDY_Session * session,
102 (void)session;
109 printf("session closed by server\n");
113 printf("session closed by client\n");
  /external/ppp/pppd/plugins/radius/etc/
dictionary 69 ATTRIBUTE Session-Timeout 27 integer
79 ATTRIBUTE Acct-Session-Id 44 string
81 ATTRIBUTE Acct-Session-Time 46 integer
124 # Limit session traffic
125 ATTRIBUTE Session-Octets-Limit 227 integer
199 VALUE Acct-Terminate-Cause Session-Timeout 5
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.h 51 // SESSION SETUP ---------------------------------------------------------
88 // SESSION MANAGEMENT ---------------------------------------------------
120 //! session handlers. After Disconnect completes, it is guaranteed
126 //! Adds a listener for session events.
127 //! Stanza delivery is chained to session handlers; the first to
132 //! Removes a listener for session events.
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tls_common.c 129 * eap_server_tls_derive_session_id - Derive a Session-Id based on TLS data
133 * @len: Pointer to length of the session ID generated
134 * Returns: Pointer to allocated Session-Id on success or %NULL on failure
136 * This function derive the Session-Id based on the TLS session data
159 /* Session-Id = EAP type || client.random || server.random */
  /frameworks/base/docs/html/sdk/support_api_diff/22.2.0/changes/
alldiffs_index_changes.html 59 <!-- Package android.support.v4.media.session -->
60 <A HREF="pkg_android.support.v4.media.session.html" class="hiddenlink" target="rightframe">android.support.v4.media.session</A><br>
85 <A HREF="android.support.v4.media.session.PlaybackStateCompat.html" class="hiddenlink" target="rightframe">PlaybackStateCompat</A><br>
87 <A HREF="android.support.v4.media.session.PlaybackStateCompat.Builder.html" class="hiddenlink" target="rightframe">PlaybackStateCompat.Builder</A><br>
89 <A HREF="android.support.v4.media.session.PlaybackStateCompat.CustomAction.html" class="hiddenlink" target="rightframe">PlaybackStateCompat.CustomAction</A><br>
  /frameworks/base/docs/html/training/tv/tif/
tvinput.jd 45 <li>{@link android.media.tv.TvInputService.Session} maintains the TV input state and communicates
147 {@link android.media.tv.TvInputService.Session} that implements {@link android.os.Handler.Callback}
148 to handle player state changes. With {@link android.media.tv.TvInputService.Session#onSetSurface(android.view.Surface) onSetSurface()},
149 the {@link android.media.tv.TvInputService.Session} sets the {@link android.view.Surface} with the
153 <p>The {@link android.media.tv.TvInputService.Session} handles the
154 {@link android.media.tv.TvInputService.Session#onTune(android.net.Uri) onTune()}
  /frameworks/base/media/java/android/media/tv/
ITvInputSessionWrapper.java 75 private TvInputService.Session mTvInputSessionImpl;
81 public ITvInputSessionWrapper(Context context, TvInputService.Session sessionImpl,
92 // For the recording session
372 // The session has been finished.
378 if (handled != TvInputManager.Session.DISPATCH_IN_PROGRESS) {
379 finishInputEvent(event, handled == TvInputManager.Session.DISPATCH_HANDLED);
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 154 audio_stream_type_t stream, audio_session_t session)
158 session);
162 audio_stream_type_t stream, audio_session_t session)
166 session);
281 audio_session_t session,
285 return lap->apm->registerEffect(desc, io, strategy, session, id);
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 152 audio_stream_type_t stream, int session)
156 session);
160 audio_stream_type_t stream, int session)
164 session);
279 int session,
283 return qap->apm->registerEffect(desc, io, strategy, session, id);
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/wpa_supplicant_8/src/radius/
radius_server.c 24 * RADIUS_SESSION_TIMEOUT - Session timeout in seconds
67 * struct radius_session - Internal RADIUS server data for a session
131 * next_sess_id - Next session identifier
388 "(timestamp,session,nas_ip,username,note)"
484 struct radius_session *session, *prev; local
489 session = client->sessions;
490 while (session) {
491 if (session == sess) {
500 prev = session;
501 session = session->next
1501 struct radius_session *session, *prev; local
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
SSLParametersImpl.java 76 // client session context contains the set of reusable
79 // server session context contains the set of reusable
102 // if the peer with this parameters allowed to cteate new SSL session
192 * Returns the appropriate session context.
199 * @return server session context
206 * @return client session context
353 * create new SSL session
361 * allowed to cteate new SSL session
429 // look for client session to reuse
671 throw new IllegalStateException("SSL Session may not be created")
783 SSLSession session = sessionContext.getSession(hostName, port); local
    [all...]
  /external/dbus/cmake/bus/
dbus-daemon.xml 24 <arg choice='opt'>--session </arg>
47 per-user-login-session message bus (started each time a user logs in).
52 <para>The --session option is equivalent to
53 "--config-file=/etc/dbus-1/session.conf" and the --system
68 <para>The per-session daemon is used for various interprocess communication
116 <term><option>--session</option></term>
118 <para>Use the standard configuration file for the per-login-session message
142 while another might set it up to be a per-user-login-session bus.</para>
154 <para>The standard systemwide and per-session message bus setups are
156 "/etc/dbus-1/session.conf". These files normall
    [all...]
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 26 import android.media.session.MediaSession;
27 import android.media.session.PlaybackState;
56 * user interfaces that need to interact with your media session, like Android Auto. You can
67 * <li> In onCreate, start a new {@link android.media.session.MediaSession} and notify its parent
68 * with the session's token {@link android.service.media.MediaBrowserService#setSessionToken};
71 * {@link android.media.session.MediaSession#setCallback(android.media.session.MediaSession.Callback)}.
78 * {@link android.media.session.MediaSession#setPlaybackState(android.media.session.PlaybackState)}
79 * {@link android.media.session.MediaSession#setMetadata(android.media.MediaMetadata)} an
    [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 26 import android.media.session.MediaSession;
27 import android.media.session.PlaybackState;
56 * user interfaces that need to interact with your media session, like Android Auto. You can
67 * <li> In onCreate, start a new {@link android.media.session.MediaSession} and notify its parent
68 * with the session's token {@link android.service.media.MediaBrowserService#setSessionToken};
71 * {@link android.media.session.MediaSession#setCallback(android.media.session.MediaSession.Callback)}.
78 * {@link android.media.session.MediaSession#setPlaybackState(android.media.session.PlaybackState)}
79 * {@link android.media.session.MediaSession#setMetadata(android.media.MediaMetadata)} an
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java 26 import android.media.session.MediaSession;
27 import android.media.session.PlaybackState;
56 * user interfaces that need to interact with your media session, like Android Auto. You can
67 * <li> In onCreate, start a new {@link android.media.session.MediaSession} and notify its parent
68 * with the session's token {@link android.service.media.MediaBrowserService#setSessionToken};
71 * {@link android.media.session.MediaSession#setCallback(android.media.session.MediaSession.Callback)}.
78 * {@link android.media.session.MediaSession#setPlaybackState(android.media.session.PlaybackState)}
79 * {@link android.media.session.MediaSession#setMetadata(android.media.MediaMetadata)} an
    [all...]
  /external/google-breakpad/src/common/windows/
omap.cc 167 // Finds the debug stream with the given |name| in the given |session|, and
171 IDiaSession* session,
174 assert(session != NULL);
178 if (!FindDebugStream(name, session, &stream))
222 bool GetOriginalImageLength(IDiaSession* session, DWORD* image_length) {
223 assert(session != NULL);
227 if (!FindTable(session, &enum_segments))
523 bool GetOmapDataAndDisableTranslation(IDiaSession* session,
525 assert(session != NULL);
529 if (FAILED(session->QueryInterface(&address_map)))
    [all...]
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 359 private Response respond(Map<String, String> headers, IHTTPSession session, String uri) {
362 if (cors != null && Method.OPTIONS.equals(session.getMethod())) {
365 r = defaultRespond(headers, session, uri);
374 private Response defaultRespond(Map<String, String> headers, IHTTPSession session, String uri) {
419 return respond(headers, session, uri + indexFile);
426 response = plugin.serveFile(uri, headers, session, f, mimeTypeForFile);
429 return respond(rewrite.getHeaders(), session, rewrite.getUri());
438 public Response serve(IHTTPSession session) {
439 Map<String, String> header = session.getHeaders();
440 Map<String, String> parms = session.getParms()
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.h 181 * @state: State of the current #MixAudio session.
182 * @codecMode: Current codec mode of the session.
265 * @returns: #MIX_RESULT_SUCCESS on successful initilaization. #MIX_RESULT_ALREADY_INIT if session is already initialized.
267 * This function will initialize an encode or decode session with this #MixAudio instance. During this call, the device will be opened. If the device is not available, an error is returned to the caller so that an alternative (e.g. software decoding) can be configured instead. Use mix_audio_deinitialize() to close the device.
269 * A previous initialized session must be de-initialized using mix_audio_deinitialize() before it can be initialized again.
280 * This function can be used to configure a stream for the current session. The caller can use this function to do the following:
294 * <para>If a stream is already registered with Intel Audio Manager, application must pass the same @streamname argument to retain the session. Otherwise, the existing stream will be unregistered and a new stream will be registered with the new @streamname.
312 * @outsize: Total number of bytes returned for the decode session. This parameter is ignored if stream is configured to #MIX_DECODE_DIRECTRENDER.
431 * This function is used to mute and unmute audio playback. While muted, playback would continue but silently. This function is only valid when the session is configured to #MIX_DECODE_DIRECTRENDER mode.
498 * This function will uninitialize a session with this MI-X instance. During this call, the SST device will be closed and resources including (…)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 91 * session though)
258 RenderSession session = null; local
266 session = RenderService.create(editor)
280 if (session != null) {
281 if (session.getResult().isSuccess()) {
282 BufferedImage image = session.getImage();
309 List<ViewInfo> viewInfoList = session.getRootViews();
356 if (session.getResult().getException() != null) {
357 AdtPlugin.log(session.getResult().getException(),
358 session.getResult().getErrorMessage())
    [all...]

Completed in 880 milliseconds

<<51525354555657585960>>