Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.cpp253 int triggerId) { in notifyAutoFocus()
264 int triggerId) { in notifyAutoExposure()
274 int triggerId) { in notifyAutoWhitebalance()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1278 int triggerId; in autoFocus() local
1357 int triggerId; in cancelAutoFocus() local
1771 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus()
1901 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp100 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp3294 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); in insertTriggers() local