HomeSort by relevance Sort by last modified time
    Searched defs:isPreviewRunning (Results 1 - 6 of 6) sorted by null

  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraStateMachine.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 379 if (isPreviewRunning()) {
614 bool QCameraHardwareInterface::isPreviewRunning() {
615 LOGI("isPreviewRunning: E");
617 LOGI("isPreviewRunning: camera state:%d", mCameraState);
627 LOGI("isPreviewRunning: X");
821 if (!isPreviewRunning( )) {
1019 if (mPreviewState == QCAMERA_HAL_PREVIEW_STARTED) { //isPreviewRunning()){
    [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp 408 if (isPreviewRunning()) {
634 bool QCameraHardwareInterface::isPreviewRunning() {
635 ALOGV("isPreviewRunning: E");
637 ALOGV("isPreviewRunning: camera state:%d", mCameraState);
647 ALOGV("isPreviewRunning: X");
855 if (!isPreviewRunning( )) {
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]

Completed in 3341 milliseconds