Home
last modified time | relevance | path

Searched refs:takePicture (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.h108 int32_t takePicture(mm_camera_req_buf_t *buf);
124 int32_t takePicture(mm_camera_req_buf_t *buf);
DQCameraChannel.cpp835 int32_t QCameraPicChannel::takePicture (mm_camera_req_buf_t *buf) in takePicture() function in qcamera::QCameraPicChannel
975 int32_t QCameraVideoChannel::takePicture(mm_camera_req_buf_t *buf) in takePicture() function in qcamera::QCameraVideoChannel
DQCamera2HWI.h344 int takePicture();
DQCamera2HWI.cpp4907 int QCamera2HardwareInterface::takePicture() in takePicture() function in qcamera::QCamera2HardwareInterface
5070 rc = pPicChannel->takePicture(&buf); in takePicture()
5090 rc = pPicChannel->takePicture(&buf); in takePicture()
5365 rc = pChannel->takePicture(&buf); in longShot()
5914 rc = ((QCameraVideoChannel*)pChannel)->takePicture(&buf); in takeLiveSnapshot_internal()
DQCameraStateMachine.cpp1471 rc = m_parent->takePicture(); in procEvtPreviewingState()
1487 rc = m_parent->takePicture(); in procEvtPreviewingState()
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h77 status_t takePicture();
Dqcamera_test.cpp2084 status_t CameraContext::takePicture() in takePicture() function in qcamera::CameraContext
2089 ret = mCamera->takePicture( in takePicture()
3444 stat = currentCamera->takePicture(); in FunctionalTest()
3456 stat = currentCamera->takePicture(); in FunctionalTest()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h102 Return<Status> takePicture() override;
DCameraDevice.cpp926 Return<Status> CameraDevice::takePicture() { in takePicture() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
/hardware/interfaces/camera/device/1.0/
DICameraDevice.hal372 takePicture() generates (Status status);
375 * Cancel a picture that was started with takePicture. Calling this method
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1870 TEST_F(CameraHidlTest, takePicture) { in TEST_F() argument
1903 Return<Status> returnStatus = device1->takePicture(); in TEST_F()
1928 Return<Status> returnStatus = device1->takePicture(); in TEST_F()
1952 Return<Status> returnStatus = device1->takePicture(); in TEST_F()