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 407 if (isPreviewRunning()) {
633 bool QCameraHardwareInterface::isPreviewRunning() {
634 ALOGV("isPreviewRunning: E");
636 ALOGV("isPreviewRunning: camera state:%d", mCameraState);
646 ALOGV("isPreviewRunning: X");
854 if (!isPreviewRunning( )) {
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]

Completed in 398 milliseconds