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

/frameworks/av/camera/
H A DCamera.cpp205 status_t Camera::takePicture(int msgType) function in class:android::Camera
207 ALOGV("takePicture: 0x%x", msgType);
210 return c->takePicture(msgType);
H A DICamera.cpp207 status_t takePicture(int msgType) function in class:android::BpCamera
209 ALOGV("takePicture: 0x%x", msgType);
377 reply->writeInt32(takePicture(msgType));
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp516 status_t CameraClient::takePicture(int msgType) { function in class:android::CameraClient
517 LOG1("takePicture (pid %d): 0x%x", getCallingPid(), msgType);
531 // and ignore other types of messages for takePicture().
541 return mHardware->takePicture();
H A DCamera2Client.cpp736 // (first takePicture call). However, this would substantially increase the
1204 status_t Camera2Client::takePicture(int msgType) { function in class:android::Camera2Client
1221 // Good to go for takePicture
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h68 * CameraService calls takePicture() to request the camera instance take a
352 status_t takePicture() function in class:android::CameraHardwareInterface
361 * Cancel a picture that was started with takePicture. Calling this
/frameworks/base/core/java/android/hardware/
H A DCamera.java86 * <li>When you want, call {@link #takePicture(Camera.ShutterCallback,
274 * when {@link Camera#takePicture takePicture} is called.</p>
724 * is used while calling {@link #takePicture(Camera.ShutterCallback,
738 * @see #takePicture(Camera.ShutterCallback,
1060 * image capture with {@link #takePicture(Camera.ShutterCallback,
1151 * @see #takePicture(ShutterCallback, PictureCallback, PictureCallback, PictureCallback)
1168 * @see #takePicture(ShutterCallback, PictureCallback, PictureCallback, PictureCallback)
1183 * Equivalent to takePicture(shutter, raw, null, jpeg).
1185 * @see #takePicture(ShutterCallbac
1187 public final void takePicture(ShutterCallback shutter, PictureCallback raw, method in class:Camera
1222 public final void takePicture(ShutterCallback shutter, PictureCallback raw, method in class:Camera
[all...]

Completed in 100 milliseconds