Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.cpp286 int triggerId) { in notifyAutoFocus()
297 int triggerId) { in notifyAutoExposure()
307 int triggerId) { in notifyAutoWhitebalance()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1325 int triggerId; in autoFocus() local
1404 int triggerId; in cancelAutoFocus() local
1797 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { in notifyAutoFocus()
1927 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.cpp5313 uint32_t triggerId = static_cast<uint32_t>(trigger.entryValue); in insertTriggers() local