Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 14-Jan-2024 | - | 316 | 264 | ||
Android.bp | D | 15-Dec-2024 | 3.1 KiB | 128 | 120 | |
README.md | D | 14-Jan-2024 | 717 | 11 | 7 | |
gnss_grpc_proxy.cpp | D | 14-Jan-2024 | 16.7 KiB | 490 | 381 | |
gnss_grpc_proxy.proto | D | 14-Jan-2024 | 2.3 KiB | 93 | 78 |
README.md
1Virtual device location data manager serving a gRPC interface. 2 3The [`cvd_import_locations`] and [`cvd_update_location`] executables are 4clients that use this service to set either a sequence of locations or a new 5fixed location for the device. 6 7[![Linkage diagram](./doc/linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/commands/gnss_grpc_proxy/doc/linkage.svg) 8 9[`cvd_import_locations`]: https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/commands/cvd_import_locations/ 10[`cvd_update_location`]: https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/commands/cvd_update_location/ 11