Searched refs:Component_DisplayPanel (Results 1 – 3 of 3) sorted by relevance
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/ |
D | component_package.pb.go | 41 …DisplayPanel *Component_DisplayPanel `protobuf:"bytes,8,opt,name=display_panel,json=displ… 135 func (x *ComponentPackage) GetDisplayPanel() *Component_DisplayPanel { 329 (*Component_DisplayPanel)(nil), // 7: chromiumos.config.api.Component.DisplayPanel
|
D | component.pb.go | 1005 func (x *Component) GetDisplayPanel() *Component_DisplayPanel { 1129 …DisplayPanel *Component_DisplayPanel `protobuf:"bytes,11,opt,name=display_panel,json=displayPanel,… 1597 type Component_DisplayPanel struct { struct 1606 func (x *Component_DisplayPanel) Reset() { argument 1607 *x = Component_DisplayPanel{} 1615 func (x *Component_DisplayPanel) String() string { argument 1619 func (*Component_DisplayPanel) ProtoMessage() {} argument 1621 func (x *Component_DisplayPanel) ProtoReflect() protoreflect.Message { argument 1634 func (*Component_DisplayPanel) Descriptor() ([]byte, []int) { argument 1638 func (x *Component_DisplayPanel) GetProductId() string { argument [all …]
|
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/test/dut/v1/ |
D | dut.pb.go | 148 …DisplayPanel *api.Component_DisplayPanel `protobuf:"bytes,11,opt,name=display_panel,json=… 239 func (x *Components) GetDisplayPanel() *api.Component_DisplayPanel { 520 (*api.Component_DisplayPanel)(nil), // 14: chromiumos.config.api.Component.DisplayPanel
|