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

/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp604 * FUNCTION : takePicture
614 status_t CameraContext::takePicture() function in class:qcamera::CameraContext
619 ret = mCamera->takePicture(CAMERA_MSG_COMPRESSED_IMAGE|CAMERA_MSG_RAW_IMAGE);
917 stat = currentCamera->takePicture();
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp442 * FUNCTION : takePicture
453 int32_t QCameraPicChannel::takePicture(uint8_t num_of_snapshot) function in class:qcamera::QCameraPicChannel
H A DQCamera2HWI.cpp1895 * FUNCTION : takePicture
1905 int QCamera2HardwareInterface::takePicture() function in class:qcamera::QCamera2HardwareInterface
1917 rc = pZSLChannel->takePicture(numSnapshots);
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp706 ret = takePicture();
1471 status_t BaseCameraAdapter::takePicture() function in class:android::BaseCameraAdapter
H A DCameraHal.cpp2468 status_t CameraHal::takePicture( ) function in class:android::CameraHal
2628 @brief Cancel a picture that was started with takePicture.
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp1899 // takePicture/autoFocus is allowed to run. we
2293 status_t OMXCameraAdapter::takePicture() function in class:android::OMXCameraAdapter
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp551 status_t ExynosCameraHWInterface::takePicture() function in class:android::ExynosCameraHWInterface
4361 return obj(dev)->takePicture();
4365 * Cancel a picture that was started with takePicture. Calling this method

Completed in 248 milliseconds