HomeSort by relevance Sort by last modified time
    Searched full:session (Results 501 - 525 of 4517) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/base/objc/
RTCCameraPreviewView.h 22 /** The capture session being rendered in the view. Capture session
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioInputDescriptor.h 56 bool hasPreemptedSession(audio_session_t session) const;
62 status_t addAudioSession(audio_session_t session,
64 status_t removeAudioSession(audio_session_t session);
65 sp<AudioSession> getAudioSession(audio_session_t session) const;
79 // Because a preemptible capture session can preempt another one, we end up in an endless loop
80 // situation were each session is allowed to restart after being preempted,
82 // To avoid this situation, we store which audio session was preempted when
83 // a particular input started and prevent preemption of this active input by this session.
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/session/
MediaControllerCompatApi23.java 17 package android.support.v4.media.session;
19 import android.media.session.MediaController;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
bluetooth.proto 17 // Session information that gets logged for every BT connection.
18 repeated BluetoothSession session = 1;
20 // Session information that gets logged for every Pair event.
67 // Duration of the session.
79 // The information about the RFComm session.
82 // The information about the A2DP session.
95 // Session information that gets logged for every A2DP session.
  /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/bt/osi/src/protos/
bluetooth.proto 16 // Session information that gets logged for every BT connection.
17 repeated BluetoothSession session = 1;
19 // Session information that gets logged for every Pair event.
66 // Duration of the session.
78 // The information about the RFComm session.
81 // The information about the A2DP session.
94 // Session information that gets logged for every A2DP session.
  /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
  /external/dbus/cmake/tools/
dbus-launch.xml 25 <arg choice='opt'>--exit-with-session </arg>
36 <para>The <command>dbus-launch</command> command is used to start a session bus
43 <para>With no arguments, <command>dbus-launch</command> will launch a session bus
48 will launch a session bus instance, set the appropriate environment
78 sh-compatible shell to start the per-session bus daemon:</para>
84 eval `dbus-launch --sh-syntax --exit-with-session`
85 echo "D-Bus per-session daemon address is: $DBUS_SESSION_BUS_ADDRESS"
92 <para>Another way to use <command>dbus-launch</command> is to run your main session
96 dbus-launch gnome-session
106 the --autolaunch option to start up a new session bus or find the
    [all...]
  /external/autotest/client/site_tests/login_SameSessionTwice/
login_SameSessionTwice.py 15 """Ensure that the session_manager won't start the same session twice.
33 raise error.TestFail('Could not start session for ' + user)
37 raise error.TestFail('Started second session for ' + user)
41 if 'already started a session' not in d.message:
  /external/autotest/client/virt/tests/
fillup_disk.py 19 session = vm.wait_for_login(timeout=timeout)
34 s, o = session.cmd_status_output(tmp_cmd, timeout=fillup_timeout)
46 s, o = session.cmd_status_output(cmd)
53 session.close()
  /external/chromium-trace/catapult/third_party/WebOb/
.gitignore 14 Session.vim
  /external/dbus/test/name-test/
.gitignore 6 run-with-tmp-session-bus.conf
run-test-systemserver.sh 20 SOURCE_CONFIG_FILE=$DBUS_TOP_SRCDIR/test/name-test/tmp-session-like-system.conf
22 # Rerun ourselves with tmp session bus if we're not already
26 exec $DBUS_TOP_SRCDIR/tools/run-with-tmp-session-bus.sh $SCRIPTNAME $MODE
30 dbus-monitor --session &

Completed in 1055 milliseconds

<<21222324252627282930>>