Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/proto/
H A 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) {}
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/proto/
H A 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) {}
/aosp_15_r20/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) {}