/device/lge/hammerhead/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 72 status_t takePicture();
|
D | qcamera_test.cpp | 614 status_t CameraContext::takePicture() in takePicture() function in qcamera::CameraContext 619 ret = mCamera->takePicture(CAMERA_MSG_COMPRESSED_IMAGE|CAMERA_MSG_RAW_IMAGE); in takePicture() 917 stat = currentCamera->takePicture(); in functionalTest()
|
/device/asus/flo/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 72 status_t takePicture();
|
D | qcamera_test.cpp | 614 status_t CameraContext::takePicture() in takePicture() function in qcamera::CameraContext 619 ret = mCamera->takePicture(CAMERA_MSG_COMPRESSED_IMAGE|CAMERA_MSG_RAW_IMAGE); in takePicture() 917 stat = currentCamera->takePicture(); in functionalTest()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraChannel.h | 90 int32_t takePicture(uint8_t num_of_snapshot);
|
D | QCamera2HWI.h | 247 int takePicture();
|
D | QCameraChannel.cpp | 453 int32_t QCameraPicChannel::takePicture(uint8_t num_of_snapshot) in takePicture() function in qcamera::QCameraPicChannel
|
D | QCamera2HWI.cpp | 1905 int QCamera2HardwareInterface::takePicture() in takePicture() function in qcamera::QCamera2HardwareInterface 1917 rc = pZSLChannel->takePicture(numSnapshots); in takePicture()
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraChannel.h | 90 int32_t takePicture(uint8_t num_of_snapshot);
|
D | QCamera2HWI.h | 247 int takePicture();
|
D | QCameraChannel.cpp | 453 int32_t QCameraPicChannel::takePicture(uint8_t num_of_snapshot) in takePicture() function in qcamera::QCameraPicChannel
|
D | QCamera2HWI.cpp | 1905 int QCamera2HardwareInterface::takePicture() in takePicture() function in qcamera::QCamera2HardwareInterface 1917 rc = pZSLChannel->takePicture(numSnapshots); in takePicture()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraChannel.h | 96 int32_t takePicture(uint8_t num_of_snapshot, uint8_t num_of_retro_snapshot);
|
D | QCamera2HWI.h | 293 int takePicture();
|
D | QCameraChannel.cpp | 591 int32_t QCameraPicChannel::takePicture ( in takePicture() function in qcamera::QCameraPicChannel
|
D | QCameraStateMachine.cpp | 1152 rc = m_parent->takePicture(); in procEvtPreviewingState() 1167 rc = m_parent->takePicture(); in procEvtPreviewingState()
|
D | QCamera2HWI.cpp | 2570 int QCamera2HardwareInterface::takePicture() in takePicture() function in qcamera::QCamera2HardwareInterface 2625 rc = pZSLChannel->takePicture(numSnapshots, numRetroSnapshots); in takePicture() 2827 rc = pChannel->takePicture(numSnapshots, 0); in longShot()
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera.h | 217 virtual status_t takePicture();
|
D | EmulatedCamera.cpp | 335 status_t EmulatedCamera::takePicture() in takePicture() function in android::EmulatedCamera 854 return ec->takePicture(); in take_picture()
|
/device/moto/shamu/camera/QCamera2/HAL/test/ |
D | qcamera_test.h | 74 status_t takePicture();
|
D | qcamera_test.cpp | 2002 status_t CameraContext::takePicture() in takePicture() function in qcamera::CameraContext 2009 ret = mCamera->takePicture( in takePicture() 3314 stat = currentCamera->takePicture(); in FunctionalTest() 3327 stat = currentCamera->takePicture(); in FunctionalTest()
|
/device/moto/shamu/camera/QCamera/HAL/wrapper/ |
D | QualcommCamera.cpp | 438 rc = hardware->takePicture( ); in take_picture()
|
/device/moto/shamu/camera/QCamera/HAL2/wrapper/ |
D | QualcommCamera.cpp | 555 rc = hardware->takePicture( );
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCameraHWI.h | 386 int takePicture();
|
/device/moto/shamu/camera/QCamera/HAL/core/inc/ |
D | QCameraHWI.h | 475 int takePicture();
|