display

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DisplayService_GetAppVsyncOffsetNanos_FullMethodName               = "/display.DisplayService/GetAppVsyncOffsetNanos"
	DisplayService_GetCurrentSizeRange_FullMethodName                  = "/display.DisplayService/GetCurrentSizeRange"
	DisplayService_GetCutout_FullMethodName                            = "/display.DisplayService/GetCutout"
	DisplayService_GetDeviceProductInfo_FullMethodName                 = "/display.DisplayService/GetDeviceProductInfo"
	DisplayService_GetDisplayId_FullMethodName                         = "/display.DisplayService/GetDisplayId"
	DisplayService_GetFlags_FullMethodName                             = "/display.DisplayService/GetFlags"
	DisplayService_GetHdrCapabilities_FullMethodName                   = "/display.DisplayService/GetHdrCapabilities"
	DisplayService_GetHdrSdrRatio_FullMethodName                       = "/display.DisplayService/GetHdrSdrRatio"
	DisplayService_GetHeight_FullMethodName                            = "/display.DisplayService/GetHeight"
	DisplayService_GetHighestHdrSdrRatio_FullMethodName                = "/display.DisplayService/GetHighestHdrSdrRatio"
	DisplayService_GetMetrics_FullMethodName                           = "/display.DisplayService/GetMetrics"
	DisplayService_GetMode_FullMethodName                              = "/display.DisplayService/GetMode"
	DisplayService_GetName_FullMethodName                              = "/display.DisplayService/GetName"
	DisplayService_GetOrientation_FullMethodName                       = "/display.DisplayService/GetOrientation"
	DisplayService_GetOverlaySupport_FullMethodName                    = "/display.DisplayService/GetOverlaySupport"
	DisplayService_GetPixelFormat_FullMethodName                       = "/display.DisplayService/GetPixelFormat"
	DisplayService_GetPreferredWideGamutColorSpace_FullMethodName      = "/display.DisplayService/GetPreferredWideGamutColorSpace"
	DisplayService_GetPresentationDeadlineNanos_FullMethodName         = "/display.DisplayService/GetPresentationDeadlineNanos"
	DisplayService_GetRealMetrics_FullMethodName                       = "/display.DisplayService/GetRealMetrics"
	DisplayService_GetRealSize_FullMethodName                          = "/display.DisplayService/GetRealSize"
	DisplayService_GetRectSize_FullMethodName                          = "/display.DisplayService/GetRectSize"
	DisplayService_GetRefreshRate_FullMethodName                       = "/display.DisplayService/GetRefreshRate"
	DisplayService_GetRotation_FullMethodName                          = "/display.DisplayService/GetRotation"
	DisplayService_GetRoundedCorner_FullMethodName                     = "/display.DisplayService/GetRoundedCorner"
	DisplayService_GetShape_FullMethodName                             = "/display.DisplayService/GetShape"
	DisplayService_GetSize_FullMethodName                              = "/display.DisplayService/GetSize"
	DisplayService_GetState_FullMethodName                             = "/display.DisplayService/GetState"
	DisplayService_GetSuggestedFrameRate_FullMethodName                = "/display.DisplayService/GetSuggestedFrameRate"
	DisplayService_GetSupportedModes_FullMethodName                    = "/display.DisplayService/GetSupportedModes"
	DisplayService_GetSupportedRefreshRates_FullMethodName             = "/display.DisplayService/GetSupportedRefreshRates"
	DisplayService_GetWidth_FullMethodName                             = "/display.DisplayService/GetWidth"
	DisplayService_HasArrSupport_FullMethodName                        = "/display.DisplayService/HasArrSupport"
	DisplayService_IsHdr_FullMethodName                                = "/display.DisplayService/IsHdr"
	DisplayService_IsHdrSdrRatioAvailable_FullMethodName               = "/display.DisplayService/IsHdrSdrRatioAvailable"
	DisplayService_IsMinimalPostProcessingSupported_FullMethodName     = "/display.DisplayService/IsMinimalPostProcessingSupported"
	DisplayService_IsValid_FullMethodName                              = "/display.DisplayService/IsValid"
	DisplayService_IsWideColorGamut_FullMethodName                     = "/display.DisplayService/IsWideColorGamut"
	DisplayService_RegisterHdrSdrRatioChangedListener_FullMethodName   = "/display.DisplayService/RegisterHdrSdrRatioChangedListener"
	DisplayService_ToString_FullMethodName                             = "/display.DisplayService/ToString"
	DisplayService_UnregisterHdrSdrRatioChangedListener_FullMethodName = "/display.DisplayService/UnregisterHdrSdrRatioChangedListener"
)
View Source
const (
	WindowManagerService_GetDefaultDisplay_FullMethodName   = "/display.WindowManagerService/GetDefaultDisplay"
	WindowManagerService_RemoveViewImmediate_FullMethodName = "/display.WindowManagerService/RemoveViewImmediate"
)
View Source
const (
	MetricsService_Equals1_FullMethodName       = "/display.MetricsService/Equals1"
	MetricsService_Equals1_1_FullMethodName     = "/display.MetricsService/Equals1_1"
	MetricsService_HashCode_FullMethodName      = "/display.MetricsService/HashCode"
	MetricsService_SetTo_FullMethodName         = "/display.MetricsService/SetTo"
	MetricsService_SetToDefaults_FullMethodName = "/display.MetricsService/SetToDefaults"
	MetricsService_ToString_FullMethodName      = "/display.MetricsService/ToString"
)

Variables

View Source
var DisplayService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "display.DisplayService",
	HandlerType: (*DisplayServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetAppVsyncOffsetNanos",
			Handler:    _DisplayService_GetAppVsyncOffsetNanos_Handler,
		},
		{
			MethodName: "GetCurrentSizeRange",
			Handler:    _DisplayService_GetCurrentSizeRange_Handler,
		},
		{
			MethodName: "GetCutout",
			Handler:    _DisplayService_GetCutout_Handler,
		},
		{
			MethodName: "GetDeviceProductInfo",
			Handler:    _DisplayService_GetDeviceProductInfo_Handler,
		},
		{
			MethodName: "GetDisplayId",
			Handler:    _DisplayService_GetDisplayId_Handler,
		},
		{
			MethodName: "GetFlags",
			Handler:    _DisplayService_GetFlags_Handler,
		},
		{
			MethodName: "GetHdrCapabilities",
			Handler:    _DisplayService_GetHdrCapabilities_Handler,
		},
		{
			MethodName: "GetHdrSdrRatio",
			Handler:    _DisplayService_GetHdrSdrRatio_Handler,
		},
		{
			MethodName: "GetHeight",
			Handler:    _DisplayService_GetHeight_Handler,
		},
		{
			MethodName: "GetHighestHdrSdrRatio",
			Handler:    _DisplayService_GetHighestHdrSdrRatio_Handler,
		},
		{
			MethodName: "GetMetrics",
			Handler:    _DisplayService_GetMetrics_Handler,
		},
		{
			MethodName: "GetMode",
			Handler:    _DisplayService_GetMode_Handler,
		},
		{
			MethodName: "GetName",
			Handler:    _DisplayService_GetName_Handler,
		},
		{
			MethodName: "GetOrientation",
			Handler:    _DisplayService_GetOrientation_Handler,
		},
		{
			MethodName: "GetOverlaySupport",
			Handler:    _DisplayService_GetOverlaySupport_Handler,
		},
		{
			MethodName: "GetPixelFormat",
			Handler:    _DisplayService_GetPixelFormat_Handler,
		},
		{
			MethodName: "GetPreferredWideGamutColorSpace",
			Handler:    _DisplayService_GetPreferredWideGamutColorSpace_Handler,
		},
		{
			MethodName: "GetPresentationDeadlineNanos",
			Handler:    _DisplayService_GetPresentationDeadlineNanos_Handler,
		},
		{
			MethodName: "GetRealMetrics",
			Handler:    _DisplayService_GetRealMetrics_Handler,
		},
		{
			MethodName: "GetRealSize",
			Handler:    _DisplayService_GetRealSize_Handler,
		},
		{
			MethodName: "GetRectSize",
			Handler:    _DisplayService_GetRectSize_Handler,
		},
		{
			MethodName: "GetRefreshRate",
			Handler:    _DisplayService_GetRefreshRate_Handler,
		},
		{
			MethodName: "GetRotation",
			Handler:    _DisplayService_GetRotation_Handler,
		},
		{
			MethodName: "GetRoundedCorner",
			Handler:    _DisplayService_GetRoundedCorner_Handler,
		},
		{
			MethodName: "GetShape",
			Handler:    _DisplayService_GetShape_Handler,
		},
		{
			MethodName: "GetSize",
			Handler:    _DisplayService_GetSize_Handler,
		},
		{
			MethodName: "GetState",
			Handler:    _DisplayService_GetState_Handler,
		},
		{
			MethodName: "GetSuggestedFrameRate",
			Handler:    _DisplayService_GetSuggestedFrameRate_Handler,
		},
		{
			MethodName: "GetSupportedModes",
			Handler:    _DisplayService_GetSupportedModes_Handler,
		},
		{
			MethodName: "GetSupportedRefreshRates",
			Handler:    _DisplayService_GetSupportedRefreshRates_Handler,
		},
		{
			MethodName: "GetWidth",
			Handler:    _DisplayService_GetWidth_Handler,
		},
		{
			MethodName: "HasArrSupport",
			Handler:    _DisplayService_HasArrSupport_Handler,
		},
		{
			MethodName: "IsHdr",
			Handler:    _DisplayService_IsHdr_Handler,
		},
		{
			MethodName: "IsHdrSdrRatioAvailable",
			Handler:    _DisplayService_IsHdrSdrRatioAvailable_Handler,
		},
		{
			MethodName: "IsMinimalPostProcessingSupported",
			Handler:    _DisplayService_IsMinimalPostProcessingSupported_Handler,
		},
		{
			MethodName: "IsValid",
			Handler:    _DisplayService_IsValid_Handler,
		},
		{
			MethodName: "IsWideColorGamut",
			Handler:    _DisplayService_IsWideColorGamut_Handler,
		},
		{
			MethodName: "RegisterHdrSdrRatioChangedListener",
			Handler:    _DisplayService_RegisterHdrSdrRatioChangedListener_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _DisplayService_ToString_Handler,
		},
		{
			MethodName: "UnregisterHdrSdrRatioChangedListener",
			Handler:    _DisplayService_UnregisterHdrSdrRatioChangedListener_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/display/display.proto",
}

DisplayService_ServiceDesc is the grpc.ServiceDesc for DisplayService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_proto_display_display_proto protoreflect.FileDescriptor
View Source
var MetricsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "display.MetricsService",
	HandlerType: (*MetricsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Equals1",
			Handler:    _MetricsService_Equals1_Handler,
		},
		{
			MethodName: "Equals1_1",
			Handler:    _MetricsService_Equals1_1_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _MetricsService_HashCode_Handler,
		},
		{
			MethodName: "SetTo",
			Handler:    _MetricsService_SetTo_Handler,
		},
		{
			MethodName: "SetToDefaults",
			Handler:    _MetricsService_SetToDefaults_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _MetricsService_ToString_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/display/display.proto",
}

MetricsService_ServiceDesc is the grpc.ServiceDesc for MetricsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var WindowManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "display.WindowManagerService",
	HandlerType: (*WindowManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetDefaultDisplay",
			Handler:    _WindowManagerService_GetDefaultDisplay_Handler,
		},
		{
			MethodName: "RemoveViewImmediate",
			Handler:    _WindowManagerService_RemoveViewImmediate_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/display/display.proto",
}

WindowManagerService_ServiceDesc is the grpc.ServiceDesc for WindowManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterDisplayServiceServer

