Move TouchVideoDevice.h

The header file TouchVideoDevice.h does not need to be in the include/
folder, now that EventHub.h has been moved out of there.

Also, make a doc clarification on TouchVideoDevice. The frames are in
the order that they were received from v4l2 device.

Test: presubmit only
Bug: 117935272
Change-Id: Idacbf54bca4398079401b3a4a5a7cdd020a7263b
diff --git a/services/inputflinger/include/TouchVideoDevice.h b/services/inputflinger/TouchVideoDevice.h
similarity index 96%
rename from services/inputflinger/include/TouchVideoDevice.h
rename to services/inputflinger/TouchVideoDevice.h
index 7ff2653..3d5c8c6 100644
--- a/services/inputflinger/include/TouchVideoDevice.h
+++ b/services/inputflinger/TouchVideoDevice.h
@@ -73,6 +73,8 @@
     size_t readAndQueueFrames();
     /**
      * Return all of the queued frames, and erase them from the local buffer.
+     * The returned frames are in the order that they were received from the
+     * v4l2 device, with the oldest frame at the index 0.
      */
     std::vector<TouchVideoFrame> consumeFrames();
     /**