Home
last modified time | relevance | path

Searched refs:SendGpsLocations (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/libs/location/
DGnssClient.h31 Result<grpc::Status> SendGpsLocations(
DGnssClient.cpp34 Result<grpc::Status> GnssClient::SendGpsLocations( in SendGpsLocations() function in cuttlefish::GnssClient
/device/google/cuttlefish/host/frontend/webrtc/
Dlocation_handler.cpp57 auto reply = gpsclient.SendGpsLocations(1000,coordinates); in HandleMessage()
Dgpx_locations_handler.cpp65 auto reply = gpsclient.SendGpsLocations(1000,coordinates); in HandleMessage()
Dkml_locations_handler.cpp67 auto reply = gpsclient.SendGpsLocations(1000,coordinates); in HandleMessage()
/device/google/cuttlefish/host/commands/cvd_update_location/
Dmain.cc56 auto status = gpsclient.SendGpsLocations(1000,coordinates); in UpdateLocationCvdMain()
/device/google/cuttlefish/host/commands/cvd_import_locations/
Dmain.cc113 auto status = gpsclient.SendGpsLocations(delay,coordinates); in ImportLocationsCvdMain()