Lines Matching refs:triggerId
1344 int triggerId; in autoFocus() local
1405 triggerId = l.mParameters.currentAfTriggerId; in autoFocus()
1407 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId); in autoFocus()
1411 mDevice->triggerAutofocus(triggerId); in autoFocus()
1423 int triggerId; in cancelAutoFocus() local
1437 triggerId = ++l.mParameters.afTriggerCounter; in cancelAutoFocus()
1457 mDevice->triggerCancelAutofocus(triggerId); in cancelAutoFocus()
1816 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus() argument
1818 __FUNCTION__, newState, triggerId); in notifyAutoFocus()
1850 if (triggerId != l.mParameters.currentAfTriggerId) break; in notifyAutoFocus()
1885 if (triggerId != l.mParameters.currentAfTriggerId) break; in notifyAutoFocus()
1924 __FUNCTION__, newState, triggerId, in notifyAutoFocus()
1937 ATRACE_ASYNC_END(kAutofocusLabel, triggerId); in notifyAutoFocus()
1946 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() argument
1948 __FUNCTION__, newState, triggerId); in notifyAutoExposure()
1954 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()