Searched defs:openCamera (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp426 * FUNCTION : openCamera
436 status_t CameraContext::openCamera() function in class:qcamera::CameraContext
443 printf("openCamera(camera_index=%d)\n", mCameraIndex);
960 status_t stat = camera->openCamera();
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp982 * FUNCTION : openCamera
993 int QCamera2HardwareInterface::openCamera(struct hw_device_t **hw_device) function in class:qcamera::QCamera2HardwareInterface
1001 rc = openCamera();
1010 * FUNCTION : openCamera
1020 int QCamera2HardwareInterface::openCamera() function in class:qcamera::QCamera2HardwareInterface
/hardware/ti/omap4xxx/test/CameraHal/
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/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp286 * FUNCTION : openCamera
297 int QCamera3HardwareInterface::openCamera(struct hw_device_t **hw_device) function in class:qcamera::QCamera3HardwareInterface
312 rc = openCamera();
334 * FUNCTION : openCamera
344 int QCamera3HardwareInterface::openCamera() function in class:qcamera::QCamera3HardwareInterface

Completed in 211 milliseconds