func RegisterDisplayServiceServer(s grpc.ServiceRegistrar, srv DisplayServiceServer)

func RegisterMetricsServiceServer added in v0.0.4

func RegisterMetricsServiceServer(s grpc.ServiceRegistrar, srv MetricsServiceServer)

func RegisterWindowManagerServiceServer added in v0.0.4

func RegisterWindowManagerServiceServer(s grpc.ServiceRegistrar, srv WindowManagerServiceServer)

Types

type DisplayServiceClient

type DisplayServiceClient interface {
	GetAppVsyncOffsetNanos(ctx context.Context, in *GetAppVsyncOffsetNanosRequest, opts ...grpc.CallOption) (*GetAppVsyncOffsetNanosResponse, error)
	GetCurrentSizeRange(ctx context.Context, in *GetCurrentSizeRangeRequest, opts ...grpc.CallOption) (*GetCurrentSizeRangeResponse, error)
	GetCutout(ctx context.Context, in *GetCutoutRequest, opts ...grpc.CallOption) (*GetCutoutResponse, error)
	GetDeviceProductInfo(ctx context.Context, in *GetDeviceProductInfoRequest, opts ...grpc.CallOption) (*GetDeviceProductInfoResponse, error)
	GetDisplayId(ctx context.Context, in *GetDisplayIdRequest, opts ...grpc.CallOption) (*GetDisplayIdResponse, error)
	GetFlags(ctx context.Context, in *GetFlagsRequest, opts ...grpc.CallOption) (*GetFlagsResponse, error)
	GetHdrCapabilities(ctx context.Context, in *GetHdrCapabilitiesRequest, opts ...grpc.CallOption) (*GetHdrCapabilitiesResponse, error)
	GetHdrSdrRatio(ctx context.Context, in *GetHdrSdrRatioRequest, opts ...grpc.CallOption) (*GetHdrSdrRatioResponse, error)
	GetHeight(ctx context.Context, in *GetHeightRequest, opts ...grpc.CallOption) (*GetHeightResponse, error)
	GetHighestHdrSdrRatio(ctx context.Context, in *GetHighestHdrSdrRatioRequest, opts ...grpc.CallOption) (*GetHighestHdrSdrRatioResponse, error)
	GetMetrics(ctx context.Context, in *GetMetricsRequest, opts ...grpc.CallOption) (*GetMetricsResponse, error)
	GetMode(ctx context.Context, in *GetModeRequest, opts ...grpc.CallOption) (*GetModeResponse, error)
	GetName(ctx context.Context, in *GetNameRequest, opts ...grpc.CallOption) (*GetNameResponse, error)
	GetOrientation(ctx context.Context, in *GetOrientationRequest, opts ...grpc.CallOption) (*GetOrientationResponse, error)
	GetOverlaySupport(ctx context.Context, in *GetOverlaySupportRequest, opts ...grpc.CallOption) (*GetOverlaySupportResponse, error)
	GetPixelFormat(ctx context.Context, in *GetPixelFormatRequest, opts ...grpc.CallOption) (*GetPixelFormatResponse, error)
	GetPreferredWideGamutColorSpace(ctx context.Context, in *GetPreferredWideGamutColorSpaceRequest, opts ...grpc.CallOption) (*GetPreferredWideGamutColorSpaceResponse, error)
	GetPresentationDeadlineNanos(ctx context.Context, in *GetPresentationDeadlineNanosRequest, opts ...grpc.CallOption) (*GetPresentationDeadlineNanosResponse, error)
	GetRealMetrics(ctx context.Context, in *GetRealMetricsRequest, opts ...grpc.CallOption) (*GetRealMetricsResponse, error)
	GetRealSize(ctx context.Context, in *GetRealSizeRequest, opts ...grpc.CallOption) (*GetRealSizeResponse, error)
	GetRectSize(ctx context.Context, in *GetRectSizeRequest, opts ...grpc.CallOption) (*GetRectSizeResponse, error)
	GetRefreshRate(ctx context.Context, in *GetRefreshRateRequest, opts ...grpc.CallOption) (*GetRefreshRateResponse, error)
	GetRotation(ctx context.Context, in *GetRotationRequest, opts ...grpc.CallOption) (*GetRotationResponse, error)
	GetRoundedCorner(ctx context.Context, in *GetRoundedCornerRequest, opts ...grpc.CallOption) (*GetRoundedCornerResponse, error)
	GetShape(ctx context.Context, in *GetShapeRequest, opts ...grpc.CallOption) (*GetShapeResponse, error)
	GetSize(ctx context.Context, in *GetSizeRequest, opts ...grpc.CallOption) (*GetSizeResponse, error)
	GetState(ctx context.Context, in *GetStateRequest, opts ...grpc.CallOption) (*GetStateResponse, error)
	GetSuggestedFrameRate(ctx context.Context, in *GetSuggestedFrameRateRequest, opts ...grpc.CallOption) (*GetSuggestedFrameRateResponse, error)
	GetSupportedModes(ctx context.Context, in *GetSupportedModesRequest, opts ...grpc.CallOption) (*GetSupportedModesResponse, error)
	GetSupportedRefreshRates(ctx context.Context, in *GetSupportedRefreshRatesRequest, opts ...grpc.CallOption) (*GetSupportedRefreshRatesResponse, error)
	GetWidth(ctx context.Context, in *GetWidthRequest, opts ...grpc.CallOption) (*GetWidthResponse, error)
	HasArrSupport(ctx context.Context, in *HasArrSupportRequest, opts ...grpc.CallOption) (*HasArrSupportResponse, error)
	IsHdr(ctx context.Context, in *IsHdrRequest, opts ...grpc.CallOption) (*IsHdrResponse, error)
	IsHdrSdrRatioAvailable(ctx context.Context, in *IsHdrSdrRatioAvailableRequest, opts ...grpc.CallOption) (*IsHdrSdrRatioAvailableResponse, error)
	IsMinimalPostProcessingSupported(ctx context.Context, in *IsMinimalPostProcessingSupportedRequest, opts ...grpc.CallOption) (*IsMinimalPostProcessingSupportedResponse, error)
	IsValid(ctx context.Context, in *IsValidRequest, opts ...grpc.CallOption) (*IsValidResponse, error)
	IsWideColorGamut(ctx context.Context, in *IsWideColorGamutRequest, opts ...grpc.CallOption) (*IsWideColorGamutResponse, error)
	RegisterHdrSdrRatioChangedListener(ctx context.Context, in *RegisterHdrSdrRatioChangedListenerRequest, opts ...grpc.CallOption) (*RegisterHdrSdrRatioChangedListenerResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	UnregisterHdrSdrRatioChangedListener(ctx context.Context, in *UnregisterHdrSdrRatioChangedListenerRequest, opts ...grpc.CallOption) (*UnregisterHdrSdrRatioChangedListenerResponse, error)
}

DisplayServiceClient is the client API for DisplayService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type DisplayServiceServer

type DisplayServiceServer interface {
	GetAppVsyncOffsetNanos(context.Context, *GetAppVsyncOffsetNanosRequest) (*GetAppVsyncOffsetNanosResponse, error)
	GetCurrentSizeRange(context.Context, *GetCurrentSizeRangeRequest) (*GetCurrentSizeRangeResponse, error)
	GetCutout(context.Context, *GetCutoutRequest) (*GetCutoutResponse, error)
	GetDeviceProductInfo(context.Context, *GetDeviceProductInfoRequest) (*GetDeviceProductInfoResponse, error)
	GetDisplayId(context.Context, *GetDisplayIdRequest) (*GetDisplayIdResponse, error)
	GetFlags(context.Context, *GetFlagsRequest) (*GetFlagsResponse, error)
	GetHdrCapabilities(context.Context, *GetHdrCapabilitiesRequest) (*GetHdrCapabilitiesResponse, error)
	GetHdrSdrRatio(context.Context, *GetHdrSdrRatioRequest) (*GetHdrSdrRatioResponse, error)
	GetHeight(context.Context, *GetHeightRequest) (*GetHeightResponse, error)
	GetHighestHdrSdrRatio(context.Context, *GetHighestHdrSdrRatioRequest) (*GetHighestHdrSdrRatioResponse, error)
	GetMetrics(context.Context, *GetMetricsRequest) (*GetMetricsResponse, error)
	GetMode(context.Context, *GetModeRequest) (*GetModeResponse, error)
	GetName(context.Context, *GetNameRequest) (*GetNameResponse, error)
	GetOrientation(context.Context, *GetOrientationRequest) (*GetOrientationResponse, error)
	GetOverlaySupport(context.Context, *GetOverlaySupportRequest) (*GetOverlaySupportResponse, error)
	GetPixelFormat(context.Context, *GetPixelFormatRequest) (*GetPixelFormatResponse, error)
	GetPreferredWideGamutColorSpace(context.Context, *GetPreferredWideGamutColorSpaceRequest) (*GetPreferredWideGamutColorSpaceResponse, error)
	GetPresentationDeadlineNanos(context.Context, *GetPresentationDeadlineNanosRequest) (*GetPresentationDeadlineNanosResponse, error)
	GetRealMetrics(context.Context, *GetRealMetricsRequest) (*GetRealMetricsResponse, error)
	GetRealSize(context.Context, *GetRealSizeRequest) (*GetRealSizeResponse, error)
	GetRectSize(context.Context, *GetRectSizeRequest) (*GetRectSizeResponse, error)
	GetRefreshRate(context.Context, *GetRefreshRateRequest) (*GetRefreshRateResponse, error)
	GetRotation(context.Context, *GetRotationRequest) (*GetRotationResponse, error)
	GetRoundedCorner(context.Context, *GetRoundedCornerRequest) (*GetRoundedCornerResponse, error)
	GetShape(context.Context, *GetShapeRequest) (*GetShapeResponse, error)
	GetSize(context.Context, *GetSizeRequest) (*GetSizeResponse, error)
	GetState(context.Context, *GetStateRequest) (*GetStateResponse, error)
	GetSuggestedFrameRate(context.Context, *GetSuggestedFrameRateRequest) (*GetSuggestedFrameRateResponse, error)
	GetSupportedModes(context.Context, *GetSupportedModesRequest) (*GetSupportedModesResponse, error)
	GetSupportedRefreshRates(context.Context, *GetSupportedRefreshRatesRequest) (*GetSupportedRefreshRatesResponse, error)
	GetWidth(context.Context, *GetWidthRequest) (*GetWidthResponse, error)
	HasArrSupport(context.Context, *HasArrSupportRequest) (*HasArrSupportResponse, error)
	IsHdr(context.Context, *IsHdrRequest) (*IsHdrResponse, error)
	IsHdrSdrRatioAvailable(context.Context, *IsHdrSdrRatioAvailableRequest) (*IsHdrSdrRatioAvailableResponse, error)
	IsMinimalPostProcessingSupported(context.Context, *IsMinimalPostProcessingSupportedRequest) (*IsMinimalPostProcessingSupportedResponse, error)
	IsValid(context.Context, *IsValidRequest) (*IsValidResponse, error)
	IsWideColorGamut(context.Context, *IsWideColorGamutRequest) (*IsWideColorGamutResponse, error)
	RegisterHdrSdrRatioChangedListener(context.Context, *RegisterHdrSdrRatioChangedListenerRequest) (*RegisterHdrSdrRatioChangedListenerResponse, error)
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	UnregisterHdrSdrRatioChangedListener(context.Context, *UnregisterHdrSdrRatioChangedListenerRequest) (*UnregisterHdrSdrRatioChangedListenerResponse, error)
	// contains filtered or unexported methods
}

DisplayServiceServer is the server API for DisplayService service. All implementations must embed UnimplementedDisplayServiceServer for forward compatibility.

type Equals1Request

type Equals1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*Equals1Request) Descriptor deprecated

