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/src/util
Romain Vimont 5c62f3419d Rename buffer util functions with sc_ prefix 2 years ago
..
acksync.c Add acksync helper to wait for acks 3 years ago
acksync.h Wait SET_CLIPBOARD ack before Ctrl+v via HID 3 years ago
buffer_util.h Rename buffer util functions with sc_ prefix 2 years ago
cbuf.h Define feature test macros in common.h 3 years ago
file.c Add OutOfMemory log helper 3 years ago
file.h Improve file API 3 years ago
intmap.c Use static maps to convert input events 3 years ago
intmap.h Use static maps to convert input events 3 years ago
intr.c Add OutOfMemory log helper 3 years ago
intr.h Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 3 years ago
log.c Add generic LOG() macro with level parameter 2 years ago
log.h Add generic LOG() macro with level parameter 2 years ago
net.c Remove LOGC() 2 years ago
net.h Add function to parse IPv4 addresses 3 years ago
net_intr.c Rename SC_INVALID_SOCKET to SC_SOCKET_NONE 3 years ago
net_intr.h Add interruptor utilities 3 years ago
process.c Rename scrcpy threads 3 years ago
process.h Move SC_PRIsizet to compat.h 2 years ago
process_intr.c Check process success locally for adb commands 3 years ago
process_intr.h Check process success locally for adb commands 3 years ago
queue.h Rename queue to sc_queue 3 years ago
str.c Remove confusing sc_str_truncate() 2 years ago
str.h Remove confusing sc_str_truncate() 2 years ago
strbuf.c Add OutOfMemory log helper 3 years ago
strbuf.h Add string buffer util 3 years ago
term.c Add util function to get terminal size 3 years ago
term.h Add util function to get terminal size 3 years ago
thread.c Remove LOGC() 2 years ago
thread.h Replace delay by deadline in timedwait() 3 years ago
tick.c Use timers with microsecond precision 3 years ago
tick.h Use timers with microsecond precision 3 years ago