Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 100278fd authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

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
parent e34aa616
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -73,6 +73,8 @@ public:
    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();
    /**