Searched refs:notifyAutoExposure (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/services/camera/libcameraservice/common/ |
D | Camera2ClientBase.h | 68 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
|
D | CameraDeviceBase.h | 154 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
|
D | Camera2ClientBase.cpp | 255 void Camera2ClientBase<TClientBase>::notifyAutoExposure(uint8_t newState, in notifyAutoExposure() function in android::Camera2ClientBase
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.h | 62 void notifyAutoExposure(uint8_t newState, int triggerId);
|
D | FrameProcessor.cpp | 268 client->notifyAutoExposure(new3aState.aeState, new3aState.aeTriggerId); in process3aState()
|
D | CaptureSequencer.cpp | 96 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::camera2::CaptureSequencer
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.h | 106 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
|
D | Camera2Client.cpp | 1626 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::Camera2Client 1629 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()
|
/frameworks/av/services/camera/libcameraservice/device2/ |
D | Camera2Device.cpp | 477 listener->notifyAutoExposure(ext1, ext2); in notificationCallback()
|