Searched refs:takePicture (Results 1 - 18 of 18) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h124 virtual status_t takePicture();
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.h96 virtual status_t takePicture();
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
/hardware/ti/omap4-aah/camera/inc/
H A DBaseCameraAdapter.h95 virtual status_t takePicture();
H A DCameraHal.h1199 int takePicture(const char* params);
1202 * Cancel a picture that was started with takePicture. Calling this
1371 // Internal __takePicture function - used in public takePicture() and reprocess()
1435 //Timestamp of the takePicture command
/hardware/ti/omap4xxx/camera/inc/
H A DBaseCameraAdapter.h82 virtual status_t takePicture();
H A DCameraHal.h1016 int takePicture();
1019 * Cancel a picture that was started with takePicture. Calling this
1204 //Timestamp of the takePicture command
/hardware/ti/omap4-aah/camera/
H A DCameraHal_Module.cpp395 rv = gCameraHals[ti_dev->cameraid]->takePicture(0);
412 rv = gCameraHals[ti_dev->cameraid]->takePicture(params);
H A DBaseCameraAdapter.cpp792 ret = takePicture();
1646 status_t BaseCameraAdapter::takePicture() function in class:Ti::Camera::BaseCameraAdapter
H A DCameraHal.cpp3166 status_t CameraHal::takePicture(const char *params) function in class:Ti::Camera::CameraHal
3174 shared by takePicture and reprocess.
3531 @brief Cancel a picture that was started with takePicture.
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp324 rv = gCameraHals[ti_dev->cameraid]->takePicture();
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/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp533 status_t V4LCameraAdapter::takePicture() { function in class:Ti::Camera::V4LCameraAdapter
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h393 virtual status_t takePicture();
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h439 virtual status_t 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/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2331 // takePicture/autoFocus is allowed to run. we
2731 status_t OMXCameraAdapter::takePicture() function in class:Ti::Camera::OMXCameraAdapter

Completed in 250 milliseconds