HomeSort by relevance Sort by last modified time
    Searched refs:QCAMERA_SM_EVT_STOP_PREVIEW (Results 1 - 9 of 9) sorted by null

  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.h 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode)
QCameraStateMachine.cpp 428 case QCAMERA_SM_EVT_STOP_PREVIEW:
711 case QCAMERA_SM_EVT_STOP_PREVIEW:
    [all...]
QCamera2HWI.cpp 305 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
307 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStateMachine.h 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode)
QCameraStateMachine.cpp 428 case QCAMERA_SM_EVT_STOP_PREVIEW:
711 case QCAMERA_SM_EVT_STOP_PREVIEW:
    [all...]
QCamera2HWI.cpp 305 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
307 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode)
QCameraStateMachine.cpp 434 case QCAMERA_SM_EVT_STOP_PREVIEW:
732 case QCAMERA_SM_EVT_STOP_PREVIEW:
    [all...]
QCamera2HWI.cpp 337 int32_t ret = hw->processAPI(QCAMERA_SM_EVT_STOP_PREVIEW, NULL);
339 hw->waitAPIResult(QCAMERA_SM_EVT_STOP_PREVIEW, &apiResult);
    [all...]

Completed in 33 milliseconds