Searched defs:triggerId (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DCaptureSequencer.cpp93 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { argument
97 mAETriggerId = triggerId;
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp969 int triggerId; local
1024 triggerId = l.mParameters.currentAfTriggerId;
1028 mDevice->triggerAutofocus(triggerId);
1040 int triggerId; local
1043 triggerId = ++l.mParameters.afTriggerCounter;
1060 mDevice->triggerCancelAutofocus(triggerId);
1338 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { argument
1340 __FUNCTION__, newState, triggerId);
1355 if (triggerId != l.mParameters.currentAfTriggerId) break;
1389 if (triggerId !
1448 notifyAutoExposure(uint8_t newState, int triggerId) argument
1454 notifyAutoWhitebalance(uint8_t newState, int triggerId) argument
[all...]

Completed in 211 milliseconds