Home
last modified time | relevance | path

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

/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/lab/api/
Ddut.pb.go2071 type Servo struct { struct
2072 state protoimpl.MessageState
2073 sizeCache protoimpl.SizeCache
2074 unknownFields protoimpl.UnknownFields
2076 Present bool `protobuf:"varint,1,opt,name=present,proto3" json:"present,omitempty"`
2079 …otobuf:"bytes,2,opt,name=servod_address,json=servodAddress,proto3" json:"servod_address,omitempty"`
2081 Serial string `protobuf:"bytes,3,opt,name=serial,proto3" json:"serial,omitempty"`
2083 …arint,4,opt,name=state,proto3,enum=chromiumos.test.lab.api.PeripheralState" json:"state,omitempty"`
2086 func (x *Servo) Reset() {
2095 func (x *Servo) String() string {
[all …]
/external/chromiumos-config/python/chromiumos/test/lab/api/
Ddut_pb2.py2582 Servo = _reflection.GeneratedProtocolMessageType('Servo', (_message.Message,), { variable
/external/chromiumos-config/proto/chromiumos/test/lab/api/
Ddut.proto374 message Servo { message
/external/autotest/server/cros/servo/
Dservo.py510 class Servo(object): class