Loading services/inputflinger/include/TouchVideoDevice.h→services/inputflinger/TouchVideoDevice.h +2 −0 Original line number Original line Diff line number Diff line Loading @@ -73,6 +73,8 @@ public: size_t readAndQueueFrames(); size_t readAndQueueFrames(); /** /** * Return all of the queued frames, and erase them from the local buffer. * 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(); std::vector<TouchVideoFrame> consumeFrames(); /** /** Loading Loading
services/inputflinger/include/TouchVideoDevice.h→services/inputflinger/TouchVideoDevice.h +2 −0 Original line number Original line Diff line number Diff line Loading @@ -73,6 +73,8 @@ public: size_t readAndQueueFrames(); size_t readAndQueueFrames(); /** /** * Return all of the queued frames, and erase them from the local buffer. * 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(); std::vector<TouchVideoFrame> consumeFrames(); /** /** Loading