Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
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()
/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.cpp307 int triggerId) { in notifyAutoFocus()
318 int triggerId) { in notifyAutoExposure()
328 int triggerId) { in notifyAutoWhitebalance()
/frameworks/av/services/camera/libcameraservice/api1/
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()
/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.cpp5670 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); in insertTriggers() local