func (*Equals1Request) Descriptor() ([]byte, []int)

Deprecated: Use Equals1Request.ProtoReflect.Descriptor instead.

func (*Equals1Request) GetArg0

func (x *Equals1Request) GetArg0() int64

func (*Equals1Request) ProtoMessage

func (*Equals1Request) ProtoMessage()

func (*Equals1Request) ProtoReflect

func (x *Equals1Request) ProtoReflect() protoreflect.Message

func (*Equals1Request) Reset

func (x *Equals1Request) Reset()

func (*Equals1Request) String

func (x *Equals1Request) String() string

type Equals1Response

type Equals1Response struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*Equals1Response) Descriptor deprecated

func (*Equals1Response) Descriptor() ([]byte, []int)

Deprecated: Use Equals1Response.ProtoReflect.Descriptor instead.

func (*Equals1Response) GetResult

func (x *Equals1Response) GetResult() bool

func (*Equals1Response) ProtoMessage

func (*Equals1Response) ProtoMessage()

func (*Equals1Response) ProtoReflect

func (x *Equals1Response) ProtoReflect() protoreflect.Message

func (*Equals1Response) Reset

func (x *Equals1Response) Reset()

func (*Equals1Response) String

func (x *Equals1Response) String() string

type Equals1_1Request

type Equals1_1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*Equals1_1Request) Descriptor deprecated

func (*Equals1_1Request) Descriptor() ([]byte, []int)

Deprecated: Use Equals1_1Request.ProtoReflect.Descriptor instead.

func (*Equals1_1Request) GetArg0

func (x *Equals1_1Request) GetArg0() int64

func (*Equals1_1Request) ProtoMessage

func (*Equals1_1Request) ProtoMessage()

func (*Equals1_1Request) ProtoReflect

func (x *Equals1_1Request) ProtoReflect() protoreflect.Message

func (*Equals1_1Request) Reset

func (x *Equals1_1Request) Reset()

func (*Equals1_1Request) String

func (x *Equals1_1Request) String() string

type Equals1_1Response

type Equals1_1Response struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*Equals1_1Response) Descriptor deprecated

func (*Equals1_1Response) Descriptor() ([]byte, []int)

Deprecated: Use Equals1_1Response.ProtoReflect.Descriptor instead.

func (*Equals1_1Response) GetResult

func (x *Equals1_1Response) GetResult() bool

func (*Equals1_1Response) ProtoMessage

func (*Equals1_1Response) ProtoMessage()

func (*Equals1_1Response) ProtoReflect

func (x *Equals1_1Response) ProtoReflect() protoreflect.Message

func (*Equals1_1Response) Reset

func (x *Equals1_1Response) Reset()

func (*Equals1_1Response) String

func (x *Equals1_1Response) String() string

type GetAppVsyncOffsetNanosRequest

type GetAppVsyncOffsetNanosRequest struct {
	// contains filtered or unexported fields
}

func (*GetAppVsyncOffsetNanosRequest) Descriptor deprecated

func (*GetAppVsyncOffsetNanosRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAppVsyncOffsetNanosRequest.ProtoReflect.Descriptor instead.

func (*GetAppVsyncOffsetNanosRequest) ProtoMessage

func (*GetAppVsyncOffsetNanosRequest) ProtoMessage()

func (*GetAppVsyncOffsetNanosRequest) ProtoReflect

func (*GetAppVsyncOffsetNanosRequest) Reset

func (x *GetAppVsyncOffsetNanosRequest) Reset()

func (*GetAppVsyncOffsetNanosRequest) String

type GetAppVsyncOffsetNanosResponse

type GetAppVsyncOffsetNanosResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAppVsyncOffsetNanosResponse) Descriptor deprecated

func (*GetAppVsyncOffsetNanosResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAppVsyncOffsetNanosResponse.ProtoReflect.Descriptor instead.

func (*GetAppVsyncOffsetNanosResponse) GetResult

func (x *GetAppVsyncOffsetNanosResponse) GetResult() int64

func (*GetAppVsyncOffsetNanosResponse) ProtoMessage

func (*GetAppVsyncOffsetNanosResponse) ProtoMessage()

func (*GetAppVsyncOffsetNanosResponse) ProtoReflect

func (*GetAppVsyncOffsetNanosResponse) Reset

func (x *GetAppVsyncOffsetNanosResponse) Reset()

func (*GetAppVsyncOffsetNanosResponse) String

type GetCurrentSizeRangeRequest

type GetCurrentSizeRangeRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurrentSizeRangeRequest) Descriptor deprecated

