Home
last modified time | relevance | path

Searched defs:VehicleServer (Results 1 – 1 of 1) sorted by relevance

/device/google/trout/hal/vehicle/2.0/proto/
DVehicleServer.proto48 service VehicleServer { service
49 rpc GetAllPropertyConfig(google.protobuf.Empty) returns (stream VehiclePropConfig) {}
52 rpc SetProperty(WrappedVehiclePropValue) returns (VehicleHalCallStatus) {}
55 rpc SendAllPropertyValuesToStream(google.protobuf.Empty) returns (google.protobuf.Empty) {}
58 rpc StartPropertyValuesStream(google.protobuf.Empty) returns (stream WrappedVehiclePropValue) {}