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.cpp271 int triggerId) {
273 (void)triggerId;
276 __FUNCTION__, newState, triggerId);
282 int triggerId) {
284 (void)triggerId;
287 __FUNCTION__, newState, triggerId);
292 int triggerId) {
294 (void)triggerId;
297 __FUNCTION__, newState, triggerId);
270 notifyAutoFocus(uint8_t newState, int triggerId) argument
281 notifyAutoExposure(uint8_t newState, int triggerId) argument
291 notifyAutoWhitebalance(uint8_t newState, int triggerId) argument
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1258 int triggerId; local
1319 triggerId = l.mParameters.currentAfTriggerId;
1321 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId);
1325 mDevice->triggerAutofocus(triggerId);
1337 int triggerId; local
1351 triggerId = ++l.mParameters.afTriggerCounter;
1371 mDevice->triggerCancelAutofocus(triggerId);
1730 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { argument
1732 __FUNCTION__, newState, triggerId);
1764 if (triggerId !
1860 notifyAutoExposure(uint8_t newState, int triggerId) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp3557 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); local
3559 request->mResultExtras.precaptureTriggerId = triggerId;
3560 mCurrentPreCaptureTriggerId = triggerId;
3562 request->mResultExtras.afTriggerId = triggerId;
3563 mCurrentAfTriggerId = triggerId;

Completed in 93 milliseconds