Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 14-Jan-2024 | - | 853 | 723 | ||
html_client/ | 15-Dec-2024 | - | 3,522 | 2,815 | ||
libcommon/ | 15-Dec-2024 | - | 1,793 | 1,166 | ||
libdevice/ | 15-Dec-2024 | - | 4,454 | 3,149 | ||
Android.bp | D | 15-Dec-2024 | 2.8 KiB | 102 | 98 | |
README.md | D | 14-Jan-2024 | 545 | 9 | 5 | |
adb_handler.cpp | D | 15-Dec-2024 | 3.2 KiB | 118 | 79 | |
adb_handler.h | D | 14-Jan-2024 | 1.3 KiB | 51 | 23 | |
audio_handler.cpp | D | 15-Dec-2024 | 22.3 KiB | 589 | 465 | |
audio_handler.h | D | 14-Jan-2024 | 2.7 KiB | 85 | 55 | |
bluetooth_handler.cpp | D | 15-Dec-2024 | 2.4 KiB | 88 | 57 | |
bluetooth_handler.h | D | 14-Jan-2024 | 1.3 KiB | 50 | 23 | |
client_server.cpp | D | 14-Jan-2024 | 3.1 KiB | 102 | 75 | |
client_server.h | D | 14-Jan-2024 | 1.2 KiB | 48 | 22 | |
connection_observer.cpp | D | 15-Dec-2024 | 15 KiB | 402 | 326 | |
connection_observer.h | D | 15-Dec-2024 | 2.3 KiB | 65 | 38 | |
cvd_video_frame_buffer.cpp | D | 14-Jan-2024 | 2.6 KiB | 87 | 57 | |
cvd_video_frame_buffer.h | D | 14-Jan-2024 | 1.8 KiB | 61 | 33 | |
display_handler.cpp | D | 15-Dec-2024 | 5.8 KiB | 153 | 117 | |
display_handler.h | D | 15-Dec-2024 | 1.7 KiB | 55 | 30 | |
gpx_locations_handler.cpp | D | 14-Jan-2024 | 2.3 KiB | 70 | 44 | |
gpx_locations_handler.h | D | 14-Jan-2024 | 1,005 | 34 | 12 | |
kernel_log_events_handler.cpp | D | 14-Jan-2024 | 4.4 KiB | 136 | 99 | |
kernel_log_events_handler.h | D | 14-Jan-2024 | 1.5 KiB | 55 | 28 | |
kml_locations_handler.cpp | D | 14-Jan-2024 | 2.3 KiB | 72 | 44 | |
kml_locations_handler.h | D | 14-Jan-2024 | 1,005 | 34 | 12 | |
location_handler.cpp | D | 14-Jan-2024 | 2 KiB | 64 | 39 | |
location_handler.h | D | 14-Jan-2024 | 1.1 KiB | 36 | 14 | |
main.cpp | D | 15-Dec-2024 | 15.2 KiB | 377 | 314 | |
sensors_handler.cpp | D | 15-Dec-2024 | 2.2 KiB | 71 | 40 | |
sensors_handler.h | D | 15-Dec-2024 | 1.4 KiB | 45 | 23 | |
sensors_simulator.cpp | D | 15-Dec-2024 | 4.1 KiB | 109 | 68 | |
sensors_simulator.h | D | 15-Dec-2024 | 1.3 KiB | 42 | 18 |
README.md
1Browser endpoint serving Android screen frames. 2 3[![Interface linkage diagram](./doc/interface.png)](https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/frontend/webrtc/doc/interface.svg) 4 5Not all configurations mentioned in the diagram are available everywhere. Some 6functionality is crosvm-specific and some is QEMU-specific. 7 8[![Graphics linkage diagram](./doc/graphics.png)](https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/frontend/webrtc/doc/graphics.svg) 9