Home | History | Annotate | Download | only in camera

Lines Matching refs:mFlashCond

203     mFlashCond = false;
1075 if (mRecordingHint || mFlashCond || !strcmp(str, "hdr")) {
1681 if (!mFlashCond)
1683 mFlashCond = getFlashCondition();
1685 ALOGV("%s: Flash Contidion %d", __func__, mFlashCond);
1686 if(mFlashCond) {
1690 mFlashCond = false;
1884 mFlashCond = getFlashCondition();
1885 ALOGV("autoFocus: mFlashCond = %d", mFlashCond);