Searched refs:takePicture (Results 1 – 11 of 11) sorted by relevance
108 int32_t takePicture(mm_camera_req_buf_t *buf);124 int32_t takePicture(mm_camera_req_buf_t *buf);
835 int32_t QCameraPicChannel::takePicture (mm_camera_req_buf_t *buf) in takePicture() function in qcamera::QCameraPicChannel975 int32_t QCameraVideoChannel::takePicture(mm_camera_req_buf_t *buf) in takePicture() function in qcamera::QCameraVideoChannel
344 int takePicture();
4907 int QCamera2HardwareInterface::takePicture() in takePicture() function in qcamera::QCamera2HardwareInterface5070 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()
1471 rc = m_parent->takePicture(); in procEvtPreviewingState()1487 rc = m_parent->takePicture(); in procEvtPreviewingState()
77 status_t takePicture();
2084 status_t CameraContext::takePicture() in takePicture() function in qcamera::CameraContext2089 ret = mCamera->takePicture( in takePicture()3444 stat = currentCamera->takePicture(); in FunctionalTest()3456 stat = currentCamera->takePicture(); in FunctionalTest()
102 Return<Status> takePicture() override;
926 Return<Status> CameraDevice::takePicture() { in takePicture() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
372 takePicture() generates (Status status);375 * Cancel a picture that was started with takePicture. Calling this method
1870 TEST_F(CameraHidlTest, takePicture) { in TEST_F() argument1903 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()