Searched refs:gotAllStates (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.cpp262 bool gotAllStates = true; local
268 gotAllStates &= get3aResult<uint8_t>(metadata, ANDROID_CONTROL_AF_MODE,
271 gotAllStates &= get3aResult<uint8_t>(metadata, ANDROID_CONTROL_AWB_MODE,
274 gotAllStates &= get3aResult<uint8_t>(metadata, ANDROID_CONTROL_AE_STATE,
277 gotAllStates &= get3aResult<uint8_t>(metadata, ANDROID_CONTROL_AF_STATE,
280 gotAllStates &= get3aResult<uint8_t>(metadata, ANDROID_CONTROL_AWB_STATE,
287 gotAllStates &= get3aResult<int32_t>(metadata, ANDROID_CONTROL_AF_TRIGGER_ID,
290 gotAllStates &= get3aResult<int32_t>(metadata, ANDROID_CONTROL_AE_PRECAPTURE_ID,
294 if (!gotAllStates) return BAD_VALUE;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1731 bool gotAllStates = true; local
1739 gotAllStates &= get3AResult(partial, ANDROID_CONTROL_AF_MODE,
1742 gotAllStates &= get3AResult(partial, ANDROID_CONTROL_AWB_MODE,
1745 gotAllStates &= get3AResult(partial, ANDROID_CONTROL_AE_STATE,
1748 gotAllStates &= get3AResult(partial, ANDROID_CONTROL_AF_STATE,
1751 gotAllStates &= get3AResult(partial, ANDROID_CONTROL_AWB_STATE,
1754 if (!gotAllStates) return false;

Completed in 218 milliseconds