func (*GetCurrentSizeRangeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCurrentSizeRangeRequest.ProtoReflect.Descriptor instead.

func (*GetCurrentSizeRangeRequest) GetArg0

func (x *GetCurrentSizeRangeRequest) GetArg0() int64

func (*GetCurrentSizeRangeRequest) GetArg1

func (x *GetCurrentSizeRangeRequest) GetArg1() int64

func (*GetCurrentSizeRangeRequest) ProtoMessage

func (*GetCurrentSizeRangeRequest) ProtoMessage()

func (*GetCurrentSizeRangeRequest) ProtoReflect

func (*GetCurrentSizeRangeRequest) Reset

func (x *GetCurrentSizeRangeRequest) Reset()

func (*GetCurrentSizeRangeRequest) String

func (x *GetCurrentSizeRangeRequest) String() string

type GetCurrentSizeRangeResponse

type GetCurrentSizeRangeResponse struct {
	// contains filtered or unexported fields
}

func (*GetCurrentSizeRangeResponse) Descriptor deprecated

func (*GetCurrentSizeRangeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCurrentSizeRangeResponse.ProtoReflect.Descriptor instead.

func (*GetCurrentSizeRangeResponse) ProtoMessage

func (*GetCurrentSizeRangeResponse) ProtoMessage()

func (*GetCurrentSizeRangeResponse) ProtoReflect

func (*GetCurrentSizeRangeResponse) Reset

func (x *GetCurrentSizeRangeResponse) Reset()

func (*GetCurrentSizeRangeResponse) String

func (x *GetCurrentSizeRangeResponse) String() string

type GetCutoutRequest

type GetCutoutRequest struct {
	// contains filtered or unexported fields
}

func (*GetCutoutRequest) Descriptor deprecated

func (*GetCutoutRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCutoutRequest.ProtoReflect.Descriptor instead.

func (*GetCutoutRequest) ProtoMessage

func (*GetCutoutRequest) ProtoMessage()

func (*GetCutoutRequest) ProtoReflect

func (x *GetCutoutRequest) ProtoReflect() protoreflect.Message

func (*GetCutoutRequest) Reset

func (x *GetCutoutRequest) Reset()

func (*GetCutoutRequest) String

func (x *GetCutoutRequest) String() string

type GetCutoutResponse

type GetCutoutResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCutoutResponse) Descriptor deprecated

func (*GetCutoutResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCutoutResponse.ProtoReflect.Descriptor instead.

func (*GetCutoutResponse) GetResult

func (x *GetCutoutResponse) GetResult() int64

func (*GetCutoutResponse) ProtoMessage

func (*GetCutoutResponse) ProtoMessage()

func (*GetCutoutResponse) ProtoReflect

func (x *GetCutoutResponse) ProtoReflect() protoreflect.Message

func (*GetCutoutResponse) Reset

func (x *GetCutoutResponse) Reset()

func (*GetCutoutResponse) String

func (x *GetCutoutResponse) String() string

type GetDefaultDisplayRequest added in v0.0.4

type GetDefaultDisplayRequest struct {
	// contains filtered or unexported fields
}

func (*GetDefaultDisplayRequest) Descriptor deprecated added in v0.0.4

func (*GetDefaultDisplayRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultDisplayRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultDisplayRequest) ProtoMessage added in v0.0.4

func (*GetDefaultDisplayRequest) ProtoMessage()

func (*GetDefaultDisplayRequest) ProtoReflect added in v0.0.4

func (x *GetDefaultDisplayRequest) ProtoReflect() protoreflect.Message

func (*GetDefaultDisplayRequest) Reset added in v0.0.4

func (x *GetDefaultDisplayRequest) Reset()

func (*GetDefaultDisplayRequest) String added in v0.0.4

func (x *GetDefaultDisplayRequest) String() string

type GetDefaultDisplayResponse added in v0.0.4

type GetDefaultDisplayResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultDisplayResponse) Descriptor deprecated added in v0.0.4

func (*GetDefaultDisplayResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDefaultDisplayResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultDisplayResponse) GetResult added in v0.0.4

func (x *GetDefaultDisplayResponse) GetResult() int64

func (*GetDefaultDisplayResponse) ProtoMessage added in v0.0.4

func (*GetDefaultDisplayResponse) ProtoMessage()

func (*GetDefaultDisplayResponse) ProtoReflect added in v0.0.4

func (*GetDefaultDisplayResponse) Reset added in v0.0.4

func (x *GetDefaultDisplayResponse) Reset()

func (*GetDefaultDisplayResponse) String added in v0.0.4

func (x *GetDefaultDisplayResponse) String() string

type GetDeviceProductInfoRequest

type GetDeviceProductInfoRequest struct {
	// contains filtered or unexported fields
}

func (*GetDeviceProductInfoRequest) Descriptor deprecated

func (*GetDeviceProductInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDeviceProductInfoRequest.ProtoReflect.Descriptor instead.

func (*GetDeviceProductInfoRequest) ProtoMessage

func (*GetDeviceProductInfoRequest) ProtoMessage()

func (*GetDeviceProductInfoRequest) ProtoReflect

func (*GetDeviceProductInfoRequest) Reset

func (x *GetDeviceProductInfoRequest) Reset()

func (*GetDeviceProductInfoRequest) String

func (x *GetDeviceProductInfoRequest) String() string

type GetDeviceProductInfoResponse

type GetDeviceProductInfoResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeviceProductInfoResponse) Descriptor deprecated

func (*GetDeviceProductInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDeviceProductInfoResponse.ProtoReflect.Descriptor instead.

func (*GetDeviceProductInfoResponse) GetResult

func (x *GetDeviceProductInfoResponse) GetResult() int64

func (*GetDeviceProductInfoResponse) ProtoMessage

func (*GetDeviceProductInfoResponse) ProtoMessage()

func (*GetDeviceProductInfoResponse) ProtoReflect

func (*GetDeviceProductInfoResponse) Reset

func (x *GetDeviceProductInfoResponse) Reset()

func (*GetDeviceProductInfoResponse) String

type GetDisplayIdRequest

type GetDisplayIdRequest struct {
	// contains filtered or unexported fields
}

func (*GetDisplayIdRequest) Descriptor deprecated

func (*GetDisplayIdRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDisplayIdRequest.ProtoReflect.Descriptor instead.

func (*GetDisplayIdRequest) ProtoMessage

func (*GetDisplayIdRequest) ProtoMessage()

func (*GetDisplayIdRequest) ProtoReflect

func (x *GetDisplayIdRequest) ProtoReflect() protoreflect.Message

func (*GetDisplayIdRequest) Reset

func (x *GetDisplayIdRequest) Reset()

func (*GetDisplayIdRequest) String

func (x *GetDisplayIdRequest) String() string

type GetDisplayIdResponse

type GetDisplayIdResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDisplayIdResponse) Descriptor deprecated

func (*GetDisplayIdResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDisplayIdResponse.ProtoReflect.Descriptor instead.

func (*GetDisplayIdResponse) GetResult

func (x *GetDisplayIdResponse) GetResult() int32

func (*GetDisplayIdResponse) ProtoMessage

func (*GetDisplayIdResponse) ProtoMessage()

func (*GetDisplayIdResponse) ProtoReflect

func (x *GetDisplayIdResponse) ProtoReflect() protoreflect.Message

func (*GetDisplayIdResponse) Reset

func (x *GetDisplayIdResponse) Reset()

func (*GetDisplayIdResponse) String

func (x *GetDisplayIdResponse) String() string

type GetFlagsRequest

type GetFlagsRequest struct {
	// contains filtered or unexported fields
}

func (*GetFlagsRequest) Descriptor deprecated

func (*GetFlagsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFlagsRequest.ProtoReflect.Descriptor instead.

func (*GetFlagsRequest) ProtoMessage

func (*GetFlagsRequest) ProtoMessage()

func (*GetFlagsRequest) ProtoReflect

func (x *GetFlagsRequest) ProtoReflect() protoreflect.Message

func (*GetFlagsRequest) Reset

func (x *GetFlagsRequest) Reset()

func (*GetFlagsRequest) String

func (x *GetFlagsRequest) String() string

type GetFlagsResponse

type GetFlagsResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFlagsResponse) Descriptor deprecated

func (*GetFlagsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFlagsResponse.ProtoReflect.Descriptor instead.

func (*GetFlagsResponse) GetResult

func (x *GetFlagsResponse) GetResult() int32

func (*GetFlagsResponse) ProtoMessage

func (*GetFlagsResponse) ProtoMessage()

func (*GetFlagsResponse) ProtoReflect

func (x *GetFlagsResponse) ProtoReflect() protoreflect.Message

func (*GetFlagsResponse) Reset

func (x *GetFlagsResponse) Reset()

func (*GetFlagsResponse) String

func (x *GetFlagsResponse) String() string

type GetHdrCapabilitiesRequest

type GetHdrCapabilitiesRequest struct {
	// contains filtered or unexported fields
}

func (*GetHdrCapabilitiesRequest) Descriptor deprecated

func (*GetHdrCapabilitiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHdrCapabilitiesRequest.ProtoReflect.Descriptor instead.

func (*GetHdrCapabilitiesRequest) ProtoMessage

func (*GetHdrCapabilitiesRequest) ProtoMessage()

func (*GetHdrCapabilitiesRequest) ProtoReflect

func (*GetHdrCapabilitiesRequest) Reset

func (x *GetHdrCapabilitiesRequest) Reset()

func (*GetHdrCapabilitiesRequest) String

func (x *GetHdrCapabilitiesRequest) String() string

type GetHdrCapabilitiesResponse

type GetHdrCapabilitiesResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHdrCapabilitiesResponse) Descriptor deprecated

func (*GetHdrCapabilitiesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHdrCapabilitiesResponse.ProtoReflect.Descriptor instead.

func (*GetHdrCapabilitiesResponse) GetResult

func (x *GetHdrCapabilitiesResponse) GetResult() int64

func (*GetHdrCapabilitiesResponse) ProtoMessage

func (*GetHdrCapabilitiesResponse) ProtoMessage()

func (*GetHdrCapabilitiesResponse) ProtoReflect

func (*GetHdrCapabilitiesResponse) Reset

func (x *GetHdrCapabilitiesResponse) Reset()

func (*GetHdrCapabilitiesResponse) String

func (x *GetHdrCapabilitiesResponse) String() string

type GetHdrSdrRatioRequest

type GetHdrSdrRatioRequest struct {
	// contains filtered or unexported fields
}

func (*GetHdrSdrRatioRequest) Descriptor deprecated

func (*GetHdrSdrRatioRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHdrSdrRatioRequest.ProtoReflect.Descriptor instead.

func (*GetHdrSdrRatioRequest) ProtoMessage

func (*GetHdrSdrRatioRequest) ProtoMessage()

func (*GetHdrSdrRatioRequest) ProtoReflect

func (x *GetHdrSdrRatioRequest) ProtoReflect() protoreflect.Message

func (*GetHdrSdrRatioRequest) Reset

func (x *GetHdrSdrRatioRequest) Reset()

func (*GetHdrSdrRatioRequest) String

func (x *GetHdrSdrRatioRequest) String() string

type GetHdrSdrRatioResponse

type GetHdrSdrRatioResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHdrSdrRatioResponse) Descriptor deprecated

func (*GetHdrSdrRatioResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHdrSdrRatioResponse.ProtoReflect.Descriptor instead.

func (*GetHdrSdrRatioResponse) GetResult

func (x *GetHdrSdrRatioResponse) GetResult() float32

func (*GetHdrSdrRatioResponse) ProtoMessage

func (*GetHdrSdrRatioResponse) ProtoMessage()

func (*GetHdrSdrRatioResponse) ProtoReflect

func (x *GetHdrSdrRatioResponse) ProtoReflect() protoreflect.Message

func (*GetHdrSdrRatioResponse) Reset

func (x *GetHdrSdrRatioResponse) Reset()

func (*GetHdrSdrRatioResponse) String

func (x *GetHdrSdrRatioResponse) String() string

type GetHeightRequest

type GetHeightRequest struct {
	// contains filtered or unexported fields
}

func (*GetHeightRequest) Descriptor deprecated

func (*GetHeightRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHeightRequest.ProtoReflect.Descriptor instead.

func (*GetHeightRequest) ProtoMessage

func (*GetHeightRequest) ProtoMessage()

func (*GetHeightRequest) ProtoReflect

func (x *GetHeightRequest) ProtoReflect() protoreflect.Message

func (*GetHeightRequest) Reset

func (x *GetHeightRequest) Reset()

func (*GetHeightRequest) String

func (x *GetHeightRequest) String() string

type GetHeightResponse

type GetHeightResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHeightResponse) Descriptor deprecated

func (*GetHeightResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHeightResponse.ProtoReflect.Descriptor instead.

func (*GetHeightResponse) GetResult

func (x *GetHeightResponse) GetResult() int32

func (*GetHeightResponse) ProtoMessage

func (*GetHeightResponse) ProtoMessage()

func (*GetHeightResponse) ProtoReflect

func (x *GetHeightResponse) ProtoReflect() protoreflect.Message

func (*GetHeightResponse) Reset

func (x *GetHeightResponse) Reset()

func (*GetHeightResponse) String

func (x *GetHeightResponse) String() string

type GetHighestHdrSdrRatioRequest

type GetHighestHdrSdrRatioRequest struct {
	// contains filtered or unexported fields
}

func (*GetHighestHdrSdrRatioRequest) Descriptor deprecated

func (*GetHighestHdrSdrRatioRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHighestHdrSdrRatioRequest.ProtoReflect.Descriptor instead.

func (*GetHighestHdrSdrRatioRequest) ProtoMessage

func (*GetHighestHdrSdrRatioRequest) ProtoMessage()

func (*GetHighestHdrSdrRatioRequest) ProtoReflect

func (*GetHighestHdrSdrRatioRequest) Reset

func (x *GetHighestHdrSdrRatioRequest) Reset()

func (*GetHighestHdrSdrRatioRequest) String

type GetHighestHdrSdrRatioResponse

type GetHighestHdrSdrRatioResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHighestHdrSdrRatioResponse) Descriptor deprecated

func (*GetHighestHdrSdrRatioResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHighestHdrSdrRatioResponse.ProtoReflect.Descriptor instead.

func (*GetHighestHdrSdrRatioResponse) GetResult

func (x *GetHighestHdrSdrRatioResponse) GetResult() float32

func (*GetHighestHdrSdrRatioResponse) ProtoMessage

func (*GetHighestHdrSdrRatioResponse) ProtoMessage()

func (*GetHighestHdrSdrRatioResponse) ProtoReflect

func (*GetHighestHdrSdrRatioResponse) Reset

func (x *GetHighestHdrSdrRatioResponse) Reset()

func (*GetHighestHdrSdrRatioResponse) String

type GetMetricsRequest

type GetMetricsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetricsRequest) Descriptor deprecated

func (*GetMetricsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetMetricsRequest) GetArg0

func (x *GetMetricsRequest) GetArg0() int64

func (*GetMetricsRequest) ProtoMessage

func (*GetMetricsRequest) ProtoMessage()

func (*GetMetricsRequest) ProtoReflect

func (x *GetMetricsRequest) ProtoReflect() protoreflect.Message

func (*GetMetricsRequest) Reset

func (x *GetMetricsRequest) Reset()

func (*GetMetricsRequest) String

func (x *GetMetricsRequest) String() string

type GetMetricsResponse

type GetMetricsResponse struct {
	// contains filtered or unexported fields
}

func (*GetMetricsResponse) Descriptor deprecated

func (*GetMetricsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetMetricsResponse) ProtoMessage

func (*GetMetricsResponse) ProtoMessage()

func (*GetMetricsResponse) ProtoReflect

func (x *GetMetricsResponse) ProtoReflect() protoreflect.Message

func (*GetMetricsResponse) Reset

func (x *GetMetricsResponse) Reset()

func (*GetMetricsResponse) String

func (x *GetMetricsResponse) String() string

type GetModeRequest

type GetModeRequest struct {
	// contains filtered or unexported fields
}

func (*GetModeRequest) Descriptor deprecated

func (*GetModeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetModeRequest.ProtoReflect.Descriptor instead.

func (*GetModeRequest) ProtoMessage

func (*GetModeRequest) ProtoMessage()

func (*GetModeRequest) ProtoReflect

func (x *GetModeRequest) ProtoReflect() protoreflect.Message

func (*GetModeRequest) Reset

func (x *GetModeRequest) Reset()

func (*GetModeRequest) String

func (x *GetModeRequest) String() string

type GetModeResponse

type GetModeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModeResponse) Descriptor deprecated

func (*GetModeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetModeResponse.ProtoReflect.Descriptor instead.

func (*GetModeResponse) GetResult

func (x *GetModeResponse) GetResult() int64

func (*GetModeResponse) ProtoMessage

func (*GetModeResponse) ProtoMessage()

func (*GetModeResponse) ProtoReflect

func (x *GetModeResponse) ProtoReflect() protoreflect.Message

func (*GetModeResponse) Reset

func (x *GetModeResponse) Reset()

func (*GetModeResponse) String

func (x *GetModeResponse) String() string

type GetNameRequest

type GetNameRequest struct {
	// contains filtered or unexported fields
}

func (*GetNameRequest) Descriptor deprecated

func (*GetNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNameRequest.ProtoReflect.Descriptor instead.

func (*GetNameRequest) ProtoMessage

func (*GetNameRequest) ProtoMessage()

func (*GetNameRequest) ProtoReflect

func (x *GetNameRequest) ProtoReflect() protoreflect.Message

func (*GetNameRequest) Reset

func (x *GetNameRequest) Reset()

func (*GetNameRequest) String

func (x *GetNameRequest) String() string

type GetNameResponse

type GetNameResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNameResponse) Descriptor deprecated

func (*GetNameResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetNameResponse.ProtoReflect.Descriptor instead.

func (*GetNameResponse) GetResult

func (x *GetNameResponse) GetResult() string

func (*GetNameResponse) ProtoMessage

func (*GetNameResponse) ProtoMessage()

func (*GetNameResponse) ProtoReflect

func (x *GetNameResponse) ProtoReflect() protoreflect.Message

func (*GetNameResponse) Reset

func (x *GetNameResponse) Reset()

func (*GetNameResponse) String

func (x *GetNameResponse) String() string

type GetOrientationRequest

type GetOrientationRequest struct {
	// contains filtered or unexported fields
}

func (*GetOrientationRequest) Descriptor deprecated

func (*GetOrientationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrientationRequest.ProtoReflect.Descriptor instead.

func (*GetOrientationRequest) ProtoMessage

func (*GetOrientationRequest) ProtoMessage()

func (*GetOrientationRequest) ProtoReflect

func (x *GetOrientationRequest) ProtoReflect() protoreflect.Message

func (*GetOrientationRequest) Reset

func (x *GetOrientationRequest) Reset()

func (*GetOrientationRequest) String

func (x *GetOrientationRequest) String() string

type GetOrientationResponse

type GetOrientationResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrientationResponse) Descriptor deprecated

func (*GetOrientationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrientationResponse.ProtoReflect.Descriptor instead.

func (*GetOrientationResponse) GetResult

func (x *GetOrientationResponse) GetResult() int32

func (*GetOrientationResponse) ProtoMessage

func (*GetOrientationResponse) ProtoMessage()

func (*GetOrientationResponse) ProtoReflect

func (x *GetOrientationResponse) ProtoReflect() protoreflect.Message

func (*GetOrientationResponse) Reset

func (x *GetOrientationResponse) Reset()

func (*GetOrientationResponse) String

func (x *GetOrientationResponse) String() string

type GetOverlaySupportRequest

type GetOverlaySupportRequest struct {
	// contains filtered or unexported fields
}

func (*GetOverlaySupportRequest) Descriptor deprecated

func (*GetOverlaySupportRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOverlaySupportRequest.ProtoReflect.Descriptor instead.

func (*GetOverlaySupportRequest) ProtoMessage

func (*GetOverlaySupportRequest) ProtoMessage()

func (*GetOverlaySupportRequest) ProtoReflect

func (x *GetOverlaySupportRequest) ProtoReflect() protoreflect.Message

func (*GetOverlaySupportRequest) Reset

func (x *GetOverlaySupportRequest) Reset()

func (*GetOverlaySupportRequest) String

func (x *GetOverlaySupportRequest) String() string

type GetOverlaySupportResponse

type GetOverlaySupportResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOverlaySupportResponse) Descriptor deprecated

func (*GetOverlaySupportResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOverlaySupportResponse.ProtoReflect.Descriptor instead.

func (*GetOverlaySupportResponse) GetResult

func (x *GetOverlaySupportResponse) GetResult() int64

func (*GetOverlaySupportResponse) ProtoMessage

func (*GetOverlaySupportResponse) ProtoMessage()

func (*GetOverlaySupportResponse) ProtoReflect

func (*GetOverlaySupportResponse) Reset

func (x *GetOverlaySupportResponse) Reset()

func (*GetOverlaySupportResponse) String

func (x *GetOverlaySupportResponse) String() string

type GetPixelFormatRequest

type GetPixelFormatRequest struct {
	// contains filtered or unexported fields
}

func (*GetPixelFormatRequest) Descriptor deprecated

func (*GetPixelFormatRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPixelFormatRequest.ProtoReflect.Descriptor instead.

func (*GetPixelFormatRequest) ProtoMessage

func (*GetPixelFormatRequest) ProtoMessage()

func (*GetPixelFormatRequest) ProtoReflect

func (x *GetPixelFormatRequest) ProtoReflect() protoreflect.Message

func (*GetPixelFormatRequest) Reset

func (x *GetPixelFormatRequest) Reset()

func (*GetPixelFormatRequest) String

func (x *GetPixelFormatRequest) String() string

type GetPixelFormatResponse

type GetPixelFormatResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPixelFormatResponse) Descriptor deprecated

func (*GetPixelFormatResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPixelFormatResponse.ProtoReflect.Descriptor instead.

func (*GetPixelFormatResponse) GetResult

func (x *GetPixelFormatResponse) GetResult() int32

func (*GetPixelFormatResponse) ProtoMessage

func (*GetPixelFormatResponse) ProtoMessage()

func (*GetPixelFormatResponse) ProtoReflect

func (x *GetPixelFormatResponse) ProtoReflect() protoreflect.Message

func (*GetPixelFormatResponse) Reset

func (x *GetPixelFormatResponse) Reset()

func (*GetPixelFormatResponse) String

func (x *GetPixelFormatResponse) String() string

type GetPreferredWideGamutColorSpaceRequest

type GetPreferredWideGamutColorSpaceRequest struct {
	// contains filtered or unexported fields
}

func (*GetPreferredWideGamutColorSpaceRequest) Descriptor deprecated

func (*GetPreferredWideGamutColorSpaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPreferredWideGamutColorSpaceRequest.ProtoReflect.Descriptor instead.

func (*GetPreferredWideGamutColorSpaceRequest) ProtoMessage

func (*GetPreferredWideGamutColorSpaceRequest) ProtoReflect

func (*GetPreferredWideGamutColorSpaceRequest) Reset

func (*GetPreferredWideGamutColorSpaceRequest) String

type GetPreferredWideGamutColorSpaceResponse

type GetPreferredWideGamutColorSpaceResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPreferredWideGamutColorSpaceResponse) Descriptor deprecated

func (*GetPreferredWideGamutColorSpaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPreferredWideGamutColorSpaceResponse.ProtoReflect.Descriptor instead.

func (*GetPreferredWideGamutColorSpaceResponse) GetResult

func (*GetPreferredWideGamutColorSpaceResponse) ProtoMessage

func (*GetPreferredWideGamutColorSpaceResponse) ProtoReflect

func (*GetPreferredWideGamutColorSpaceResponse) Reset

func (*GetPreferredWideGamutColorSpaceResponse) String

type GetPresentationDeadlineNanosRequest

type GetPresentationDeadlineNanosRequest struct {
	// contains filtered or unexported fields
}

func (*GetPresentationDeadlineNanosRequest) Descriptor deprecated

func (*GetPresentationDeadlineNanosRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPresentationDeadlineNanosRequest.ProtoReflect.Descriptor instead.

func (*GetPresentationDeadlineNanosRequest) ProtoMessage

func (*GetPresentationDeadlineNanosRequest) ProtoMessage()

func (*GetPresentationDeadlineNanosRequest) ProtoReflect

func (*GetPresentationDeadlineNanosRequest) Reset

func (*GetPresentationDeadlineNanosRequest) String

type GetPresentationDeadlineNanosResponse

type GetPresentationDeadlineNanosResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPresentationDeadlineNanosResponse) Descriptor deprecated

func (*GetPresentationDeadlineNanosResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPresentationDeadlineNanosResponse.ProtoReflect.Descriptor instead.

func (*GetPresentationDeadlineNanosResponse) GetResult

func (*GetPresentationDeadlineNanosResponse) ProtoMessage

func (*GetPresentationDeadlineNanosResponse) ProtoMessage()

func (*GetPresentationDeadlineNanosResponse) ProtoReflect

func (*GetPresentationDeadlineNanosResponse) Reset

func (*GetPresentationDeadlineNanosResponse) String

type GetRealMetricsRequest

type GetRealMetricsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRealMetricsRequest) Descriptor deprecated

func (*GetRealMetricsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRealMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetRealMetricsRequest) GetArg0

func (x *GetRealMetricsRequest) GetArg0() int64

func (*GetRealMetricsRequest) ProtoMessage

func (*GetRealMetricsRequest) ProtoMessage()

func (*GetRealMetricsRequest) ProtoReflect

func (x *GetRealMetricsRequest) ProtoReflect() protoreflect.Message

func (*GetRealMetricsRequest) Reset

func (x *GetRealMetricsRequest) Reset()

func (*GetRealMetricsRequest) String

func (x *GetRealMetricsRequest) String() string

type GetRealMetricsResponse

type GetRealMetricsResponse struct {
	// contains filtered or unexported fields
}

func (*GetRealMetricsResponse) Descriptor deprecated

func (*GetRealMetricsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRealMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetRealMetricsResponse) ProtoMessage

func (*GetRealMetricsResponse) ProtoMessage()

func (*GetRealMetricsResponse) ProtoReflect

func (x *GetRealMetricsResponse) ProtoReflect() protoreflect.Message

func (*GetRealMetricsResponse) Reset

func (x *GetRealMetricsResponse) Reset()

func (*GetRealMetricsResponse) String

func (x *GetRealMetricsResponse) String() string

type GetRealSizeRequest

type GetRealSizeRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRealSizeRequest) Descriptor deprecated

func (*GetRealSizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRealSizeRequest.ProtoReflect.Descriptor instead.

func (*GetRealSizeRequest) GetArg0

func (x *GetRealSizeRequest) GetArg0() int64

func (*GetRealSizeRequest) ProtoMessage

func (*GetRealSizeRequest) ProtoMessage()

func (*GetRealSizeRequest) ProtoReflect

func (x *GetRealSizeRequest) ProtoReflect() protoreflect.Message

func (*GetRealSizeRequest) Reset

func (x *GetRealSizeRequest) Reset()

func (*GetRealSizeRequest) String

func (x *GetRealSizeRequest) String() string

type GetRealSizeResponse

type GetRealSizeResponse struct {
	// contains filtered or unexported fields
}

func (*GetRealSizeResponse) Descriptor deprecated

func (*GetRealSizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRealSizeResponse.ProtoReflect.Descriptor instead.

func (*GetRealSizeResponse) ProtoMessage

func (*GetRealSizeResponse) ProtoMessage()

func (*GetRealSizeResponse) ProtoReflect

func (x *GetRealSizeResponse) ProtoReflect() protoreflect.Message

func (*GetRealSizeResponse) Reset

func (x *GetRealSizeResponse) Reset()

func (*GetRealSizeResponse) String

func (x *GetRealSizeResponse) String() string

type GetRectSizeRequest

type GetRectSizeRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRectSizeRequest) Descriptor deprecated

func (*GetRectSizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRectSizeRequest.ProtoReflect.Descriptor instead.

func (*GetRectSizeRequest) GetArg0

func (x *GetRectSizeRequest) GetArg0() int64

func (*GetRectSizeRequest) ProtoMessage

func (*GetRectSizeRequest) ProtoMessage()

func (*GetRectSizeRequest) ProtoReflect

func (x *GetRectSizeRequest) ProtoReflect() protoreflect.Message

func (*GetRectSizeRequest) Reset

func (x *GetRectSizeRequest) Reset()

func (*GetRectSizeRequest) String

func (x *GetRectSizeRequest) String() string

type GetRectSizeResponse

type GetRectSizeResponse struct {
	// contains filtered or unexported fields
}

func (*GetRectSizeResponse) Descriptor deprecated

func (*GetRectSizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRectSizeResponse.ProtoReflect.Descriptor instead.

func (*GetRectSizeResponse) ProtoMessage

func (*GetRectSizeResponse) ProtoMessage()

func (*GetRectSizeResponse) ProtoReflect

func (x *GetRectSizeResponse) ProtoReflect() protoreflect.Message

func (*GetRectSizeResponse) Reset

func (x *GetRectSizeResponse) Reset()

func (*GetRectSizeResponse) String

func (x *GetRectSizeResponse) String() string

type GetRefreshRateRequest

type GetRefreshRateRequest struct {
	// contains filtered or unexported fields
}

func (*GetRefreshRateRequest) Descriptor deprecated

func (*GetRefreshRateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRefreshRateRequest.ProtoReflect.Descriptor instead.

func (*GetRefreshRateRequest) ProtoMessage

func (*GetRefreshRateRequest) ProtoMessage()

func (*GetRefreshRateRequest) ProtoReflect

func (x *GetRefreshRateRequest) ProtoReflect() protoreflect.Message

func (*GetRefreshRateRequest) Reset

func (x *GetRefreshRateRequest) Reset()

func (*GetRefreshRateRequest) String

func (x *GetRefreshRateRequest) String() string

type GetRefreshRateResponse

type GetRefreshRateResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRefreshRateResponse) Descriptor deprecated

func (*GetRefreshRateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRefreshRateResponse.ProtoReflect.Descriptor instead.

func (*GetRefreshRateResponse) GetResult

func (x *GetRefreshRateResponse) GetResult() float32

func (*GetRefreshRateResponse) ProtoMessage

func (*GetRefreshRateResponse) ProtoMessage()

func (*GetRefreshRateResponse) ProtoReflect

func (x *GetRefreshRateResponse) ProtoReflect() protoreflect.Message

func (*GetRefreshRateResponse) Reset

func (x *GetRefreshRateResponse) Reset()

func (*GetRefreshRateResponse) String

func (x *GetRefreshRateResponse) String() string

type GetRotationRequest

type GetRotationRequest struct {
	// contains filtered or unexported fields
}

func (*GetRotationRequest) Descriptor deprecated

func (*GetRotationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRotationRequest.ProtoReflect.Descriptor instead.

func (*GetRotationRequest) ProtoMessage

func (*GetRotationRequest) ProtoMessage()

func (*GetRotationRequest) ProtoReflect

func (x *GetRotationRequest) ProtoReflect() protoreflect.Message

func (*GetRotationRequest) Reset

func (x *GetRotationRequest) Reset()

func (*GetRotationRequest) String

func (x *GetRotationRequest) String() string

type GetRotationResponse

type GetRotationResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRotationResponse) Descriptor deprecated

func (*GetRotationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRotationResponse.ProtoReflect.Descriptor instead.

func (*GetRotationResponse) GetResult

func (x *GetRotationResponse) GetResult() int32

func (*GetRotationResponse) ProtoMessage

func (*GetRotationResponse) ProtoMessage()

func (*GetRotationResponse) ProtoReflect

func (x *GetRotationResponse) ProtoReflect() protoreflect.Message

func (*GetRotationResponse) Reset

func (x *GetRotationResponse) Reset()

func (*GetRotationResponse) String

func (x *GetRotationResponse) String() string

type GetRoundedCornerRequest

type GetRoundedCornerRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoundedCornerRequest) Descriptor deprecated

func (*GetRoundedCornerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRoundedCornerRequest.ProtoReflect.Descriptor instead.

func (*GetRoundedCornerRequest) GetArg0

func (x *GetRoundedCornerRequest) GetArg0() int32

func (*GetRoundedCornerRequest) ProtoMessage

func (*GetRoundedCornerRequest) ProtoMessage()

func (*GetRoundedCornerRequest) ProtoReflect

func (x *GetRoundedCornerRequest) ProtoReflect() protoreflect.Message

func (*GetRoundedCornerRequest) Reset

func (x *GetRoundedCornerRequest) Reset()

func (*GetRoundedCornerRequest) String

func (x *GetRoundedCornerRequest) String() string

type GetRoundedCornerResponse

type GetRoundedCornerResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoundedCornerResponse) Descriptor deprecated

func (*GetRoundedCornerResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRoundedCornerResponse.ProtoReflect.Descriptor instead.

func (*GetRoundedCornerResponse) GetResult

func (x *GetRoundedCornerResponse) GetResult() int64

func (*GetRoundedCornerResponse) ProtoMessage

func (*GetRoundedCornerResponse) ProtoMessage()

func (*GetRoundedCornerResponse) ProtoReflect

func (x *GetRoundedCornerResponse) ProtoReflect() protoreflect.Message

func (*GetRoundedCornerResponse) Reset

func (x *GetRoundedCornerResponse) Reset()

func (*GetRoundedCornerResponse) String

func (x *GetRoundedCornerResponse) String() string

type GetShapeRequest

type GetShapeRequest struct {
	// contains filtered or unexported fields
}

func (*GetShapeRequest) Descriptor deprecated

func (*GetShapeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetShapeRequest.ProtoReflect.Descriptor instead.

func (*GetShapeRequest) ProtoMessage

func (*GetShapeRequest) ProtoMessage()

func (*GetShapeRequest) ProtoReflect

func (x *GetShapeRequest) ProtoReflect() protoreflect.Message

func (*GetShapeRequest) Reset

func (x *GetShapeRequest) Reset()

func (*GetShapeRequest) String

func (x *GetShapeRequest) String() string

type GetShapeResponse

type GetShapeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShapeResponse) Descriptor deprecated

func (*GetShapeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetShapeResponse.ProtoReflect.Descriptor instead.

func (*GetShapeResponse) GetResult

func (x *GetShapeResponse) GetResult() int64

func (*GetShapeResponse) ProtoMessage

func (*GetShapeResponse) ProtoMessage()

func (*GetShapeResponse) ProtoReflect

func (x *GetShapeResponse) ProtoReflect() protoreflect.Message

func (*GetShapeResponse) Reset

func (x *GetShapeResponse) Reset()

func (*GetShapeResponse) String

func (x *GetShapeResponse) String() string

type GetSizeRequest

type GetSizeRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSizeRequest) Descriptor deprecated

func (*GetSizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSizeRequest.ProtoReflect.Descriptor instead.

func (*GetSizeRequest) GetArg0

func (x *GetSizeRequest) GetArg0() int64

func (*GetSizeRequest) ProtoMessage

func (*GetSizeRequest) ProtoMessage()

func (*GetSizeRequest) ProtoReflect

func (x *GetSizeRequest) ProtoReflect() protoreflect.Message

func (*GetSizeRequest) Reset

func (x *GetSizeRequest) Reset()

func (*GetSizeRequest) String

func (x *GetSizeRequest) String() string

type GetSizeResponse

type GetSizeResponse struct {
	// contains filtered or unexported fields
}

func (*GetSizeResponse) Descriptor deprecated

func (*GetSizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSizeResponse.ProtoReflect.Descriptor instead.

func (*GetSizeResponse) ProtoMessage

func (*GetSizeResponse) ProtoMessage()

func (*GetSizeResponse) ProtoReflect

func (x *GetSizeResponse) ProtoReflect() protoreflect.Message

func (*GetSizeResponse) Reset

func (x *GetSizeResponse) Reset()

func (*GetSizeResponse) String

func (x *GetSizeResponse) String() string

type GetStateRequest

type GetStateRequest struct {
	// contains filtered or unexported fields
}

func (*GetStateRequest) Descriptor deprecated

func (*GetStateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetStateRequest.ProtoReflect.Descriptor instead.

func (*GetStateRequest) ProtoMessage

func (*GetStateRequest) ProtoMessage()

func (*GetStateRequest) ProtoReflect

func (x *GetStateRequest) ProtoReflect() protoreflect.Message

func (*GetStateRequest) Reset

func (x *GetStateRequest) Reset()

func (*GetStateRequest) String

func (x *GetStateRequest) String() string

type GetStateResponse

type GetStateResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStateResponse) Descriptor deprecated

func (*GetStateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetStateResponse.ProtoReflect.Descriptor instead.

func (*GetStateResponse) GetResult

func (x *GetStateResponse) GetResult() int32

func (*GetStateResponse) ProtoMessage

func (*GetStateResponse) ProtoMessage()

func (*GetStateResponse) ProtoReflect

func (x *GetStateResponse) ProtoReflect() protoreflect.Message

func (*GetStateResponse) Reset

func (x *GetStateResponse) Reset()

func (*GetStateResponse) String

func (x *GetStateResponse) String() string

type GetSuggestedFrameRateRequest

type GetSuggestedFrameRateRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSuggestedFrameRateRequest) Descriptor deprecated

func (*GetSuggestedFrameRateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSuggestedFrameRateRequest.ProtoReflect.Descriptor instead.

func (*GetSuggestedFrameRateRequest) GetArg0

func (x *GetSuggestedFrameRateRequest) GetArg0() int32

func (*GetSuggestedFrameRateRequest) ProtoMessage

func (*GetSuggestedFrameRateRequest) ProtoMessage()

func (*GetSuggestedFrameRateRequest) ProtoReflect

func (*GetSuggestedFrameRateRequest) Reset

func (x *GetSuggestedFrameRateRequest) Reset()

func (*GetSuggestedFrameRateRequest) String

type GetSuggestedFrameRateResponse

type GetSuggestedFrameRateResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSuggestedFrameRateResponse) Descriptor deprecated

func (*GetSuggestedFrameRateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSuggestedFrameRateResponse.ProtoReflect.Descriptor instead.

func (*GetSuggestedFrameRateResponse) GetResult

func (x *GetSuggestedFrameRateResponse) GetResult() float32

func (*GetSuggestedFrameRateResponse) ProtoMessage

func (*GetSuggestedFrameRateResponse) ProtoMessage()

func (*GetSuggestedFrameRateResponse) ProtoReflect

func (*GetSuggestedFrameRateResponse) Reset

func (x *GetSuggestedFrameRateResponse) Reset()

func (*GetSuggestedFrameRateResponse) String

type GetSupportedModesRequest

type GetSupportedModesRequest struct {
	// contains filtered or unexported fields
}

func (*GetSupportedModesRequest) Descriptor deprecated

func (*GetSupportedModesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSupportedModesRequest.ProtoReflect.Descriptor instead.

func (*GetSupportedModesRequest) ProtoMessage

func (*GetSupportedModesRequest) ProtoMessage()

func (*GetSupportedModesRequest) ProtoReflect

func (x *GetSupportedModesRequest) ProtoReflect() protoreflect.Message

func (*GetSupportedModesRequest) Reset

func (x *GetSupportedModesRequest) Reset()

func (*GetSupportedModesRequest) String

func (x *GetSupportedModesRequest) String() string

type GetSupportedModesResponse

type GetSupportedModesResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSupportedModesResponse) Descriptor deprecated

func (*GetSupportedModesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSupportedModesResponse.ProtoReflect.Descriptor instead.

func (*GetSupportedModesResponse) GetResult

func (x *GetSupportedModesResponse) GetResult() int64

func (*GetSupportedModesResponse) ProtoMessage

func (*GetSupportedModesResponse) ProtoMessage()

func (*GetSupportedModesResponse) ProtoReflect

func (*GetSupportedModesResponse) Reset

func (x *GetSupportedModesResponse) Reset()

func (*GetSupportedModesResponse) String

func (x *GetSupportedModesResponse) String() string

type GetSupportedRefreshRatesRequest

type GetSupportedRefreshRatesRequest struct {
	// contains filtered or unexported fields
}

func (*GetSupportedRefreshRatesRequest) Descriptor deprecated

func (*GetSupportedRefreshRatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSupportedRefreshRatesRequest.ProtoReflect.Descriptor instead.

func (*GetSupportedRefreshRatesRequest) ProtoMessage

func (*GetSupportedRefreshRatesRequest) ProtoMessage()

func (*GetSupportedRefreshRatesRequest) ProtoReflect

func (*GetSupportedRefreshRatesRequest) Reset

func (*GetSupportedRefreshRatesRequest) String

type GetSupportedRefreshRatesResponse

type GetSupportedRefreshRatesResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSupportedRefreshRatesResponse) Descriptor deprecated

func (*GetSupportedRefreshRatesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSupportedRefreshRatesResponse.ProtoReflect.Descriptor instead.

func (*GetSupportedRefreshRatesResponse) GetResult

func (x *GetSupportedRefreshRatesResponse) GetResult() int64

func (*GetSupportedRefreshRatesResponse) ProtoMessage

func (*GetSupportedRefreshRatesResponse) ProtoMessage()

func (*GetSupportedRefreshRatesResponse) ProtoReflect

func (*GetSupportedRefreshRatesResponse) Reset

func (*GetSupportedRefreshRatesResponse) String

type GetWidthRequest

type GetWidthRequest struct {
	// contains filtered or unexported fields
}

func (*GetWidthRequest) Descriptor deprecated

func (*GetWidthRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWidthRequest.ProtoReflect.Descriptor instead.

func (*GetWidthRequest) ProtoMessage

func (*GetWidthRequest) ProtoMessage()

func (*GetWidthRequest) ProtoReflect

func (x *GetWidthRequest) ProtoReflect() protoreflect.Message

func (*GetWidthRequest) Reset

func (x *GetWidthRequest) Reset()

func (*GetWidthRequest) String

func (x *GetWidthRequest) String() string

type GetWidthResponse

type GetWidthResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWidthResponse) Descriptor deprecated

func (*GetWidthResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWidthResponse.ProtoReflect.Descriptor instead.

func (*GetWidthResponse) GetResult

func (x *GetWidthResponse) GetResult() int32

func (*GetWidthResponse) ProtoMessage

func (*GetWidthResponse) ProtoMessage()

func (*GetWidthResponse) ProtoReflect

func (x *GetWidthResponse) ProtoReflect() protoreflect.Message

func (*GetWidthResponse) Reset

func (x *GetWidthResponse) Reset()

func (*GetWidthResponse) String

func (x *GetWidthResponse) String() string

type HasArrSupportRequest

type HasArrSupportRequest struct {
	// contains filtered or unexported fields
}

func (*HasArrSupportRequest) Descriptor deprecated

func (*HasArrSupportRequest) Descriptor() ([]byte, []int)

Deprecated: Use HasArrSupportRequest.ProtoReflect.Descriptor instead.

func (*HasArrSupportRequest) ProtoMessage

func (*HasArrSupportRequest) ProtoMessage()

func (*HasArrSupportRequest) ProtoReflect

func (x *HasArrSupportRequest) ProtoReflect() protoreflect.Message

func (*HasArrSupportRequest) Reset

func (x *HasArrSupportRequest) Reset()

func (*HasArrSupportRequest) String

func (x *HasArrSupportRequest) String() string

type HasArrSupportResponse

type HasArrSupportResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HasArrSupportResponse) Descriptor deprecated

func (*HasArrSupportResponse) Descriptor() ([]byte, []int)

Deprecated: Use HasArrSupportResponse.ProtoReflect.Descriptor instead.

func (*HasArrSupportResponse) GetResult

func (x *HasArrSupportResponse) GetResult() bool

func (*HasArrSupportResponse) ProtoMessage

func (*HasArrSupportResponse) ProtoMessage()

func (*HasArrSupportResponse) ProtoReflect

func (x *HasArrSupportResponse) ProtoReflect() protoreflect.Message

func (*HasArrSupportResponse) Reset

func (x *HasArrSupportResponse) Reset()

func (*HasArrSupportResponse) String

func (x *HasArrSupportResponse) String() string

type HashCodeRequest

type HashCodeRequest struct {
	// contains filtered or unexported fields
}

func (*HashCodeRequest) Descriptor deprecated

func (*HashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) ProtoMessage

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect

func (x *HashCodeRequest) ProtoReflect() protoreflect.Message

func (*HashCodeRequest) Reset

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String

func (x *HashCodeRequest) String() string

type HashCodeResponse

type HashCodeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeResponse) Descriptor deprecated

func (*HashCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect

func (x *HashCodeResponse) ProtoReflect() protoreflect.Message

func (*HashCodeResponse) Reset

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String

func (x *HashCodeResponse) String() string

type IsHdrRequest

type IsHdrRequest struct {
	// contains filtered or unexported fields
}

func (*IsHdrRequest) Descriptor deprecated

func (*IsHdrRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsHdrRequest.ProtoReflect.Descriptor instead.

func (*IsHdrRequest) ProtoMessage

func (*IsHdrRequest) ProtoMessage()

func (*IsHdrRequest) ProtoReflect

func (x *IsHdrRequest) ProtoReflect() protoreflect.Message

func (*IsHdrRequest) Reset

func (x *IsHdrRequest) Reset()

func (*IsHdrRequest) String

func (x *IsHdrRequest) String() string

type IsHdrResponse

type IsHdrResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsHdrResponse) Descriptor deprecated

func (*IsHdrResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsHdrResponse.ProtoReflect.Descriptor instead.

func (*IsHdrResponse) GetResult

func (x *IsHdrResponse) GetResult() bool

func (*IsHdrResponse) ProtoMessage

func (*IsHdrResponse) ProtoMessage()

func (*IsHdrResponse) ProtoReflect

func (x *IsHdrResponse) ProtoReflect() protoreflect.Message

func (*IsHdrResponse) Reset

func (x *IsHdrResponse) Reset()

func (*IsHdrResponse) String

func (x *IsHdrResponse) String() string

type IsHdrSdrRatioAvailableRequest

type IsHdrSdrRatioAvailableRequest struct {
	// contains filtered or unexported fields
}

func (*IsHdrSdrRatioAvailableRequest) Descriptor deprecated

func (*IsHdrSdrRatioAvailableRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsHdrSdrRatioAvailableRequest.ProtoReflect.Descriptor instead.

func (*IsHdrSdrRatioAvailableRequest) ProtoMessage

func (*IsHdrSdrRatioAvailableRequest) ProtoMessage()

func (*IsHdrSdrRatioAvailableRequest) ProtoReflect

func (*IsHdrSdrRatioAvailableRequest) Reset

func (x *IsHdrSdrRatioAvailableRequest) Reset()

func (*IsHdrSdrRatioAvailableRequest) String

type IsHdrSdrRatioAvailableResponse

type IsHdrSdrRatioAvailableResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsHdrSdrRatioAvailableResponse) Descriptor deprecated

func (*IsHdrSdrRatioAvailableResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsHdrSdrRatioAvailableResponse.ProtoReflect.Descriptor instead.

func (*IsHdrSdrRatioAvailableResponse) GetResult

func (x *IsHdrSdrRatioAvailableResponse) GetResult() bool

func (*IsHdrSdrRatioAvailableResponse) ProtoMessage

func (*IsHdrSdrRatioAvailableResponse) ProtoMessage()

func (*IsHdrSdrRatioAvailableResponse) ProtoReflect

func (*IsHdrSdrRatioAvailableResponse) Reset

func (x *IsHdrSdrRatioAvailableResponse) Reset()

func (*IsHdrSdrRatioAvailableResponse) String

type IsMinimalPostProcessingSupportedRequest

type IsMinimalPostProcessingSupportedRequest struct {
	// contains filtered or unexported fields
}

func (*IsMinimalPostProcessingSupportedRequest) Descriptor deprecated

func (*IsMinimalPostProcessingSupportedRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsMinimalPostProcessingSupportedRequest.ProtoReflect.Descriptor instead.

func (*IsMinimalPostProcessingSupportedRequest) ProtoMessage

func (*IsMinimalPostProcessingSupportedRequest) ProtoReflect

func (*IsMinimalPostProcessingSupportedRequest) Reset

func (*IsMinimalPostProcessingSupportedRequest) String

type IsMinimalPostProcessingSupportedResponse

type IsMinimalPostProcessingSupportedResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsMinimalPostProcessingSupportedResponse) Descriptor deprecated

func (*IsMinimalPostProcessingSupportedResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsMinimalPostProcessingSupportedResponse.ProtoReflect.Descriptor instead.

func (*IsMinimalPostProcessingSupportedResponse) GetResult

func (*IsMinimalPostProcessingSupportedResponse) ProtoMessage

func (*IsMinimalPostProcessingSupportedResponse) ProtoReflect

func (*IsMinimalPostProcessingSupportedResponse) Reset

func (*IsMinimalPostProcessingSupportedResponse) String

type IsValidRequest

type IsValidRequest struct {
	// contains filtered or unexported fields
}

func (*IsValidRequest) Descriptor deprecated

func (*IsValidRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsValidRequest.ProtoReflect.Descriptor instead.

func (*IsValidRequest) ProtoMessage

func (*IsValidRequest) ProtoMessage()

func (*IsValidRequest) ProtoReflect

func (x *IsValidRequest) ProtoReflect() protoreflect.Message

func (*IsValidRequest) Reset

func (x *IsValidRequest) Reset()

func (*IsValidRequest) String

func (x *IsValidRequest) String() string

type IsValidResponse

type IsValidResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsValidResponse) Descriptor deprecated

func (*IsValidResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsValidResponse.ProtoReflect.Descriptor instead.

func (*IsValidResponse) GetResult

func (x *IsValidResponse) GetResult() bool

func (*IsValidResponse) ProtoMessage

func (*IsValidResponse) ProtoMessage()

func (*IsValidResponse) ProtoReflect

func (x *IsValidResponse) ProtoReflect() protoreflect.Message

func (*IsValidResponse) Reset

func (x *IsValidResponse) Reset()

func (*IsValidResponse) String

func (x *IsValidResponse) String() string

type IsWideColorGamutRequest

type IsWideColorGamutRequest struct {
	// contains filtered or unexported fields
}

func (*IsWideColorGamutRequest) Descriptor deprecated

func (*IsWideColorGamutRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsWideColorGamutRequest.ProtoReflect.Descriptor instead.

func (*IsWideColorGamutRequest) ProtoMessage

func (*IsWideColorGamutRequest) ProtoMessage()

func (*IsWideColorGamutRequest) ProtoReflect

func (x *IsWideColorGamutRequest) ProtoReflect() protoreflect.Message

func (*IsWideColorGamutRequest) Reset

func (x *IsWideColorGamutRequest) Reset()

func (*IsWideColorGamutRequest) String

func (x *IsWideColorGamutRequest) String() string

type IsWideColorGamutResponse

type IsWideColorGamutResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsWideColorGamutResponse) Descriptor deprecated

func (*IsWideColorGamutResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsWideColorGamutResponse.ProtoReflect.Descriptor instead.

func (*IsWideColorGamutResponse) GetResult

func (x *IsWideColorGamutResponse) GetResult() bool

func (*IsWideColorGamutResponse) ProtoMessage

func (*IsWideColorGamutResponse) ProtoMessage()

func (*IsWideColorGamutResponse) ProtoReflect

func (x *IsWideColorGamutResponse) ProtoReflect() protoreflect.Message

func (*IsWideColorGamutResponse) Reset

func (x *IsWideColorGamutResponse) Reset()

func (*IsWideColorGamutResponse) String

func (x *IsWideColorGamutResponse) String() string

type MetricsServiceClient added in v0.0.4

type MetricsServiceClient interface {
	Equals1(ctx context.Context, in *Equals1Request, opts ...grpc.CallOption) (*Equals1Response, error)
	Equals1_1(ctx context.Context, in *Equals1_1Request, opts ...grpc.CallOption) (*Equals1_1Response, error)
	HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
	SetTo(ctx context.Context, in *SetToRequest, opts ...grpc.CallOption) (*SetToResponse, error)
	SetToDefaults(ctx context.Context, in *SetToDefaultsRequest, opts ...grpc.CallOption) (*SetToDefaultsResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
}

MetricsServiceClient is the client API for MetricsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMetricsServiceClient added in v0.0.4

func NewMetricsServiceClient(cc grpc.ClientConnInterface) MetricsServiceClient

type MetricsServiceServer added in v0.0.4

type MetricsServiceServer interface {
	Equals1(context.Context, *Equals1Request) (*Equals1Response, error)
	Equals1_1(context.Context, *Equals1_1Request) (*Equals1_1Response, error)
	HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
	SetTo(context.Context, *SetToRequest) (*SetToResponse, error)
	SetToDefaults(context.Context, *SetToDefaultsRequest) (*SetToDefaultsResponse, error)
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	// contains filtered or unexported methods
}

MetricsServiceServer is the server API for MetricsService service. All implementations must embed UnimplementedMetricsServiceServer for forward compatibility.

type RegisterHdrSdrRatioChangedListenerRequest

type RegisterHdrSdrRatioChangedListenerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterHdrSdrRatioChangedListenerRequest) Descriptor deprecated

func (*RegisterHdrSdrRatioChangedListenerRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegisterHdrSdrRatioChangedListenerRequest.ProtoReflect.Descriptor instead.

func (*RegisterHdrSdrRatioChangedListenerRequest) GetArg0

func (*RegisterHdrSdrRatioChangedListenerRequest) GetArg1

func (*RegisterHdrSdrRatioChangedListenerRequest) ProtoMessage

func (*RegisterHdrSdrRatioChangedListenerRequest) ProtoReflect

func (*RegisterHdrSdrRatioChangedListenerRequest) Reset

func (*RegisterHdrSdrRatioChangedListenerRequest) String

type RegisterHdrSdrRatioChangedListenerResponse

type RegisterHdrSdrRatioChangedListenerResponse struct {
	// contains filtered or unexported fields
}

func (*RegisterHdrSdrRatioChangedListenerResponse) Descriptor deprecated

Deprecated: Use RegisterHdrSdrRatioChangedListenerResponse.ProtoReflect.Descriptor instead.

func (*RegisterHdrSdrRatioChangedListenerResponse) ProtoMessage

func (*RegisterHdrSdrRatioChangedListenerResponse) ProtoReflect

func (*RegisterHdrSdrRatioChangedListenerResponse) Reset

func (*RegisterHdrSdrRatioChangedListenerResponse) String

type RemoveViewImmediateRequest added in v0.0.4

type RemoveViewImmediateRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveViewImmediateRequest) Descriptor deprecated added in v0.0.4

func (*RemoveViewImmediateRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveViewImmediateRequest.ProtoReflect.Descriptor instead.

func (*RemoveViewImmediateRequest) GetArg0 added in v0.0.4

func (x *RemoveViewImmediateRequest) GetArg0() int64

func (*RemoveViewImmediateRequest) ProtoMessage added in v0.0.4

func (*RemoveViewImmediateRequest) ProtoMessage()

func (*RemoveViewImmediateRequest) ProtoReflect added in v0.0.4

func (*RemoveViewImmediateRequest) Reset added in v0.0.4

func (x *RemoveViewImmediateRequest) Reset()

func (*RemoveViewImmediateRequest) String added in v0.0.4

func (x *RemoveViewImmediateRequest) String() string

type RemoveViewImmediateResponse added in v0.0.4

type RemoveViewImmediateResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveViewImmediateResponse) Descriptor deprecated added in v0.0.4

func (*RemoveViewImmediateResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveViewImmediateResponse.ProtoReflect.Descriptor instead.

func (*RemoveViewImmediateResponse) ProtoMessage added in v0.0.4

func (*RemoveViewImmediateResponse) ProtoMessage()

func (*RemoveViewImmediateResponse) ProtoReflect added in v0.0.4

func (*RemoveViewImmediateResponse) Reset added in v0.0.4

func (x *RemoveViewImmediateResponse) Reset()

func (*RemoveViewImmediateResponse) String added in v0.0.4

func (x *RemoveViewImmediateResponse) String() string

type SetToDefaultsRequest

type SetToDefaultsRequest struct {
	// contains filtered or unexported fields
}

func (*SetToDefaultsRequest) Descriptor deprecated

func (*SetToDefaultsRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetToDefaultsRequest.ProtoReflect.Descriptor instead.

func (*SetToDefaultsRequest) ProtoMessage

func (*SetToDefaultsRequest) ProtoMessage()

func (*SetToDefaultsRequest) ProtoReflect

func (x *SetToDefaultsRequest) ProtoReflect() protoreflect.Message

func (*SetToDefaultsRequest) Reset

func (x *SetToDefaultsRequest) Reset()

func (*SetToDefaultsRequest) String

func (x *SetToDefaultsRequest) String() string

type SetToDefaultsResponse

type SetToDefaultsResponse struct {
	// contains filtered or unexported fields
}

func (*SetToDefaultsResponse) Descriptor deprecated

func (*SetToDefaultsResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetToDefaultsResponse.ProtoReflect.Descriptor instead.

func (*SetToDefaultsResponse) ProtoMessage

func (*SetToDefaultsResponse) ProtoMessage()

func (*SetToDefaultsResponse) ProtoReflect

func (x *SetToDefaultsResponse) ProtoReflect() protoreflect.Message

func (*SetToDefaultsResponse) Reset

func (x *SetToDefaultsResponse) Reset()

func (*SetToDefaultsResponse) String

func (x *SetToDefaultsResponse) String() string

type SetToRequest

type SetToRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetToRequest) Descriptor deprecated

func (*SetToRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetToRequest.ProtoReflect.Descriptor instead.

func (*SetToRequest) GetArg0

func (x *SetToRequest) GetArg0() int64

func (*SetToRequest) ProtoMessage

func (*SetToRequest) ProtoMessage()

func (*SetToRequest) ProtoReflect

func (x *SetToRequest) ProtoReflect() protoreflect.Message

func (*SetToRequest) Reset

func (x *SetToRequest) Reset()

func (*SetToRequest) String

func (x *SetToRequest) String() string

type SetToResponse

type SetToResponse struct {
	// contains filtered or unexported fields
}

func (*SetToResponse) Descriptor deprecated

func (*SetToResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetToResponse.ProtoReflect.Descriptor instead.

func (*SetToResponse) ProtoMessage

func (*SetToResponse) ProtoMessage()

func (*SetToResponse) ProtoReflect

func (x *SetToResponse) ProtoReflect() protoreflect.Message

func (*SetToResponse) Reset

func (x *SetToResponse) Reset()

func (*SetToResponse) String

func (x *SetToResponse) String() string

type ToStringRequest

type ToStringRequest struct {
	// contains filtered or unexported fields
}

func (*ToStringRequest) Descriptor deprecated

func (*ToStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) ProtoMessage

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect

func (x *ToStringRequest) ProtoReflect() protoreflect.Message

func (*ToStringRequest) Reset

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String

func (x *ToStringRequest) String() string

type ToStringResponse

type ToStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringResponse) Descriptor deprecated

func (*ToStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect

func (x *ToStringResponse) ProtoReflect() protoreflect.Message

func (*ToStringResponse) Reset

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String

func (x *ToStringResponse) String() string

type UnimplementedDisplayServiceServer

type UnimplementedDisplayServiceServer struct{}

UnimplementedDisplayServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedDisplayServiceServer) GetCurrentSizeRange

func (UnimplementedDisplayServiceServer) GetCutout

func (UnimplementedDisplayServiceServer) GetDisplayId

func (UnimplementedDisplayServiceServer) GetFlags

func (UnimplementedDisplayServiceServer) GetHdrCapabilities

func (UnimplementedDisplayServiceServer) GetHdrSdrRatio

func (UnimplementedDisplayServiceServer) GetHeight

func (UnimplementedDisplayServiceServer) GetMetrics

func (UnimplementedDisplayServiceServer) GetMode

func (UnimplementedDisplayServiceServer) GetName

func (UnimplementedDisplayServiceServer) GetOrientation

func (UnimplementedDisplayServiceServer) GetOverlaySupport

func (UnimplementedDisplayServiceServer) GetPixelFormat

func (UnimplementedDisplayServiceServer) GetRealMetrics

func (UnimplementedDisplayServiceServer) GetRealSize

func (UnimplementedDisplayServiceServer) GetRectSize

func (UnimplementedDisplayServiceServer) GetRefreshRate

func (UnimplementedDisplayServiceServer) GetRotation

func (UnimplementedDisplayServiceServer) GetRoundedCorner

func (UnimplementedDisplayServiceServer) GetShape

func (UnimplementedDisplayServiceServer) GetSize

func (UnimplementedDisplayServiceServer) GetState

func (UnimplementedDisplayServiceServer) GetSupportedModes

func (UnimplementedDisplayServiceServer) GetWidth

func (UnimplementedDisplayServiceServer) HasArrSupport

func (UnimplementedDisplayServiceServer) IsHdr

func (UnimplementedDisplayServiceServer) IsValid

func (UnimplementedDisplayServiceServer) IsWideColorGamut

func (UnimplementedDisplayServiceServer) ToString

type UnimplementedMetricsServiceServer added in v0.0.4

type UnimplementedMetricsServiceServer struct{}

UnimplementedMetricsServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedMetricsServiceServer) Equals1 added in v0.0.4

func (UnimplementedMetricsServiceServer) Equals1_1 added in v0.0.4

func (UnimplementedMetricsServiceServer) HashCode added in v0.0.4

func (UnimplementedMetricsServiceServer) SetTo added in v0.0.4

func (UnimplementedMetricsServiceServer) SetToDefaults added in v0.0.4

func (UnimplementedMetricsServiceServer) ToString added in v0.0.4

type UnimplementedWindowManagerServiceServer added in v0.0.4

type UnimplementedWindowManagerServiceServer struct{}

UnimplementedWindowManagerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedWindowManagerServiceServer) GetDefaultDisplay added in v0.0.4

func (UnimplementedWindowManagerServiceServer) RemoveViewImmediate added in v0.0.4

type UnregisterHdrSdrRatioChangedListenerRequest

type UnregisterHdrSdrRatioChangedListenerRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*UnregisterHdrSdrRatioChangedListenerRequest) Descriptor deprecated

Deprecated: Use UnregisterHdrSdrRatioChangedListenerRequest.ProtoReflect.Descriptor instead.

func (*UnregisterHdrSdrRatioChangedListenerRequest) GetArg0

func (*UnregisterHdrSdrRatioChangedListenerRequest) ProtoMessage

func (*UnregisterHdrSdrRatioChangedListenerRequest) ProtoReflect

func (*UnregisterHdrSdrRatioChangedListenerRequest) Reset

func (*UnregisterHdrSdrRatioChangedListenerRequest) String

type UnregisterHdrSdrRatioChangedListenerResponse

type UnregisterHdrSdrRatioChangedListenerResponse struct {
	// contains filtered or unexported fields
}

func (*UnregisterHdrSdrRatioChangedListenerResponse) Descriptor deprecated

Deprecated: Use UnregisterHdrSdrRatioChangedListenerResponse.ProtoReflect.Descriptor instead.

func (*UnregisterHdrSdrRatioChangedListenerResponse) ProtoMessage

func (*UnregisterHdrSdrRatioChangedListenerResponse) ProtoReflect

func (*UnregisterHdrSdrRatioChangedListenerResponse) Reset

func (*UnregisterHdrSdrRatioChangedListenerResponse) String

type UnsafeDisplayServiceServer

type UnsafeDisplayServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDisplayServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DisplayServiceServer will result in compilation errors.

type UnsafeMetricsServiceServer added in v0.0.4

type UnsafeMetricsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeMetricsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MetricsServiceServer will result in compilation errors.

type UnsafeWindowManagerServiceServer added in v0.0.4

type UnsafeWindowManagerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeWindowManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WindowManagerServiceServer will result in compilation errors.

type WindowManagerServiceClient added in v0.0.4

type WindowManagerServiceClient interface {
	GetDefaultDisplay(ctx context.Context, in *GetDefaultDisplayRequest, opts ...grpc.CallOption) (*GetDefaultDisplayResponse, error)
	RemoveViewImmediate(ctx context.Context, in *RemoveViewImmediateRequest, opts ...grpc.CallOption) (*RemoveViewImmediateResponse, error)
}

WindowManagerServiceClient is the client API for WindowManagerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewWindowManagerServiceClient added in v0.0.4

func NewWindowManagerServiceClient(cc grpc.ClientConnInterface) WindowManagerServiceClient

type WindowManagerServiceServer added in v0.0.4

type WindowManagerServiceServer interface {
	GetDefaultDisplay(context.Context, *GetDefaultDisplayRequest) (*GetDefaultDisplayResponse, error)
	RemoveViewImmediate(context.Context, *RemoveViewImmediateRequest) (*RemoveViewImmediateResponse, error)
	// contains filtered or unexported methods
}

WindowManagerServiceServer is the server API for WindowManagerService service. All implementations must embed UnimplementedWindowManagerServiceServer for forward compatibility.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL