Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/proto/
DVehicleServer.proto31 service VehicleServer { service
32 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) {}