Searched defs:StateCallback (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardStateMonitor.java52 private final StateCallback mCallback;
54 public KeyguardStateMonitor(Context context, IKeyguardService service, StateCallback callback) {
120 public interface StateCallback { interface in class:KeyguardStateMonitor
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java49 * {@link CameraCaptureSession.StateCallback#onConfigured onConfigured} callback. If configuration
51 * {@link CameraCaptureSession.StateCallback#onConfigureFailed onConfigureFailed} is called, and the
56 * configured and {@link StateCallback#onConfigureFailed onConfigureFailed} is called, all queued
60 * associated {@link StateCallback#onClosed onClosed} callback will be invoked. All
116 * <p>Once allocation is complete, {@link StateCallback#onSurfacePrepared} will be invoked with
124 * StateCallback#onSurfacePrepared} will be triggered for both surfaces.</p>
128 * {@link StateCallback#onSurfacePrepared} will be immediately called, and no preallocation is
143 * @see StateCallback#onSurfacePrepared
565 * and is in ready state, wait for the {@link StateCallback#onReady} callback after
576 * @see StateCallback#onIdl
674 public static abstract class StateCallback { class in class:CameraCaptureSession
[all...]
H A DCameraDevice.java242 * {@link CameraCaptureSession.StateCallback}'s
243 * {@link CameraCaptureSession.StateCallback#onConfigured} callback will be called.</p>
248 * {@link CameraCaptureSession.StateCallback#onConfigured} for the new session may be invoked
249 * before {@link CameraCaptureSession.StateCallback#onClosed} is invoked for the prior
250 * session. Once the new session is {@link CameraCaptureSession.StateCallback#onConfigured
274 * {@link CameraCaptureSession.StateCallback#onConfigureFailed} being invoked.</p>
437 @NonNull CameraCaptureSession.StateCallback callback, @Nullable Handler handler)
449 CameraCaptureSession.StateCallback callback, @Nullable Handler handler)
623 @NonNull List<Surface> outputs, @NonNull CameraCaptureSession.StateCallback callback,
639 @NonNull CameraCaptureSession.StateCallback callbac
903 public static abstract class StateCallback { class in class:CameraDevice
[all...]

Completed in 688 milliseconds