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

  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.cpp     [all...]
  /hardware/qcom/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 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...]

Completed in 68 milliseconds