You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
test_cbuf.c Add generic circular buffer 5 years ago
test_control_msg_serialize.c Implement device screen off while mirroring 5 years ago
test_device_msg_deserialize.c Rename "event" to "message" 5 years ago
test_queue.c Add generic intrusive FIFO queue 5 years ago
test_strutil.c Add helpers to truncate UTF-8 at code points 5 years ago