Searched refs:notifyAutoExposure (Results 1 – 8 of 8) sorted by relevance
72 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
280 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
291 void Camera2ClientBase<TClientBase>::notifyAutoExposure(uint8_t newState, in notifyAutoExposure() function in android::Camera2ClientBase
62 void notifyAutoExposure(uint8_t newState, int triggerId);
292 client->notifyAutoExposure(pendingState.aeState, pendingState.aeTriggerId); in process3aState()
98 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::camera2::CaptureSequencer
115 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
1918 void Camera2Client::notifyAutoExposure(uint8_t newState, int triggerId) { in notifyAutoExposure() function in android::Camera2Client1926 mCaptureSequencer->notifyAutoExposure(newState, triggerId); in notifyAutoExposure()