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

  /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...]
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 519 bool isPreviewRunning();
  /device/lge/mako/camera/
QCameraHWI.h 522 bool isPreviewRunning();
QCameraHWI.cpp 402 if (isPreviewRunning()) {
628 bool QCameraHardwareInterface::isPreviewRunning() {
629 ALOGV("isPreviewRunning: E");
631 ALOGV("isPreviewRunning: camera state:%d", mCameraState);
641 ALOGV("isPreviewRunning: X");
849 if (!isPreviewRunning( )) {
    [all...]
QCameraHWI_Parm.cpp     [all...]

Completed in 245 milliseconds