Searched refs:notifyAutoExposure (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraOfflineSessionBase.h | 50 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
|
D | Camera2ClientBase.h | 73 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
|
D | Camera2ClientBase.cpp | 292 void Camera2ClientBase<TClientBase>::notifyAutoExposure(uint8_t newState, in notifyAutoExposure() function in android::Camera2ClientBase
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraOfflineSessionClient.h | 91 void notifyAutoExposure(uint8_t newState, int triggerId) override;
|
D | CameraOfflineSessionClient.cpp | 282 void CameraOfflineSessionClient::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::CameraOfflineSessionClient
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.h | 62 void notifyAutoExposure(uint8_t newState, int triggerId);
|
D | FrameProcessor.cpp | 298 client->notifyAutoExposure(pendingState.aeState, pendingState.aeTriggerId); in process3aState()
|
D | CaptureSequencer.cpp | 98 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::camera2::CaptureSequencer
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.h | 119 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
|
D | Camera2Client.cpp | 1936 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::Camera2Client 1944 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()
|