HomeSort by relevance Sort by last modified time
    Searched refs:notifyAutoExposure (Results 1 - 9 of 9) sorted by null

  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 71 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
CameraDeviceBase.h 194 virtual void notifyAutoExposure(uint8_t newState, int triggerId) = 0;
208 * Whether the device supports calling notifyAutofocus, notifyAutoExposure,
Camera2ClientBase.cpp 262 void Camera2ClientBase<TClientBase>::notifyAutoExposure(uint8_t newState,
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 63 void notifyAutoExposure(uint8_t newState, int triggerId);
FrameProcessor.cpp 283 client->notifyAutoExposure(new3aState.aeState, new3aState.aeTriggerId);
CaptureSequencer.cpp 98 void CaptureSequencer::notifyAutoExposure(uint8_t newState, int triggerId) {
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h 106 virtual void notifyAutoExposure(uint8_t newState, int triggerId);
Camera2Client.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 513 listener->notifyAutoExposure(ext1, ext2);
    [all...]

Completed in 385 milliseconds