scrcpy/app/src/adb
Romain Vimont 9c545e8c29 Remove sc_adb_get_serialno()
The device serial is now retrieved from `adb devices -l`, `adb
get-serialno` is not called anymore.

PR #3005 <https://github.com/Genymobile/scrcpy/pull/3005>
2022-02-09 09:56:26 +01:00
..
adb.c Remove sc_adb_get_serialno() 2022-02-09 09:56:26 +01:00
adb.h Remove sc_adb_get_serialno() 2022-02-09 09:56:26 +01:00
adb_device.c Add adb devices parser 2022-02-09 09:56:25 +01:00
adb_device.h Expose simple API to select a single adb device 2022-02-09 09:56:26 +01:00
adb_parser.c Expose simple API to select a single adb device 2022-02-09 09:56:26 +01:00
adb_parser.h Add adb devices parser 2022-02-09 09:56:25 +01:00
adb_tunnel.c Use sc_ prefix for adb 2022-02-04 08:39:10 +01:00
adb_tunnel.h Move ADB code to adb/ 2022-02-04 08:39:10 +01:00