Lines Matching refs:triggerId
1382 int triggerId; in autoFocus() local
1443 triggerId = l.mParameters.currentAfTriggerId; in autoFocus()
1445 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId); in autoFocus()
1449 mDevice->triggerAutofocus(triggerId); in autoFocus()
1461 int triggerId; in cancelAutoFocus() local
1480 triggerId = ++l.mParameters.afTriggerCounter; in cancelAutoFocus()
1500 mDevice->triggerCancelAutofocus(triggerId); in cancelAutoFocus()
1867 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus() argument
1869 __FUNCTION__, newState, triggerId); in notifyAutoFocus()
1901 if (triggerId != l.mParameters.currentAfTriggerId) break; in notifyAutoFocus()
1936 if (triggerId != l.mParameters.currentAfTriggerId) break; in notifyAutoFocus()
1975 __FUNCTION__, newState, triggerId, in notifyAutoFocus()
1988 ATRACE_ASYNC_END(kAutofocusLabel, triggerId); in notifyAutoFocus()
1997 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() argument
1999 __FUNCTION__, newState, triggerId); in notifyAutoExposure()
2005 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()