Searched refs:triggerId (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h70 virtual void notifyAutoFocus(uint8_t newState, int triggerId);
71 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
73 int triggerId);
H A DCamera2ClientBase.cpp252 int triggerId) {
254 (void)triggerId;
257 __FUNCTION__, newState, triggerId);
263 int triggerId) {
265 (void)triggerId;
268 __FUNCTION__, newState, triggerId);
273 int triggerId) {
275 (void)triggerId;
278 __FUNCTION__, newState, triggerId);
251 notifyAutoFocus(uint8_t newState, int triggerId) argument
262 notifyAutoExposure(uint8_t newState, int triggerId) argument
272 notifyAutoWhitebalance(uint8_t newState, int triggerId) argument
H A DCameraDeviceBase.h193 virtual void notifyAutoFocus(uint8_t newState, int triggerId) = 0;
194 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
196 int triggerId) = 0;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h105 virtual void notifyAutoFocus(uint8_t newState, int triggerId);
106 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCamera2Client.cpp1272 int triggerId; local
1333 triggerId = l.mParameters.currentAfTriggerId;
1335 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId);
1339 mDevice->triggerAutofocus(triggerId);
1351 int triggerId; local
1365 triggerId = ++l.mParameters.afTriggerCounter;
1385 mDevice->triggerCancelAutofocus(triggerId);
1714 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { argument
1716 __FUNCTION__, newState, triggerId);
1748 if (triggerId !
1844 notifyAutoExposure(uint8_t newState, int triggerId) argument
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h63 void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCaptureSequencer.cpp98 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { argument
102 mAETriggerId = triggerId;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2978 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); local
2980 request->mResultExtras.precaptureTriggerId = triggerId;
2981 mCurrentPreCaptureTriggerId = triggerId;
2983 request->mResultExtras.afTriggerId = triggerId;
2984 mCurrentAfTriggerId = triggerId;

Completed in 127 milliseconds