Searched defs:takePicture (Results 1 - 4 of 4) sorted by path

/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice.cpp926 Return<Status> CameraDevice::takePicture() { function in class:android::hardware::camera::device::V1_0::implementation::CameraDevice
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.cpp932 * takePicture() is called before preparing Snapshot to indicate the
4897 * FUNCTION : takePicture
4907 int QCamera2HardwareInterface::takePicture() function in class:qcamera::QCamera2HardwareInterface
5058 // It will be handled along with PRIMARY camera takePicture request
5070 rc = pPicChannel->takePicture(&buf);
5084 LOGI("PRIMARY camera: send frame sync takePicture!!");
5090 rc = pPicChannel->takePicture(&buf);
5365 rc = pChannel->takePicture(&buf);
5914 rc = ((QCameraVideoChannel*)pChannel)->takePicture(&buf);
H A DQCameraChannel.cpp824 * FUNCTION : takePicture
835 int32_t QCameraPicChannel::takePicture (mm_camera_req_buf_t *buf) function in class:qcamera::QCameraPicChannel
964 * FUNCTION : takePicture
975 int32_t QCameraVideoChannel::takePicture(mm_camera_req_buf_t *buf) function in class:qcamera::QCameraVideoChannel
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp2075 * FUNCTION : takePicture
2085 status_t CameraContext::takePicture() function in class:qcamera::CameraContext
2090 ret = mCamera->takePicture(
3445 stat = currentCamera->takePicture();
3457 stat = currentCamera->takePicture();

Completed in 80 milliseconds