Searched refs:triggerId (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
D | Camera2ClientBase.cpp | 281 int triggerId) { in notifyAutoFocus() argument 283 (void)triggerId; in notifyAutoFocus() 286 __FUNCTION__, newState, triggerId); in notifyAutoFocus() 292 int triggerId) { in notifyAutoExposure() argument 294 (void)triggerId; in notifyAutoExposure() 297 __FUNCTION__, newState, triggerId); in notifyAutoExposure() 302 int triggerId) { in notifyAutoWhitebalance() argument 304 (void)triggerId; in notifyAutoWhitebalance() 307 __FUNCTION__, newState, triggerId); in notifyAutoWhitebalance()
|
D | Camera2ClientBase.h | 71 virtual void notifyAutoFocus(uint8_t newState, int triggerId); 72 virtual void notifyAutoExposure(uint8_t newState, int triggerId); 74 int triggerId);
|
D | CameraDeviceBase.h | 279 virtual void notifyAutoFocus(uint8_t newState, int triggerId) = 0; 280 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0; 282 int triggerId) = 0;
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.cpp | 1328 int triggerId; in autoFocus() local 1389 triggerId = l.mParameters.currentAfTriggerId; in autoFocus() 1391 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId); in autoFocus() 1395 mDevice->triggerAutofocus(triggerId); in autoFocus() 1407 int triggerId; in cancelAutoFocus() local 1421 triggerId = ++l.mParameters.afTriggerCounter; in cancelAutoFocus() 1441 mDevice->triggerCancelAutofocus(triggerId); in cancelAutoFocus() 1792 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus() argument 1794 __FUNCTION__, newState, triggerId); in notifyAutoFocus() 1826 if (triggerId != l.mParameters.currentAfTriggerId) break; in notifyAutoFocus() [all …]
|
D | Camera2Client.h | 114 virtual void notifyAutoFocus(uint8_t newState, int triggerId); 115 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
|
/frameworks/base/core/java/android/service/autofill/ |
D | SaveInfo.java | 816 final AutofillId triggerId = parcel.readParcelable(null); 817 if (triggerId != null) { 818 builder.setTriggerId(triggerId);
|
/frameworks/base/cmds/statsd/tests/metrics/ |
D | GaugeMetricProducer_test.cpp | 690 int triggerId = 5; in TEST() local 693 tagId, triggerId, tagId, bucketStartTimeNs, bucketStartTimeNs, in TEST() 700 LogEvent trigger(triggerId, bucketStartTimeNs + 10); in TEST() 775 int triggerId = 5; in TEST() local 778 tagId, triggerId, tagId, bucketStartTimeNs, bucketStartTimeNs, in TEST() 784 LogEvent trigger(triggerId, bucketStartTimeNs + 3); in TEST()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.h | 62 void notifyAutoExposure(uint8_t newState, int triggerId);
|
D | CaptureSequencer.cpp | 98 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() argument 102 mAETriggerId = triggerId; in notifyAutoExposure()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 6234 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); in insertTriggers() local 6236 request->mResultExtras.precaptureTriggerId = triggerId; in insertTriggers() 6237 mCurrentPreCaptureTriggerId = triggerId; in insertTriggers() 6239 request->mResultExtras.afTriggerId = triggerId; in insertTriggers() 6240 mCurrentAfTriggerId = triggerId; in insertTriggers()
|