Home
last modified time | relevance | path

Searched refs:CAMERA_MSG_FOCUS (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/camera/tests/
DCameraZSLTests.cpp100 if (CAMERA_MSG_FOCUS == msgType) { in notifyCallback()
/frameworks/base/core/java/android/hardware/
DCamera.java149 private static final int CAMERA_MSG_FOCUS = 0x004; field in Camera
1134 case CAMERA_MSG_FOCUS: in handleMessage()
1305 mEventHandler.removeMessages(CAMERA_MSG_FOCUS); in cancelAutoFocus()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp1315 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in autoFocus()
1870 l.mRemoteCallback->notifyCallback(CAMERA_MSG_FOCUS, in notifyAutoFocus()
DCameraClient.cpp96 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS | in initialize()