Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DCameraOfflineSessionClient.cpp274 void CameraOfflineSessionClient::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus()
282 void CameraOfflineSessionClient::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure()
290 void CameraOfflineSessionClient::notifyAutoWhitebalance(uint8_t newState, int triggerId) { in notifyAutoWhitebalance()
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.cpp282 int triggerId) { in notifyAutoFocus()
293 int triggerId) { in notifyAutoExposure()
303 int triggerId) { in notifyAutoWhitebalance()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1334 int triggerId; in autoFocus() local
1413 int triggerId; in cancelAutoFocus() local
1806 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus()
1936 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure()
/frameworks/base/cmds/statsd/tests/metrics/
DGaugeMetricProducer_test.cpp685 int triggerId = 5; in TEST() local
764 int triggerId = 5; in TEST() local
827 int triggerId = 5; in TEST() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp98 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp5212 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); in insertTriggers() local