Searched refs:SendGpsLocations (Results 1 – 7 of 7) sorted by relevance
31 Result<grpc::Status> SendGpsLocations(
34 Result<grpc::Status> GnssClient::SendGpsLocations( in SendGpsLocations() function in cuttlefish::GnssClient
57 auto reply = gpsclient.SendGpsLocations(1000,coordinates); in HandleMessage()
65 auto reply = gpsclient.SendGpsLocations(1000,coordinates); in HandleMessage()
67 auto reply = gpsclient.SendGpsLocations(1000,coordinates); in HandleMessage()
56 auto status = gpsclient.SendGpsLocations(1000,coordinates); in UpdateLocationCvdMain()
113 auto status = gpsclient.SendGpsLocations(delay,coordinates); in ImportLocationsCvdMain()