Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCamera2ClientBase.h72 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
DCameraDeviceBase.h207 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
DCamera2ClientBase.cpp263 void Camera2ClientBase<TClientBase>::notifyAutoExposure(uint8_t newState, in notifyAutoExposure() function in android::Camera2ClientBase
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.h63 void notifyAutoExposure(uint8_t newState, int triggerId);
DFrameProcessor.cpp300 client->notifyAutoExposure(new3aState.aeState, new3aState.aeTriggerId); in process3aState()
DCaptureSequencer.cpp100 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::camera2::CaptureSequencer
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.h108 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
DCamera2Client.cpp1901 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::Camera2Client
1904 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()
/frameworks/av/services/camera/libcameraservice/device2/
DCamera2Device.cpp515 listener->notifyAutoExposure(ext1, ext2); in notificationCallback()