Home | History | Annotate | Download | only in api1

Lines Matching refs:triggerId

1324     int triggerId;
1385 triggerId = l.mParameters.currentAfTriggerId;
1387 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId);
1391 mDevice->triggerAutofocus(triggerId);
1403 int triggerId;
1417 triggerId = ++l.mParameters.afTriggerCounter;
1437 mDevice->triggerCancelAutofocus(triggerId);
1788 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) {
1790 triggerId);
1822 if (triggerId != l.mParameters.currentAfTriggerId) break;
1857 if (triggerId != l.mParameters.currentAfTriggerId) break;
1896 __FUNCTION__, newState, triggerId,
1909 ATRACE_ASYNC_END(kAutofocusLabel, triggerId);
1918 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) {
1920 __FUNCTION__, newState, triggerId);
1926 mCaptureSequencer->notifyAutoExposure(newState, triggerId);