scrcpy/app/tests
Romain Vimont 53b6ee2cf4 Add generic intrusive FIFO queue
We need several FIFO queues (a queue of packets, a queue of messages,
etc.).

Some of them are implemented using cbuf, a generic circular buffer. But
for recording, we need to store the packets in an unbounded queue until
they are written, so the queue was implemented manually.

Create a generic implementation (using macros) to avoid reimplementing
it every time.
2019-08-01 23:14:50 +02:00
..
test_cbuf.c Add generic circular buffer 2019-05-30 22:30:18 +02:00
test_control_msg_serialize.c Implement device screen off while mirroring 2019-05-31 23:07:23 +02:00
test_device_msg_deserialize.c Rename "event" to "message" 2019-05-31 16:18:00 +02:00
test_queue.c Add generic intrusive FIFO queue 2019-08-01 23:14:50 +02:00
test_strutil.c Add helpers to truncate UTF-8 at code points 2019-05-30 22:30:18 +02:00