PostMagic's Depth of Field effect is looking for an atom with that name, the name has to be "AutoFocusPoint" exactly. That atom's position is then used to tell the plugin what you want to focus on in the scene. It just constantly calculates the distance from the camera to that atom and uses it to set the plugin's FocusDistance setting. The more the distance of some pixel on screen varies from FocusDistance, the more blurry it will be. It's kind of like tapping the screen on your phone to focus something when you take a picture. Usually you would parent the AutoFocusPoint to the head of the character or something like that, but you could also animate the position, etc.
(Note: I believe you need to explicitly enable AutoFocus in the plugin's settings, can't check from here)