Searched refs:session (Results 201 - 225 of 283) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java240 IInputMethodSession session; field in class:InputMethodManagerService.SessionState
248 + " session " + Integer.toHexString(
249 System.identityHashCode(session))
258 session = _session;
431 * Currently enabled session. Only touched by service thread, not
751 public void sessionCreated(IInputMethodSession session) { argument
754 mParentIMMS.onSessionCreated(mMethod, session, mChannel);
1312 final SessionState session = mCurClient.curSession;
1314 executeOrSendMessage(session.method, mCaller.obtainMessageIOOO(
1315 MSG_START_INPUT, mCurInputContextMissingMethods, session, mCurInputContex
1548 onSessionCreated(IInputMethod method, IInputMethodSession session, InputChannel channel) argument
2759 setEnabledSessionInMainThread(SessionState session) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWatermark.java56 Watermark(Display display, DisplayMetrics dm, SurfaceSession session, String[] tokens) { argument
117 ctrl = new SurfaceControl(session, "WatermarkSurface",
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java407 public void onCaptureProgressed(CameraCaptureSession session,
414 public void onCaptureCompleted(CameraCaptureSession session,
434 public void onCaptureFailed(CameraCaptureSession session,
586 public void onCaptureProgressed(CameraCaptureSession session,
593 public void onCaptureCompleted(CameraCaptureSession session,
613 public void onCaptureFailed(CameraCaptureSession session,
722 // Avoid initializing another capture session unless we absolutely have to
751 Log.e(TAG, "Failed to create camera capture session", ex);
760 Log.e(TAG, "Failed to close existing camera capture session", ex);
819 // This callback monitors our camera session (
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaVisualizerTest.java544 private void getVisualizer(int session) { argument
545 if (mVisualizer == null || session != mSession) {
546 if (session != mSession && mVisualizer != null) {
551 mVisualizer = new Visualizer(session);
552 mSession = session;
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java403 * Configure the camera session.
422 * Main listener for camera session events
429 public void onConfigured(CameraCaptureSession session) {
430 mCameraSession = session;
445 public void onConfigureFailed(CameraCaptureSession session) {
446 mErrorDisplayer.showErrorDialog("Unable to configure the capture session");
504 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request,
559 * Start running an HDR burst on a configured camera session
591 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request,
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java39 import android.support.v4.media.session.MediaSessionCompat;
727 * Sets the media session to enable remote control of the volume of the
730 * session to null to clear it.
732 * @param mediaSession The {@link android.media.session.MediaSession} to
743 * Sets a compat media session to enable remote control of the volume of the
746 * Set the session to null to clear it.
2583 public void setMediaSession(Object session) { argument
2587 if (session == null) {
2590 mMediaSession = new MediaSessionRecord(session);
2595 public void setMediaSessionCompat(final MediaSessionCompat session) { argument
[all...]
/frameworks/base/media/java/android/media/
H A DAudioRecord.java236 * Audio session ID
305 * @param sessionId ID of audio session the AudioRecord must be attached to, or
306 * {@link AudioManager#AUDIO_SESSION_ID_GENERATE} if the session isn't known at construction
307 * time. See also {@link AudioManager#generateAudioSessionId()} to obtain a session ID before
377 int[] session = new int[1];
378 session[0] = sessionId;
384 session, ActivityThread.currentOpPackageName(), 0 /*nativeRecordInJavaObj*/);
391 mSessionId = session[0];
421 int[] session = { 0 };
434 session,
[all...]
H A DAudioTrack.java294 * Audio session ID
371 * Class constructor with audio session. Use this constructor when the AudioTrack must be
372 * attached to a particular audio session. The primary use of the audio session ID is to
373 * associate audio effects to a particular instance of AudioTrack: if an audio session ID
375 * and media players in the same session and not to the output mix.
376 * When an AudioTrack is created without specifying a session, it will create its own session
378 * If a non-zero session ID is provided, this AudioTrack will share effects attached to this
379 * session
[all...]
H A DAudioSystem.java154 * Returns a new unused audio session ID
279 * @param session
291 void onRecordingConfigurationChanged(int event, int session, int source, argument
307 * @param session
313 private static void recordingCallbackFromNative(int event, int session, int source, argument
320 cb.onRecordingConfigurationChanged(event, session, source, recordingFormat);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java907 ImsCallSession session = createCallSession(serviceId, profile);
910 call.start(session, callees[0]);
912 call.start(session, callees);
937 throw new ImsException("Can't retrieve session with null intent",
956 IImsCallSession session = mImsService.getPendingCallSession(serviceId, callId);
958 if (session == null) {
959 throw new ImsException("No pending session for the call",
963 ImsCall call = new ImsCall(mContext, session.getCallProfile());
965 call.attachSession(new ImsCallSession(session));
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java71 * so by deriving from this class and providing their own session implementation based on
130 Log.w(TAG, "Creating session without input channel");
183 * <p>May return {@code null} if this TV input service fails to create a session for some
187 * @param inputId The ID of the TV input associated with the session.
195 * <p>May return {@code null} if this TV input service fails to create a recording session for
198 * @param inputId The ID of the TV input associated with the recording session.
270 * Base class for derived classes to implement to provide a TV input session.
314 * session is created to enable the overlay view.
344 * Dispatches an event to the application using this session.
370 * session no
[all...]
/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java118 // Get the session.
119 StubbablePrinterDiscoverySession session =
123 if (session.getPrinters().isEmpty()) {
128 mGoodPrinterId = session.getService()
152 session.addPrinters(printers);
213 // Wait for printer discovery session to be ready
647 // Remove discovery session so that the next test create a new one. Usually a leaked
648 // session is removed on the next call from the print service. But in this case we want
707 // Stopping an already stopped session is a no-op
843 // Destroying already destroyed session i
[all...]
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
H A DBrowserService.java36 import android.media.session.MediaSession;
/frameworks/support/v4/api21/android/support/v4/app/
H A DActivityCompat21.java24 import android.media.session.MediaController;
/frameworks/support/v4/api21/android/support/v4/media/
H A DMediaBrowserServiceCompatApi21.java22 import android.media.session.MediaSession;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DNotificationCompat.java24 import android.support.v4.media.session.MediaSessionCompat;
149 * Finally, if you attach a {@link android.media.session.MediaSession.Token} using
151 * can identify this as a notification representing an active media session and respond
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java391 public void onCaptureStarted(CameraCaptureSession session, CaptureRequest request, argument
402 public void onCaptureCompleted(CameraCaptureSession session, CaptureRequest request, argument
414 public void onCaptureFailed(CameraCaptureSession session, CaptureRequest request, argument
425 public void onCaptureSequenceCompleted(CameraCaptureSession session, int sequenceId, argument
697 * Configure a new camera session with output surfaces and type.
714 CameraCaptureSession session =
716 assertFalse("Camera session should not be a reprocessable session",
717 session.isReprocessable());
719 assertTrue("Capture session typ
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImplLegacy.cpp256 int aps_move_effects(void *service __unused, audio_session_t session, argument
265 return af->moveEffects(session, src_output, dst_output);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java700 IWindowSession session = mSession;
702 if (session == null || window == null) {
728 session.repositionChild(window, left, top, right, bottom,
748 IWindowSession session = mSession;
750 if (session == null || window == null) {
766 session.repositionChild(window, mWinFrame.left, mWinFrame.top,
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp560 audio_session_t session; local
564 status = AudioSystem::acquireSoundTriggerSession(&session, &ioHandle, &device);
569 sp<Model> model = new Model(*handle, session, ioHandle, device, sound_model->type);
857 SoundTriggerHwService::Model::Model(sound_model_handle_t handle, audio_session_t session, argument
860 mHandle(handle), mState(STATE_IDLE), mCaptureSession(session),
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipManager.java31 import android.media.session.MediaController;
32 import android.media.session.MediaSessionManager;
33 import android.media.session.PlaybackState;
496 * Gets the {@link android.media.session.MediaController} for the PIPed activity.
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java204 Slog.w(TAG, "Failed binding to voice interaction session service "
489 Slog.w(TAG, "Voice interation session already dead");
515 public boolean deliverNewSessionLocked(IVoiceInteractionSession session, argument
517 mSession = session;
521 session.show(mShowArgs, mShowFlags, mShowCallback);
H A DVoiceInteractionManagerServiceImpl.java172 IVoiceInteractionSession session, IVoiceInteractor interactor) {
174 Slog.w(TAG, "deliverNewSession does not match active session");
177 mActiveSession.deliverNewSessionLocked(session, interactor);
185 Slog.w(TAG, "startVoiceActivity does not match active session");
189 Slog.w(TAG, "startVoiceActivity not allowed on hidden session");
206 Slog.w(TAG, "setKeepAwake does not match active session");
218 Slog.w(TAG, "closeSystemDialogs does not match active session");
229 Slog.w(TAG, "finish does not match active session");
293 pw.println(" Active session:");
321 // If there is an active session, cance
171 deliverNewSessionLocked(IBinder token, IVoiceInteractionSession session, IVoiceInteractor interactor) argument
[all...]
/frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
H A Dlocalizemaven-1.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/ExportLicensesTask$__clinit__closure1.class ...
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaBrowserCompat.java36 import android.support.v4.media.session.MediaControllerCompat;
37 import android.support.v4.media.session.MediaSessionCompat;
170 * Gets the media session token associated with the media browser.
172 * Note that the session token may become invalid or change when when the
176 * @return The session token for the browser, never null.
715 void onServiceConnected(Messenger callback, String root, MediaSessionCompat.Token session, argument
1005 final MediaSessionCompat.Token session, final Bundle extra) {
1017 mMediaSessionToken = session;
1491 final MediaSessionCompat.Token session, final Bundle extra) {
1004 onServiceConnected(final Messenger callback, final String root, final MediaSessionCompat.Token session, final Bundle extra) argument
1490 onServiceConnected(final Messenger callback, final String root, final MediaSessionCompat.Token session, final Bundle extra) argument

Completed in 1234 milliseconds

1234567891011>>