Searched defs:VehicleServer (Results 1 – 3 of 3) sorted by relevance
31 service VehicleServer { service32 rpc GetAllPropertyConfig(google.protobuf.Empty) returns (stream VehiclePropConfig) {}34 rpc SetValues(VehiclePropValueRequests) returns (SetValueResults) {}36 rpc GetValues(VehiclePropValueRequests) returns (GetValueResults) {}38 rpc UpdateSampleRate(UpdateSampleRateRequest) returns (VehicleHalCallStatus) {}40 rpc CheckHealth(google.protobuf.Empty) returns (VehicleHalCallStatus) {}42 rpc Dump(DumpOptions) returns (DumpResult) {}44 rpc StartPropertyValuesStream(google.protobuf.Empty) returns (stream VehiclePropValues) {}46 rpc Subscribe(SubscribeRequest) returns (VehicleHalCallStatus) {}48 rpc Unsubscribe(UnsubscribeRequest) returns (VehicleHalCallStatus) {}
48 service VehicleServer { service49 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) {}