Home
last modified time | relevance | path

Searched refs:notifyAutoExposure (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraOfflineSessionBase.h55 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
H A DCamera2ClientBase.h79 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCamera2ClientBase.cpp318 void Camera2ClientBase<TClientBase>::notifyAutoExposure(uint8_t newState, in notifyAutoExposure() function in android::Camera2ClientBase
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraOfflineSessionClient.h96 void notifyAutoExposure(uint8_t newState, int triggerId) override;
H A DCameraOfflineSessionClient.cpp299 void CameraOfflineSessionClient::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::CameraOfflineSessionClient
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.h62 void notifyAutoExposure(uint8_t newState, int triggerId);
H A DFrameProcessor.cpp298 client->notifyAutoExposure(pendingState.aeState, pendingState.aeTriggerId); in process3aState()
H A DCaptureSequencer.cpp98 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::camera2::CaptureSequencer
/aosp12/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h124 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCamera2Client.cpp1946 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::Camera2Client
1954 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()