Lines Matching refs:triggerId
1334 int triggerId; in autoFocus() local
1395 triggerId = l.mParameters.currentAfTriggerId; in autoFocus()
1397 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId); in autoFocus()
1401 mDevice->triggerAutofocus(triggerId); in autoFocus()
1413 int triggerId; in cancelAutoFocus() local
1427 triggerId = ++l.mParameters.afTriggerCounter; in cancelAutoFocus()
1447 mDevice->triggerCancelAutofocus(triggerId); in cancelAutoFocus()
1806 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus() argument
1808 __FUNCTION__, newState, triggerId); in notifyAutoFocus()
1840 if (triggerId != l.mParameters.currentAfTriggerId) break; in notifyAutoFocus()
1875 if (triggerId != l.mParameters.currentAfTriggerId) break; in notifyAutoFocus()
1914 __FUNCTION__, newState, triggerId, in notifyAutoFocus()
1927 ATRACE_ASYNC_END(kAutofocusLabel, triggerId); in notifyAutoFocus()
1936 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() argument
1938 __FUNCTION__, newState, triggerId); in notifyAutoExposure()
1944 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()