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

<<11121314151617181920>>

  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 44 /** Simple integer ID for session for debugging */
72 /** This session is closed; all further calls will throw ISE */
74 /** This session failed to be configured successfully */
76 /** Do not unconfigure if this is set; another session will overwrite configuration */
79 /** Is the session in the process of aborting? Pay attention to BUSY->IDLE transitions. */
100 mIdString = String.format("Session %d: ", mId);
128 if (DEBUG) Log.v(TAG, mIdString + "Created session successfully");
133 Log.e(TAG, mIdString + "Failed to create capture session; configuration failed");
159 throw new IllegalArgumentException("this capture session cannot handle reprocess " +
162 throw new IllegalArgumentException("capture request was created for another session");
495 final CameraCaptureSession session = this; local
    [all...]
  /developers/build/prebuilts/gradle/MediaBrowserService/.google/
packaging.yaml 18 - android:android.media.session.MediaSession
19 - android:android.media.session.MediaController
  /external/clang/test/Modules/
validate-system-headers.m 25 // This should override -fmodules-validate-once-per-build-session
27 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session
33 // Don't recompile due to -fmodules-validate-once-per-build-session
34 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session
38 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fmodules-validate-system-headers -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolFunc.cpp 34 : Session(PDBSession), Func(PDBFunc) {
58 return Session.getConcreteSymbolById<PDBSymbolData>(
67 return Session.getConcreteSymbolById<PDBSymbolData>(Result.getSymIndexId());
73 return new FunctionArgEnumerator(Session, Func);
78 const IPDBSession &Session;
90 return Session.getConcreteSymbolById<PDBSymbolTypeFunctionSig>(getTypeId());
95 return llvm::make_unique<FunctionArgEnumerator>(Session, *this);
99 return Session.getConcreteSymbolById<PDBSymbolTypeUDT>(getClassParentId());
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
SessionKeys.java 16 package org.mockftpserver.core.session;
19 * Constants for names of properties (attributes) stored in the session.
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/
WebSocketResponseHandlerTest.java 27 private IHTTPSession session; field in class:WebSocketResponseHandlerTest
52 when(session.getHeaders()).thenReturn(headers);
61 Response handshakeResponse = responseHandler.serve(session);
76 Response handshakeResponse = responseHandler.serve(session);
86 Response handshakeResponse = responseHandler.serve(session);
95 Response handshakeResponse = responseHandler.serve(session);
102 Response handshakeResponse = responseHandler.serve(session);
109 Response handshakeResponse = responseHandler.serve(session);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
SoundTriggerSession.h 28 status_t releaseSession(audio_session_t session);
30 status_t acquireSession(audio_session_t session, audio_io_handle_t ioHandle);
  /frameworks/base/core/java/com/android/internal/view/
IInputSessionCallback.aidl 23 * session has been created.
28 void sessionCreated(IInputMethodSession session);
  /frameworks/base/media/java/android/media/audiofx/
AcousticEchoCanceler.java 31 * specify the audio session ID of this AudioRecord when creating the AcousticEchoCanceler.
32 * The audio session is retrieved by calling
37 * state on a particular AudioRecord session.
56 * session specified.
57 * @param audioSession system wide unique audio session identifier. The AcousticEchoCanceler
58 * will be applied to the AudioRecord with the same audio session.
85 * @param audioSession system wide unique audio session identifier. The AcousticEchoCanceler
86 * will be applied to the AudioRecord with the same audio session.
AutomaticGainControl.java 31 * specify the audio session ID of this AudioRecord when creating the AutomaticGainControl.
32 * The audio session is retrieved by calling
37 * state on a particular AudioRecord session.
56 * session specified.
57 * @param audioSession system wide unique audio session identifier. The AutomaticGainControl
58 * will be applied to the AudioRecord with the same audio session.
85 * @param audioSession system wide unique audio session identifier. The AutomaticGainControl
86 * will be applied to the AudioRecord with the same audio session.
NoiseSuppressor.java 32 * specify the audio session ID of this AudioRecord when creating the NoiseSuppressor.
33 * The audio session is retrieved by calling
38 * state on a particular AudioRecord session.
57 * session specified.
58 * @param audioSession system wide unique audio session identifier. The NoiseSuppressor
59 * will be applied to the AudioRecord with the same audio session.
87 * @param audioSession system wide unique audio session identifier. The NoiseSuppressor
88 * will be applied to the AudioRecord with the same audio session.
  /frameworks/base/media/java/android/media/session/
IActiveSessionsListener.aidl 16 package android.media.session;
18 import android.media.session.MediaSession;
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
IPlayerCallback.aidl 18 import android.media.session.MediaSession;
21 void onSessionChanged(in MediaSession.Token session);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestUpdateInbox.java 33 public void execute(ClientSession session) throws IOException {
34 executePut(session, FILLER_BYTE);
  /frameworks/support/v4/api22/android/support/v4/media/session/
MediaSessionCompatApi22.java 16 package android.support.v4.media.session;
18 import android.media.session.MediaSession;
  /frameworks/support/v4/api23/android/support/v4/media/
MediaControllerCompatApi23.java 17 package android.support.v4.media.session;
19 import android.media.session.MediaController;
  /packages/apps/Camera2/src/com/android/camera/app/
CameraServicesImpl.java 25 import com.android.camera.session.CaptureSessionFactory;
26 import com.android.camera.session.CaptureSessionFactoryImpl;
27 import com.android.camera.session.CaptureSessionManager;
28 import com.android.camera.session.CaptureSessionManagerImpl;
29 import com.android.camera.session.PlaceholderManager;
30 import com.android.camera.session.SessionStorageManager;
31 import com.android.camera.session.SessionStorageManagerImpl;
32 import com.android.camera.session.StackSaverFactory;
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidCameraCaptureSessionProxy.java 42 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request,
49 public void onCaptureProgressed(CameraCaptureSession session, CaptureRequest request,
56 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request,
62 public void onCaptureFailed(CameraCaptureSession session, CaptureRequest request,
68 public void onCaptureSequenceCompleted(CameraCaptureSession session, int sequenceId,
75 public void onCaptureSequenceAborted(CameraCaptureSession session, int sequenceId) {
82 public AndroidCameraCaptureSessionProxy(CameraCaptureSession session) {
83 mSession = session;
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
PictureTaker.java 20 import com.android.camera.session.CaptureSession;
26 public void takePicture(OneCamera.PhotoCaptureParameters params, CaptureSession session);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSessionFactory.java 19 import android.service.textservice.SpellCheckerService.Session;
22 public static Session newInstance(AndroidSpellCheckerService service) {
  /system/extras/ext4_utils/
key_control.h 13 #define KEY_SPEC_SESSION_KEYRING -3 // key ID for session-specific keyring
15 #define KEY_SPEC_USER_SESSION_KEYRING -5 // key ID for UID-session keyring
  /frameworks/base/media/java/android/media/tv/
TvView.java 28 import android.media.tv.TvInputManager.Session;
29 import android.media.tv.TvInputManager.Session.FinishedInputEventCallback;
80 private Session mSession;
305 // createSession() was called but the actual session for the given inputId has not
315 // any session is created (e.g. when quickly tuning to a channel from input A and then
362 * @see TvInputService.Session#notifyContentBlocked(TvContentRating)
378 * @see TvInputService.Session#notifyContentBlocked(TvContentRating)
511 * Calls {@link TvInputService.Session#appPrivateCommand(String, Bundle)
512 * TvInputService.Session.appPrivateCommand()} on the current TvView.
528 Log.w(TAG, "sendAppPrivateCommand - session not yet created (action \"" + actio
    [all...]
  /external/chromium-trace/trace-viewer/third_party/WebOb/
.gitignore 14 Session.vim
  /external/iptables/extensions/
libxt_helper.man 7 string can be "ftp" for packets related to a ftp-session on default port.
  /external/lldb/test/
redo.py 6 You need to specify the session directory in order for this script to locate the
24 # To be filled with the filterspecs found in the session logs.
34 # encountered "-C clang" and "-C gcc" when visiting the session files, both
47 -F : only consider the test for re-run if the session filename conatins the filename component
53 and session_dir specifies the session directory which contains previously
54 recorded session infos for all the test cases which either failed or errored.
57 possible session directories with names starting with %Y-%m-%d- (for example,
62 """Returns the full path to the session directory; None if non-existent."""
114 """Read the session directory and run the failed test cases one by one."""
153 # Get the specified session directory
    [all...]

Completed in 253 milliseconds

<<11121314151617181920>>