You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
360 B
14 lines
360 B
syntax = "proto2";
|
|
|
|
package android.automotive.computepipe.proto;
|
|
|
|
import "packages/services/Car/cpp/computepipe/proto/ProfilingType.proto";
|
|
|
|
message ClientConfig {
|
|
optional int32 input_config_id = 1;
|
|
optional int32 offload_id = 2;
|
|
map<int32, int32> output_options = 3;
|
|
optional int32 termination_id = 4;
|
|
optional ProfilingType profiling_type = 5;
|
|
}
|