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

  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.h 70 QCAMERA_SM_EVT_PREPARE_SNAPSHOT, // prepare snapshot in case LED needs to be flashed
QCameraStateMachine.cpp 491 case QCAMERA_SM_EVT_PREPARE_SNAPSHOT:
809 case QCAMERA_SM_EVT_PREPARE_SNAPSHOT:
    [all...]
QCamera2HWI.cpp 593 ret = hw->processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL);
595 hw->waitAPIResult(QCAMERA_SM_EVT_PREPARE_SNAPSHOT);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStateMachine.h 70 QCAMERA_SM_EVT_PREPARE_SNAPSHOT, // prepare snapshot in case LED needs to be flashed
QCameraStateMachine.cpp 491 case QCAMERA_SM_EVT_PREPARE_SNAPSHOT:
809 case QCAMERA_SM_EVT_PREPARE_SNAPSHOT:
    [all...]
QCamera2HWI.cpp 593 ret = hw->processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL);
595 hw->waitAPIResult(QCAMERA_SM_EVT_PREPARE_SNAPSHOT);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h 70 QCAMERA_SM_EVT_PREPARE_SNAPSHOT, // prepare snapshot in case LED needs to be flashed
QCameraStateMachine.cpp 497 case QCAMERA_SM_EVT_PREPARE_SNAPSHOT:
833 case QCAMERA_SM_EVT_PREPARE_SNAPSHOT:
    [all...]
QCamera2HWI.cpp 668 ret = hw->processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL);
670 hw->waitAPIResult(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, &apiResult);
685 ret = hw->processAPI(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, NULL);
687 hw->waitAPIResult(QCAMERA_SM_EVT_PREPARE_SNAPSHOT, &apiResult);
    [all...]

Completed in 1289 milliseconds