Searched refs:triggerAfWithAuto (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h97 // For use with triggerAfWithAuto quirk
227 bool triggerAfWithAuto; member in struct:android::camera2::Parameters::Quirks
H A DParameters.cpp1136 quirks.triggerAfWithAuto = (entry.count != 0 && entry.data.u8[0] == 1);
1137 ALOGV_IF(quirks.triggerAfWithAuto, "Camera %d: Quirk triggerAfWithAuto enabled",
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp335 if (p.quirks.triggerAfWithAuto) {
336 result.appendFormat(" triggerAfWithAuto\n");
1307 if (l.mParameters.quirks.triggerAfWithAuto &&
1353 // When using triggerAfWithAuto quirk, may need to reset focus mode to

Completed in 76 milliseconds