Lines Matching refs:triggerId
1116 int triggerId; in autoFocus() local
1175 triggerId = l.mParameters.currentAfTriggerId; in autoFocus()
1177 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId); in autoFocus()
1181 mDevice->triggerAutofocus(triggerId); in autoFocus()
1193 int triggerId; in cancelAutoFocus() local
1207 triggerId = ++l.mParameters.afTriggerCounter; in cancelAutoFocus()
1224 mDevice->triggerCancelAutofocus(triggerId); in cancelAutoFocus()
1496 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus() argument
1498 __FUNCTION__, newState, triggerId); in notifyAutoFocus()
1530 if (triggerId != l.mParameters.currentAfTriggerId) break; in notifyAutoFocus()
1565 if (triggerId != l.mParameters.currentAfTriggerId) break; in notifyAutoFocus()
1604 __FUNCTION__, newState, triggerId, in notifyAutoFocus()
1617 ATRACE_ASYNC_END(kAutofocusLabel, triggerId); in notifyAutoFocus()
1626 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() argument
1628 __FUNCTION__, newState, triggerId); in notifyAutoExposure()
1629 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()