Searched refs:startPreview (Results 1 - 18 of 18) sorted by relevance

/device/generic/goldfish/camera/
H A DPreviewWindow.h68 status_t startPreview();
H A DPreviewWindow.cpp76 status_t PreviewWindow::startPreview() function in class:android::PreviewWindow
H A DEmulatedCamera.h162 virtual status_t startPreview();
H A DEmulatedCamera.cpp359 status_t EmulatedCamera::startPreview() function in class:android::EmulatedCamera
830 status_t res = mPreviewWindow.startPreview();
1009 return ec->startPreview();
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c113 LOGE(" back camera startPreview() err=%d\n", rc);
120 if( MM_CAMERA_OK != (rc = startPreview(back_camera))) {
121 LOGE(" startPreview() backcamera err=%d\n", rc);
129 LOGE(" startPreview() backcamera err=%d\n", rc);
143 LOGD(" startPreview() err=%d\n", rc);
203 LOGE(" back camera startPreview() err=%d\n", rc);
211 if( MM_CAMERA_OK != (rc = startPreview(back_camera))) {
212 LOGE(" startPreview() backcamera err=%d\n", rc);
221 LOGE(" startPreview() backcamera err=%d\n", rc);
227 LOGD(" startPreview() er
[all...]
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c116 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc);
123 if( MM_CAMERA_OK != (rc = startPreview(back_camera))) {
124 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
132 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
146 CDBG("%s: startPreview() err=%d\n", __func__, rc);
206 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc);
214 if( MM_CAMERA_OK != (rc = startPreview(back_camera))) {
215 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
224 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
230 CDBG("%s: startPreview() er
[all...]
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c116 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc);
123 if( MM_CAMERA_OK != (rc = startPreview(back_camera))) {
124 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
132 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
146 CDBG("%s: startPreview() err=%d\n", __func__, rc);
206 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc);
214 if( MM_CAMERA_OK != (rc = startPreview(back_camera))) {
215 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
224 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
230 CDBG("%s: startPreview() er
[all...]
/device/google/marlin/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp1833 * FUNCTION : startPreview
1843 status_t CameraContext::startPreview()
1934 ret |= mCamera->startPreview();
2444 ret = mCamera->startPreview();
2480 mCamera->startPreview();
2534 mCamera->startPreview();
3399 stat = currentCamera->startPreview();
3481 stat = currentCamera->startPreview();
3492 stat = currentCamera->startPreview();
3508 stat = currentCamera->startPreview();
[all...]
H A Dqcamera_test.h72 status_t startPreview();
/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraStateMachine.cpp527 rc = m_parent->startPreview();
552 rc = m_parent->startPreview();
787 rc = m_parent->startPreview();
922 rc = m_parent->startPreview();
940 rc = m_parent->startPreview();
1255 rc = m_parent->startPreview();
1442 rc = m_parent->startPreview();
1488 temp_rc = m_parent->startPreview();
1530 rc = m_parent->startPreview();
1555 rc = m_parent->startPreview();
[all...]
H A DQCamera2HWI.h318 int startPreview();
H A DQCamera2HWI.cpp3440 * FUNCTION : startPreview
3450 int QCamera2HardwareInterface::startPreview() function in class:qcamera::QCamera2HardwareInterface
3612 rc = startPreview();
4406 rc = startPreview();
4496 // queued in startPreview, and will definitely be processed before
4654 // queued in startPreview, and will definitely be processed before
5290 startPreview();
5356 // queued in startPreview, and will definitely be processed before
/device/huawei/angler/camera/QCamera2/HAL/
H A DQCameraStateMachine.cpp448 rc = m_parent->startPreview();
468 rc = m_parent->startPreview();
682 rc = m_parent->startPreview();
1080 rc = m_parent->startPreview();
1296 rc = m_parent->startPreview();
1957 rc = m_parent->startPreview();
2827 rc = m_parent->startPreview();
H A DQCamera2HWI.h285 int startPreview();
H A DQCamera2HWI.cpp2244 * FUNCTION : startPreview
2254 int QCamera2HardwareInterface::startPreview() function in class:qcamera::QCamera2HardwareInterface
3719 startPreview();
/device/lge/bullhead/camera/QCamera2/HAL/
H A DQCameraStateMachine.cpp448 rc = m_parent->startPreview();
468 rc = m_parent->startPreview();
682 rc = m_parent->startPreview();
1080 rc = m_parent->startPreview();
1296 rc = m_parent->startPreview();
1957 rc = m_parent->startPreview();
2827 rc = m_parent->startPreview();
H A DQCamera2HWI.h285 int startPreview();
H A DQCamera2HWI.cpp2242 * FUNCTION : startPreview
2252 int QCamera2HardwareInterface::startPreview() function in class:qcamera::QCamera2HardwareInterface
3717 startPreview();

Completed in 343 milliseconds