OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:autoFocus
(Results
26 - 50
of
72
) sorted by null
1
2
3
/device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.cpp
762
rc = m_parent->
autoFocus
();
[
all
...]
QCamera2HWI.cpp
600
* go ahead with capture anyway. Just like the way
autofocus
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCameraStateMachine.cpp
762
rc = m_parent->
autoFocus
();
[
all
...]
/device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp
393
rc = hardware->
autoFocus
( );
/device/lge/mako/camera/
QualcommCamera2.cpp
412
rc = hardware->
autoFocus
( );
QCameraHWI.h
372
* CAMERA_MSG_FOCUS once when focusing is complete.
autoFocus
() will be
375
int
autoFocus
();
QualcommCamera.cpp
576
rc = hardware->
autoFocus
( );
QualcommCameraHardware.h
120
virtual status_t
autoFocus
();
/hardware/samsung_slsi/exynos5/include/
ExynosCamera.h
390
bool
autoFocus
(void);
/hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp
292
rv = gCameraHals[ti_dev->cameraid]->
autoFocus
();
BaseCameraAdapter.cpp
829
ret =
autoFocus
();
[
all
...]
/frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp
495
status_t CameraClient::
autoFocus
() {
496
LOG1("
autoFocus
(pid %d)", getCallingPid());
502
return mHardware->
autoFocus
();
Camera2Client.cpp
[
all
...]
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h
369
* CAMERA_MSG_FOCUS once when focusing is complete.
autoFocus
() will be
372
int
autoFocus
();
/frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h
62
* Prior to taking a picture, CameraService often calls
autofocus
(). When auto
65
* only sends this message once and it is up to the application to call
autoFocus
()
324
* with CAMERA_MSG_FOCUS once when focusing is complete.
autoFocus
()
327
status_t
autoFocus
()
/packages/apps/Camera2/src/com/android/camera/
PhotoModule.java
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
Camera.java
[
all
...]
/frameworks/base/core/jni/
android_hardware_Camera.cpp
666
ALOGV("
autoFocus
");
671
if (c->
autoFocus
() != NO_ERROR) {
672
jniThrowRuntimeException(env, "
autoFocus
failed");
[
all
...]
/hardware/ti/omap4xxx/camera/inc/
CameraHal.h
1000
* with CAMERA_MSG_FOCUS once when focusing is complete.
autoFocus
()
1003
int
autoFocus
();
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
397
virtual status_t
autoFocus
();
[
all
...]
/packages/apps/Camera/src/com/android/camera/
PhotoModule.java
[
all
...]
/frameworks/base/core/java/android/hardware/
Camera.java
66
* <uses-feature android:name="android.hardware.camera.
autofocus
" /></pre>
[
all
...]
/pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java
534
log("Triggering
autofocus
");
535
mCamera.
autoFocus
(mAutofocusCallback);
543
log("Cancelling
autofocus
");
552
log("
Autofocus
completed: " + (success ? "success" : "failure") );
560
log("
Autofocus
movement: " + (start ? "starting" : "stopped") );
[
all
...]
/hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp
533
status_t ExynosCameraHWInterface::
autoFocus
()
[
all
...]
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp
[
all
...]
Completed in 1020 milliseconds
1
2
3