Home | History | Annotate | Download | only in hardware

Lines Matching defs:CAMERA_MSG_FOCUS

146     private static final int CAMERA_MSG_FOCUS            = 0x004;
1120 case CAMERA_MSG_FOCUS:
1276 // CAMERA_MSG_FOCUS should be removed here because the following
1281 // - HAL sends CAMERA_MSG_FOCUS, which enters the looper message queue.
1284 // - The application gets the old CAMERA_MSG_FOCUS and thinks autofocus
1289 // time. It is HAL's responsibility not to send a CAMERA_MSG_FOCUS
1291 mEventHandler.removeMessages(CAMERA_MSG_FOCUS);