Home
last modified time | relevance | path

Searched defs:triggerId (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraOfflineSessionClient.cpp291 void CameraOfflineSessionClient::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus()
299 void CameraOfflineSessionClient::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure()
307 void CameraOfflineSessionClient::notifyAutoWhitebalance(uint8_t newState, int triggerId) { in notifyAutoWhitebalance()
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp308 int triggerId) { in notifyAutoFocus()
319 int triggerId) { in notifyAutoExposure()
329 int triggerId) { in notifyAutoWhitebalance()
/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DGaugeMetricProducer_test.cpp658 int triggerId = 5; in TEST() local
733 int triggerId = 5; in TEST() local
792 int triggerId = 5; in TEST() local
/aosp12/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp1344 int triggerId; in autoFocus() local
1423 int triggerId; in cancelAutoFocus() local
1816 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus()
1946 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp98 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp5732 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); in insertTriggers() local