Searched defs:takePicture (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/camera/
H A DCamera.cpp294 status_t Camera::takePicture(int msgType) function in class:android::Camera
296 ALOGV("takePicture: 0x%x", msgType);
299 return c->takePicture(msgType);
H A DICamera.cpp205 status_t takePicture(int msgType) function in class:android::BpCamera
207 ALOGV("takePicture: 0x%x", msgType);
372 reply->writeInt32(takePicture(msgType));
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp509 status_t CameraClient::takePicture(int msgType) { function in class:android::CameraClient
510 LOG1("takePicture (pid %d): 0x%x", getCallingPid(), msgType);
524 // and ignore other types of messages for takePicture().
534 return mHardware->takePicture();
H A DCamera2Client.cpp1065 status_t Camera2Client::takePicture(int msgType) { function in class:android::Camera2Client
1081 // Good to go for takePicture
H A DCameraHardwareInterface.h73 * CameraService calls takePicture() to request the camera instance take a
357 status_t takePicture() function in class:android::CameraHardwareInterface
366 * Cancel a picture that was started with takePicture. Calling this
/frameworks/base/core/java/android/hardware/
H A DCamera.java80 * <li>When you want, call {@link #takePicture(Camera.ShutterCallback,
267 * when {@link Camera#takePicture takePicture} is called.</p>
703 * is used while calling {@link #takePicture(Camera.ShutterCallback,
717 * @see #takePicture(Camera.ShutterCallback,
911 * image capture with {@link #takePicture(Camera.ShutterCallback,
1002 * @see #takePicture(ShutterCallback, PictureCallback, PictureCallback, PictureCallback)
1019 * @see #takePicture(ShutterCallback, PictureCallback, PictureCallback, PictureCallback)
1034 * Equivalent to takePicture(shutter, raw, null, jpeg).
1036 * @see #takePicture(ShutterCallbac
1038 public final void takePicture(ShutterCallback shutter, PictureCallback raw, method in class:Camera
1073 public final void takePicture(ShutterCallback shutter, PictureCallback raw, method in class:Camera
[all...]

Completed in 262 milliseconds