Searched refs:notifyAutoExposure (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h71 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCameraDeviceBase.h194 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
208 * Whether the device supports calling notifyAutofocus, notifyAutoExposure,
H A DCamera2ClientBase.cpp262 void Camera2ClientBase<TClientBase>::notifyAutoExposure(uint8_t newState, function in class:android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h106 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCamera2Client.cpp1844 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { function in class:android::Camera2Client
1847 mCaptureSequencer->notifyAutoExposure(newState, triggerId);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h63 void notifyAutoExposure(uint8_t newState, int triggerId);
H A DFrameProcessor.cpp300 client->notifyAutoExposure(new3aState.aeState, new3aState.aeTriggerId);
H A DCaptureSequencer.cpp98 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { function in class:android::camera2::CaptureSequencer
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp513 listener->notifyAutoExposure(ext1, ext2);

Completed in 186 milliseconds