Searched refs:CAMERA_MSG_FOCUS (Results 1 – 5 of 5) sorted by relevance
75 CAMERA_MSG_FOCUS = 0x0004, // notifyCallback enumerator
348 * CAMERA_MSG_FOCUS once when focusing is complete. autoFocus() can be
4223 rc = sendEvtNotify(CAMERA_MSG_FOCUS, true, 0); in autoFocus()6695 ret = sendEvtNotify(CAMERA_MSG_FOCUS, true, 0); in processAutoFocusEvent()6731 ret = sendEvtNotify(CAMERA_MSG_FOCUS, in processAutoFocusEvent()6740 ret = sendEvtNotify(CAMERA_MSG_FOCUS, false, 0); in processAutoFocusEvent()6784 ret = sendEvtNotify(CAMERA_MSG_FOCUS, in processAutoFocusEvent()
3390 if (cb->msg_type == CAMERA_MSG_FOCUS) { in cbNotifyRoutine()
841 if ( msgType & CAMERA_MSG_FOCUS ) { in notify()