HomeSort by relevance Sort by last modified time
    Searched defs:onClosed (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 396 * fully shut down, the {@link StateCallback#onClosed} callback will be called, and the camera
399 * <p>Immediately after this call, besides the final {@link StateCallback#onClosed} calls, no
516 public void onClosed(CameraDevice camera) {
    [all...]
CameraCaptureSession.java 46 * associated {@link StateCallback#onClosed onClosed} callback will be invoked. All
304 * if the session has not been closed. Otherwise, the {@link StateCallback#onClosed}
335 * {@link StateCallback#onClosed} callback. Using {@link CameraDevice#createCaptureSession}
343 * {@link StateCallback#onClosed} will be called.</p>
436 public void onClosed(CameraCaptureSession session) {
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CallbackProxies.java 79 public void onClosed(CameraDevice camera) {
80 mProxy.invoke("onClosed", camera);
175 public void onClosed(CameraCaptureSession session) {
176 mProxy.invoke("onClosed", session);
CameraCaptureSessionImpl.java 325 * camera. Once that's done, fire #onClosed.
333 // TODO: Fire onClosed anytime we get the device onClosed or the ISE?
334 // or just suppress the ISE only and rely onClosed.
338 mStateCallback.onClosed(this);
344 // TODO: call onError instead of onClosed if this happens
347 // If no sequences are pending, fire #onClosed immediately
591 * close the camera further by unconfiguring and then firing {@code onClosed}.</p>
645 * It's now safe to unconfigure the outputs and after it's done invoke #onClosed.
655 mStateCallback.onClosed(CameraCaptureSessionImpl.this)
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps2.java 133 public void onClosed(CameraDevice camera) {
136 mClientListener.onClosed(camera);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js 7 * -Connecting the in-bound functions |onOpened|, |onMessage|, and |onClosed|,
116 this.onClosed = function() {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_client.js 71 ShareClient.Observer.prototype.onClosed = function() {
106 this.observer_.onClosed();
share_dialog.js 153 ShareDialog.prototype.onClosed = function() {
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java 278 public void onClosed(CameraDevice camera) {
279 if (mProxy != null) mProxy.onClosed(camera);
BlockingSessionCallback.java 156 public void onClosed(CameraCaptureSession session) {
158 if (mProxy != null) mProxy.onClosed(session);
BlockingStateCallback.java 129 public void onClosed(CameraDevice camera) {
130 if (mProxy != null) mProxy.onClosed(camera);
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 744 milliseconds