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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp100 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { argument
104 mAETriggerId = triggerId;
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp272 int triggerId) {
274 (void)triggerId;
277 __FUNCTION__, newState, triggerId);
283 int triggerId) {
285 (void)triggerId;
288 __FUNCTION__, newState, triggerId);
293 int triggerId) {
295 (void)triggerId;
298 __FUNCTION__, newState, triggerId);
271 notifyAutoFocus(uint8_t newState, int triggerId) argument
282 notifyAutoExposure(uint8_t newState, int triggerId) argument
292 notifyAutoWhitebalance(uint8_t newState, int triggerId) argument
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1261 int triggerId; local
1322 triggerId = l.mParameters.currentAfTriggerId;
1324 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId);
1328 mDevice->triggerAutofocus(triggerId);
1340 int triggerId; local
1354 triggerId = ++l.mParameters.afTriggerCounter;
1374 mDevice->triggerCancelAutofocus(triggerId);
1733 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { argument
1735 __FUNCTION__, newState, triggerId);
1767 if (triggerId !
1863 notifyAutoExposure(uint8_t newState, int triggerId) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp3666 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); local
3668 request->mResultExtras.precaptureTriggerId = triggerId;
3669 mCurrentPreCaptureTriggerId = triggerId;
3671 request->mResultExtras.afTriggerId = triggerId;
3672 mCurrentAfTriggerId = triggerId;

Completed in 615 milliseconds