OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyAutoExposure
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h
72
virtual void
notifyAutoExposure
(uint8_t newState, int triggerId);
CameraDeviceBase.h
280
virtual void
notifyAutoExposure
(uint8_t newState, int triggerId) = 0;
295
* Whether the device supports calling notifyAutofocus,
notifyAutoExposure
,
Camera2ClientBase.cpp
291
void Camera2ClientBase<TClientBase>::
notifyAutoExposure
(uint8_t newState,
/frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h
62
void
notifyAutoExposure
(uint8_t newState, int triggerId);
FrameProcessor.cpp
292
client->
notifyAutoExposure
(pendingState.aeState, pendingState.aeTriggerId);
CaptureSequencer.cpp
98
void CaptureSequencer::
notifyAutoExposure
(uint8_t newState, int triggerId) {
/frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h
115
virtual void
notifyAutoExposure
(uint8_t newState, int triggerId);
Camera2Client.cpp
[
all
...]
Completed in 5194 milliseconds