Searched refs:triggerId (Results 1 - 7 of 7) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
H A D | Camera2ClientBase.h | 67 virtual void notifyAutoFocus(uint8_t newState, int triggerId); 68 virtual void notifyAutoExposure(uint8_t newState, int triggerId); 70 int triggerId);
|
H A D | Camera2ClientBase.cpp | 245 int triggerId) { 247 (void)triggerId; 250 __FUNCTION__, newState, triggerId); 256 int triggerId) { 258 (void)triggerId; 261 __FUNCTION__, newState, triggerId); 266 int triggerId) { 268 (void)triggerId; 271 __FUNCTION__, newState, triggerId); 244 notifyAutoFocus(uint8_t newState, int triggerId) argument 255 notifyAutoExposure(uint8_t newState, int triggerId) argument 265 notifyAutoWhitebalance(uint8_t newState, int triggerId) argument
|
H A D | CameraDeviceBase.h | 153 virtual void notifyAutoFocus(uint8_t newState, int triggerId) = 0; 154 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0; 156 int triggerId) = 0;
|
/frameworks/av/services/camera/libcameraservice/api1/ |
H A D | Camera2Client.h | 105 virtual void notifyAutoFocus(uint8_t newState, int triggerId); 106 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
|
H A D | Camera2Client.cpp | 1091 int triggerId; local 1150 triggerId = l.mParameters.currentAfTriggerId; 1152 ATRACE_ASYNC_BEGIN(kAutofocusLabel, triggerId); 1156 mDevice->triggerAutofocus(triggerId); 1168 int triggerId; local 1182 triggerId = ++l.mParameters.afTriggerCounter; 1199 mDevice->triggerCancelAutofocus(triggerId); 1471 void Camera2Client::notifyAutoFocus(uint8_t newState, int triggerId) { argument 1473 __FUNCTION__, newState, triggerId); 1505 if (triggerId ! 1601 notifyAutoExposure(uint8_t newState, int triggerId) argument [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | CaptureSequencer.h | 62 void notifyAutoExposure(uint8_t newState, int triggerId);
|
H A D | CaptureSequencer.cpp | 96 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { argument 100 mAETriggerId = triggerId;
|
Completed in 421 milliseconds