Searched defs:shutter (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java1129 final CameraShutterCallback shutter,
1139 if (shutter != null) {
1146 shutter.onShutter(AndroidCamera2ProxyImpl.this);
1128 takePicture(final Handler handler, final CameraShutterCallback shutter, CameraPictureCallback raw, CameraPictureCallback postview, final CameraPictureCallback jpeg) argument
H A DAndroidCameraAgentImpl.java273 CaptureCallbacks(ShutterCallback shutter, PictureCallback raw, PictureCallback postView, argument
275 mShutter = shutter;
323 final ShutterCallback shutter,
327 final CaptureCallbacks callbacks = new CaptureCallbacks(shutter, raw, postView, jpeg);
902 final Handler handler, final CameraShutterCallback shutter,
933 .getNewInstance(handler, AndroidCameraProxyImpl.this, shutter),
322 requestTakePicture( final ShutterCallback shutter, final PictureCallback raw, final PictureCallback postView, final PictureCallback jpeg) argument
901 takePicture( final Handler handler, final CameraShutterCallback shutter, final CameraPictureCallback raw, final CameraPictureCallback post, final CameraPictureCallback jpeg) argument
H A DCameraAgent.java705 * @param shutter The callback for shutter action, may be null.
716 CameraShutterCallback shutter,
909 * Enables/Disables the camera shutter sound.
911 * @param enable {@code true} to enable the shutter sound,
714 takePicture( Handler handler, CameraShutterCallback shutter, CameraPictureCallback raw, CameraPictureCallback postview, CameraPictureCallback jpeg) argument
/frameworks/base/core/java/android/hardware/
H A DCamera.java297 * <p>Whether the shutter sound can be disabled.</p>
299 * <p>On some devices, the camera shutter sound cannot be turned off
301 * can be used to determine whether a call to disable the shutter sound
306 * false, then that call will fail, and the shutter sound will be played
1345 * from the sensor. This is a good opportunity to play a shutter sound
1375 * Equivalent to takePicture(shutter, raw, null, jpeg).
1379 public final void takePicture(ShutterCallback shutter, PictureCallback raw, argument
1381 takePicture(shutter, raw, null, jpeg);
1388 * The shutter callback occurs after the image is captured. This can be used
1409 * @param shutter th
1414 takePicture(ShutterCallback shutter, PictureCallback raw, PictureCallback postview, PictureCallback jpeg) argument
[all...]

Completed in 3125 milliseconds