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.cpp276 int triggerId) {
278 (void)triggerId;
281 __FUNCTION__, newState, triggerId);
287 int triggerId) {
289 (void)triggerId;
292 __FUNCTION__, newState, triggerId);
297 int triggerId) {
299 (void)triggerId;
302 __FUNCTION__, newState, triggerId);
275 notifyAutoFocus(uint8_t newState, int triggerId) argument
286 notifyAutoExposure(uint8_t newState, int triggerId) argument
296 notifyAutoWhitebalance(uint8_t newState, int triggerId) argument
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1274 int triggerId; local
1335 triggerId = l.mParameters.currentAfTriggerId;
1337 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId);
1341 mDevice->triggerAutofocus(triggerId);
1353 int triggerId; local
1367 triggerId = ++l.mParameters.afTriggerCounter;
1387 mDevice->triggerCancelAutofocus(triggerId);
1746 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { argument
1748 __FUNCTION__, newState, triggerId);
1780 if (triggerId !
1876 notifyAutoExposure(uint8_t newState, int triggerId) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp4358 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); local
4360 request->mResultExtras.precaptureTriggerId = triggerId;
4361 mCurrentPreCaptureTriggerId = triggerId;
4363 request->mResultExtras.afTriggerId = triggerId;
4364 mCurrentAfTriggerId = triggerId;

Completed in 970 milliseconds