Searched refs:openCamera (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/camera/QCamera2/
H A DQCamera2Factory.cpp395 rc = hw->openCamera(hw_device);
405 rc = hw->openCamera(hw_device);
492 rc = hw->openCamera(hw_device);
/hardware/qcom/camera/msm8998/QCamera2/
H A DQCamera2Factory.cpp416 rc = hw->openCamera(hw_device);
428 rc = hw->openCamera(hw_device);
519 rc = hw->openCamera(hw_device);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h84 int openCamera();
H A Dcamera_test_script.cpp187 if ( openCamera() < 0 ) {
449 openCamera();
452 openCamera();
715 if ( 0 >= openCamera() ) {
H A Dcamera_test_menu.cpp1015 int openCamera() { function
1016 printf("openCamera(camera_index=%d)\n", camera_index);
1082 openCamera();
1424 openCamera();
1753 if ( 0 >= openCamera() ) {
2341 if ( openCamera() < 0 )
2390 if ( openCamera() < 0 ) {
2416 if ( openCamera() < 0 ) {
2448 if ( openCamera() < 0 ) {
2489 if ( openCamera() <
[all...]
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp295 if ( openCamera() < 0 ) {
586 openCamera();
589 openCamera();
999 if ( 0 >= openCamera() ) {
H A Dcamera_test.h239 int openCamera();
H A Dcamera_test_menu.cpp1161 int openCamera() { function
1193 printf("openCamera(camera_index=%d)\n", camera_index);
1329 openCamera();
2698 openCamera();
3103 if ( 0 >= openCamera() ) {
3921 if ( openCamera() < 0 )
4130 if (openCamera() < 0) {
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.h149 int openCamera(struct hw_device_t **hw_device);
280 int openCamera();
H A DQCamera3HWI.cpp650 * FUNCTION : openCamera
661 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device) function in class:qcamera::QCamera3HardwareInterface
673 rc = openCamera();
690 * FUNCTION : openCamera
700 int QCamera3HardwareInterface::openCamera() function in class:qcamera::QCamera3HardwareInterface
833 //but avoid calling the same during bootup. Refer to openCamera
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.h176 int openCamera(struct hw_device_t **hw_device);
325 int openCamera();
H A DQCamera3HWI.cpp725 * FUNCTION : openCamera
736 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device) function in class:qcamera::QCamera3HardwareInterface
748 rc = openCamera();
765 * FUNCTION : openCamera
775 int QCamera3HardwareInterface::openCamera() function in class:qcamera::QCamera3HardwareInterface
919 //but avoid calling the same during bootup. Refer to openCamera
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.h69 status_t openCamera();
H A Dqcamera_test.cpp1692 * FUNCTION : openCamera
1702 status_t CameraContext::openCamera() function in class:qcamera::CameraContext
1714 printf("openCamera(camera_index=%d)\n", mCameraIndex);
3257 status_t stat = camera[i]->openCamera();
3393 stat = currentCamera->openCamera();
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.h69 status_t openCamera();
H A Dqcamera_test.cpp1692 * FUNCTION : openCamera
1702 status_t CameraContext::openCamera() function in class:qcamera::CameraContext
1714 printf("openCamera(camera_index=%d)\n", mCameraIndex);
3257 status_t stat = camera[i]->openCamera();
3393 stat = currentCamera->openCamera();
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.h250 int openCamera(struct hw_device_t **hw_device);
345 int openCamera();
H A DQCamera2HWI.cpp371 // Release the timed perf lock acquired in openCamera
1809 * FUNCTION : openCamera
1820 int QCamera2HardwareInterface::openCamera(struct hw_device_t **hw_device) function in class:qcamera::QCamera2HardwareInterface
1832 rc = openCamera();
1849 * FUNCTION : openCamera
1859 int QCamera2HardwareInterface::openCamera() function in class:qcamera::QCamera2HardwareInterface
2261 //but avoid calling the same during bootup. Refer to openCamera
H A DQCameraMuxer.cpp2150 rc = hw->openCamera(&hw_dev[i]);
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.h251 int openCamera(struct hw_device_t **hw_device);
349 int openCamera();
H A DQCamera2HWI.cpp1822 * FUNCTION : openCamera
1833 int QCamera2HardwareInterface::openCamera(struct hw_device_t **hw_device) function in class:qcamera::QCamera2HardwareInterface
1847 rc = openCamera();
1864 * FUNCTION : openCamera
1874 int QCamera2HardwareInterface::openCamera() function in class:qcamera::QCamera2HardwareInterface
2314 //but avoid calling the same during bootup. Refer to openCamera
H A DQCameraMuxer.cpp2152 rc = hw->openCamera(&hw_dev[i]);

Completed in 483 milliseconds