OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTO_FOCUS
(Results
1 - 4
of
4
) sorted by null
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraActions.java
41
public static final int
AUTO_FOCUS
= 301;
93
case
AUTO_FOCUS
:
94
return "
AUTO_FOCUS
";
AndroidCamera2AgentImpl.java
377
case CameraActions.
AUTO_FOCUS
: {
379
Log.v(TAG, "handleMessage - Ignored
AUTO_FOCUS
because there was "
489
// Stop ignoring
AUTO_FOCUS
messages unless there are additional
[
all
...]
AndroidCameraAgentImpl.java
488
case CameraActions.
AUTO_FOCUS
: {
490
Log.v(TAG, "handleMessage - Ignored
AUTO_FOCUS
because there was "
509
// Stop ignoring
AUTO_FOCUS
messages unless there are additional
[
all
...]
/frameworks/av/camera/
ICamera.cpp
41
AUTO_FOCUS
,
211
remote()->transact(
AUTO_FOCUS
, data, &reply);
400
case
AUTO_FOCUS
: {
401
ALOGV("
AUTO_FOCUS
");
Completed in 3985 milliseconds