I've read the source code of DispSync and so on, but it's too complicate.
What I've learnt is that "FrameCallback" is triggered by APP_VSYNC event, which may have time offset from HW_VSYNC. So, how could I know the precise time of HW_VSYNC?
If the time parameter of FrameCallback tells the APP_VSYNC time, where can I get the offset value between HW_VSYNC and APP_VSYNC so I can caculate the hardware vsync time?