/frameworks/base/core/java/android/hardware/camera2/ |
CameraDevice.java | 416 * fully shut down, the {@link StateCallback#onClosed} callback will be called, and the camera 419 * <p>Immediately after this call, besides the final {@link StateCallback#onClosed} calls, no [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...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
background_test_util.js | 23 mockChromeEvent(instrumented, 'notifications.onClosed');
|
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/ |
CastWindowManager.java | 37 public void onClosed(); 148 mDelegate.onClosed();
|
CastShellActivity.java | 93 public void onClosed() {
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
CameraOps2.java | 133 public void onClosed(CameraDevice camera) { 136 mClientListener.onClosed(camera);
|
CameraControlPane.java | 510 public void onClosed(CameraCaptureSession session) { 521 public void onClosed(CameraDevice camera) {
|
/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...] |
/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);
|
/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 | 63 ShareClient.Observer.prototype.onClosed = function() { 98 this.observer_.onClosed();
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
OneCameraManagerImpl.java | 74 // onClosed(), but only the first should be relayed to 90 public void onClosed(CameraDevice device) {
|
OneCameraImpl.java | 500 public void onClosed(CameraCaptureSession session) { 501 super.onClosed(session);
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
CameraSessionUtils.java | 186 verify(listener, never()).onClosed(eq(session));
|
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
CameraOps.java | 247 public void onClosed(CameraDevice camera) {
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
CameraOps.java | 247 public void onClosed(CameraDevice camera) {
|
/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
CameraOps.java | 247 public void onClosed(CameraDevice camera) {
|
/external/chromium_org/remoting/webapp/background/ |
message_window.js | 140 chrome.app.window.current().onClosed.addListener(
|
/external/chromium_org/ui/file_manager/gallery/js/ |
background.js | 146 appWindow.onClosed.addListener(function() {
|
/external/chromium_org/extensions/renderer/resources/ |
app_window_custom_bindings.js | 219 AppWindow.prototype.onClosed = new Event(); 377 dispatchEventIfExists(currentAppWindow, "onClosed");
|
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/ |
CameraTooActivity.java | 373 public void onClosed(CameraCaptureSession session) {
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
event_page.js | 232 w.onClosed.addListener(function() {
|