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

/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h71 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCameraDeviceBase.h220 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
235 * Whether the device supports calling notifyAutofocus, notifyAutoExposure,
H A DCamera2ClientBase.cpp286 void Camera2ClientBase<TClientBase>::notifyAutoExposure(uint8_t newState, function in class:android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h62 void notifyAutoExposure(uint8_t newState, int triggerId);
H A DFrameProcessor.cpp299 client->notifyAutoExposure(pendingState.aeState, pendingState.aeTriggerId);
H A DCaptureSequencer.cpp100 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { function in class:android::camera2::CaptureSequencer
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h114 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCamera2Client.cpp1876 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { function in class:android::Camera2Client
1879 mCaptureSequencer->notifyAutoExposure(newState, triggerId);

Completed in 254 milliseconds