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

/frameworks/av/services/camera/libcameraservice/camera2/
H A DCaptureSequencer.h62 void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCaptureSequencer.cpp93 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { function in class:android::camera2::CaptureSequencer
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.h92 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
H A DCamera2Device.h141 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
H A DCamera2Client.cpp1448 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { function in class:android::Camera2Client
1451 mCaptureSequencer->notifyAutoExposure(newState, triggerId);
H A DCamera2Device.cpp467 listener->notifyAutoExposure(ext1, ext2);

Completed in 48 milliseconds