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

/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
H A DCamera2ClientBase.h71 virtual void notifyAutoFocus(uint8_t newState, int triggerId);
72 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
74 int triggerId);
H A DCameraDeviceBase.h208 virtual void notifyAutoFocus(uint8_t newState, int triggerId) = 0;
209 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
211 int triggerId) = 0;
/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...]
H A DCamera2Client.h111 virtual void notifyAutoFocus(uint8_t newState, int triggerId);
112 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h62 void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCaptureSequencer.cpp100 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { argument
104 mAETriggerId = triggerId;
/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 161 milliseconds