Searched refs:takePicture (Results 1 – 9 of 9) sorted by relevance
102 Return<Status> takePicture() override;
926 Return<Status> CameraDevice::takePicture() { in takePicture() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
77 status_t takePicture();
2085 status_t CameraContext::takePicture() in takePicture() function in qcamera::CameraContext2090 ret = mCamera->takePicture( in takePicture()3445 stat = currentCamera->takePicture(); in FunctionalTest()3457 stat = currentCamera->takePicture(); in FunctionalTest()
372 takePicture() generates (Status status);375 * Cancel a picture that was started with takePicture. Calling this method
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()
1507 TEST_F(CameraHidlTest, takePicture) { in TEST_F() argument1540 Return<Status> returnStatus = device1->takePicture(); in TEST_F()1565 Return<Status> returnStatus = device1->takePicture(); in TEST_F()1589 Return<Status> returnStatus = device1->takePicture(); in TEST_F()