OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyAutoFocus
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h
67
virtual void
notifyAutoFocus
(uint8_t newState, int triggerId);
CameraDeviceBase.h
153
virtual void
notifyAutoFocus
(uint8_t newState, int triggerId) = 0;
168
* Whether the device supports calling
notifyAutofocus
, notifyAutoExposure,
Camera2ClientBase.cpp
244
void Camera2ClientBase<TClientBase>::
notifyAutoFocus
(uint8_t newState,
/frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.h
105
virtual void
notifyAutoFocus
(uint8_t newState, int triggerId);
Camera2Client.cpp
[
all
...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
FrameProcessor.cpp
279
client->
notifyAutoFocus
(new3aState.afState, new3aState.afTriggerId);
/frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp
474
listener->
notifyAutoFocus
(ext1, ext2);
[
all
...]
Completed in 262 milliseconds