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

/frameworks/av/services/camera/libcameraservice/
H A DCameraHardwareStub.cpp256 if (mMsgEnabled & CAMERA_MSG_FOCUS)
257 mNotifyCb(CAMERA_MSG_FOCUS, true, 0, mCallbackCookie);
H A DCameraService.cpp359 enableMsgType(CAMERA_MSG_ERROR | CAMERA_MSG_ZOOM | CAMERA_MSG_FOCUS |
/frameworks/base/core/java/android/hardware/
H A DCamera.java132 private static final int CAMERA_MSG_FOCUS = 0x004; field in class:Camera
762 case CAMERA_MSG_FOCUS:
915 // CAMERA_MSG_FOCUS should be removed here because the following
920 // - HAL sends CAMERA_MSG_FOCUS, which enters the looper message queue.
923 // - The application gets the old CAMERA_MSG_FOCUS and thinks autofocus
928 // time. It is HAL's responsibility not to send a CAMERA_MSG_FOCUS
930 mEventHandler.removeMessages(CAMERA_MSG_FOCUS);
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp686 cc->assertNotify(CAMERA_MSG_FOCUS, MCameraClient::EQ, 0);
688 cc->waitNotify(CAMERA_MSG_FOCUS, MCameraClient::EQ, 1);

Completed in 221 milliseconds