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

<<31323334353637383940>>

  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 175 IVoiceInteractionSession session, IVoiceInteractor interactor) {
177 Slog.w(TAG, "deliverNewSession does not match active session");
180 mActiveSession.deliverNewSessionLocked(session, interactor);
188 Slog.w(TAG, "startVoiceActivity does not match active session");
192 Slog.w(TAG, "startVoiceActivity not allowed on hidden session");
209 Slog.w(TAG, "setKeepAwake does not match active session");
221 Slog.w(TAG, "closeSystemDialogs does not match active session");
232 Slog.w(TAG, "finish does not match active session");
282 pw.print(" Session service="); pw.println(mInfo.getSessionService());
296 pw.println(" Active session:")
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraDeviceTest.java 430 * capture, setRepeatingRequest, stopRepeating, session+device.close
444 // A cascade of Device->Session->Capture listeners, each of which invokes at least one
445 // method on the camera device or session.
449 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request,
453 session.getDevice().createCaptureRequest(CameraDevice.TEMPLATE_PREVIEW);
457 session.abortCaptures();
458 session.capture(request2.build(),
460 session.setRepeatingRequest(request2.build(),
462 session.stopRepeating();
464 CameraDevice camera = session.getDevice()
720 CameraCaptureSession session = allSessions.get(allSessions.size() - 1); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaSessionManagerTest.java 19 import android.media.session.MediaController;
20 import android.media.session.MediaSessionManager;
  /cts/tests/tests/tv/src/android/media/tv/cts/
FaultyTvInputService.java 29 public Session onCreateSession(String inputId) {
38 public static class FaultySession extends Session {
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionService.java 47 Log.wtf(TAG, "Can't start session because either intent is null or onReady() "
50 Log.i(TAG, "Yay! about to start session with TestApp");
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 60 * @p_session: Session obj
79 * @p_session: decode session
112 * @data: job session
149 * @data: job session
189 * @p_session: job session
195 * Create a jpeg encode session
233 * @p_session: job session
239 * Destroy a jpeg encode session
278 * @p_session: job session
341 * @p_session: job session
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 60 * @p_session: Session obj
79 * @p_session: decode session
112 * @data: job session
149 * @data: job session
189 * @p_session: job session
195 * Create a jpeg encode session
233 * @p_session: job session
239 * Destroy a jpeg encode session
278 * @p_session: job session
341 * @p_session: job session
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 60 * @p_session: Session obj
80 * @p_session: decode session
113 * @data: job session
151 * @data: job session
192 * @p_session: job session
198 * Create a jpeg encode session
237 * @p_session: job session
243 * Destroy a jpeg encode session
282 * @p_session: job session
345 * @p_session: job session
    [all...]
  /external/autotest/client/site_tests/login_GuestAndActualSession/
login_GuestAndActualSession.py 46 raise error.TestFail('Could not start session for guest')
50 raise error.TestFail('Could not start session for ' + owner)
  /external/autotest/client/site_tests/login_LoginSuccess/
login_LoginSuccess.py 40 self._listener.wait_for_signals(desc='Session started.',
48 self._listener.wait_for_signals(desc='Session stopped.',
  /external/autotest/client/tests/kvm/tests/
set_link.py 22 session = virt_test_utils.wait_for_login(vm, 0, timeout, 0, 2)
54 session.close()
  /external/autotest/client/virt/tests/
stress_boot.py 24 session = vm.wait_for_login(timeout=login_timeout)
27 sessions = [session]
  /external/chromium-trace/catapult/third_party/Paste/Paste.egg-info/
entry_points.txt 27 # This isn't good enough to deserve the name egg:Paste#session:
28 paste_session = paste.session:make_session_middleware
  /external/curl/docs/libcurl/
curl_easy_reset.3 24 curl_easy_reset - reset all options of a libcurl session handle
36 connections, the Session ID cache, the DNS cache, the cookies and shares.
  /external/dbus/tools/
Makefile.am 71 EXTRA_DIST = run-with-tmp-session-bus.sh strtoll.c strtoull.c
73 run-with-tmp-session-bus.conf
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
MBeanClient.java 50 // Retrieve JaCoCo version and session id:
52 System.out.println("Session: " + proxy.getSessionId());
  /external/libvncserver/libvncclient/
tls.h 34 /* Read desired bytes from TLS session.
42 /* Write desired bytes to TLS session.
  /external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.h 25 /// SuspensionManager captures global session state to simplify process lifetime management
26 /// for an application. Note that session state will be automatically cleared under a variety
  /external/webrtc/talk/app/webrtc/objc/public/
RTCSessionDescription.h 30 // Description of an RFC 4566 Session.
38 // The session type.
  /external/webrtc/webrtc/modules/pacing/
bitrate_prober.h 29 // Returns true if the prober is in a probing session, i.e., it currently
34 // Initializes a new probing session if the prober is allowed to probe.
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
EffectDescriptor.h 35 int mSession; // audio session the effect is on
46 uint32_t strategy, int session, int id);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 30 * Database access is always performed using a session. The session
34 * There is some advantage to knowing when a session is being used for
48 * Session objects are not thread-safe. In fact, session objects are thread-bound.
49 * The {@link SQLiteDatabase} uses a thread-local variable to associate a session
51 * has its own session object and therefore its own transaction state independent
54 * A thread has at most one session per database. This constraint ensures that
59 * one session (so, at most one connection) per thread per database.
89 * database connection for use by another session for a little while, and starts
    [all...]
  /frameworks/base/core/java/android/service/textservice/
package.html 8 android.service.textservice.SpellCheckerService.Session} class to provide spelling suggestions based
10 android.service.textservice.SpellCheckerService.Session} callback methods, you must return the
  /frameworks/base/core/java/com/android/internal/view/
IInputMethod.aidl 47 void setSessionEnabled(IInputMethodSession session, boolean enabled);
49 void revokeSession(IInputMethodSession session);
  /frameworks/base/media/java/android/media/session/
ParcelableVolumeInfo.java 16 package android.media.session;
24 * session. The public implementation is {@link MediaController.PlaybackInfo}.

Completed in 579 milliseconds

<<31323334353637383940>>