Searched defs:afInMotion (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1721 bool afInMotion = false; local
1785 afInMotion = false;
1787 l.mParameters.afInMotion) {
1795 afInMotion = false;
1797 l.mParameters.afInMotion) {
1803 afInMotion = true;
1813 l.mParameters.afInMotion = afInMotion;
1831 afInMotion ? 1 : 0, 0);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h156 bool afInMotion; member in struct:android::camera2::Parameters

Completed in 861 milliseconds