Documentation
¶
Index ¶
- type BackEventServer
- func (s *BackEventServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *BackEventServer) GetFrameTimeMillis(_ context.Context, req *pb.GetFrameTimeMillisRequest) (*pb.GetFrameTimeMillisResponse, error)
- func (s *BackEventServer) GetProgress(_ context.Context, req *pb.GetProgressRequest) (*pb.GetProgressResponse, error)
- func (s *BackEventServer) GetSwipeEdge(_ context.Context, req *pb.GetSwipeEdgeRequest) (*pb.GetSwipeEdgeResponse, error)
- func (s *BackEventServer) GetTouchX(_ context.Context, req *pb.GetTouchXRequest) (*pb.GetTouchXResponse, error)
- func (s *BackEventServer) GetTouchY(_ context.Context, req *pb.GetTouchYRequest) (*pb.GetTouchYResponse, error)
- func (s *BackEventServer) NewBackEvent(_ context.Context, req *pb.NewBackEventRequest) (*pb.NewBackEventResponse, error)
- func (s *BackEventServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type SurfaceSyncGroupServer
- func (s *SurfaceSyncGroupServer) Add2(_ context.Context, req *pb.Add2Request) (*pb.Add2Response, error)
- func (s *SurfaceSyncGroupServer) Add2_1(_ context.Context, req *pb.Add2_1Request) (*pb.Add2_1Response, error)
- func (s *SurfaceSyncGroupServer) AddTransaction(_ context.Context, req *pb.AddTransactionRequest) (*pb.AddTransactionResponse, error)
- func (s *SurfaceSyncGroupServer) MarkSyncReady(_ context.Context, req *pb.MarkSyncReadyRequest) (*pb.MarkSyncReadyResponse, error)
- func (s *SurfaceSyncGroupServer) NewSurfaceSyncGroup(_ context.Context, req *pb.NewSurfaceSyncGroupRequest) (*pb.NewSurfaceSyncGroupResponse, error)
- type TrustedPresentationThresholdsServer
- func (s *TrustedPresentationThresholdsServer) DescribeContents(_ context.Context, ...) (*pb.DescribeContentsResponse, error)
- func (s *TrustedPresentationThresholdsServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
- func (s *TrustedPresentationThresholdsServer) GetMinAlpha(_ context.Context, req *pb.GetMinAlphaRequest) (*pb.GetMinAlphaResponse, error)
- func (s *TrustedPresentationThresholdsServer) GetMinFractionRendered(_ context.Context, req *pb.GetMinFractionRenderedRequest) (*pb.GetMinFractionRenderedResponse, error)
- func (s *TrustedPresentationThresholdsServer) GetStabilityRequirementMillis(_ context.Context, req *pb.GetStabilityRequirementMillisRequest) (*pb.GetStabilityRequirementMillisResponse, error)
- func (s *TrustedPresentationThresholdsServer) HashCode(_ context.Context, req *pb.TrustedPresentationThresholdsHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *TrustedPresentationThresholdsServer) NewTrustedPresentationThresholds(_ context.Context, req *pb.NewTrustedPresentationThresholdsRequest) (*pb.NewTrustedPresentationThresholdsResponse, error)
- func (s *TrustedPresentationThresholdsServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *TrustedPresentationThresholdsServer) WriteToParcel(_ context.Context, req *pb.TrustedPresentationThresholdsWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackEventServer ¶
type BackEventServer struct {
pb.UnimplementedBackEventServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
BackEventServer implements pb.BackEventServiceServer.
func (*BackEventServer) Equals ¶
func (s *BackEventServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*BackEventServer) GetFrameTimeMillis ¶
func (s *BackEventServer) GetFrameTimeMillis(_ context.Context, req *pb.GetFrameTimeMillisRequest) (*pb.GetFrameTimeMillisResponse, error)
func (*BackEventServer) GetProgress ¶
func (s *BackEventServer) GetProgress(_ context.Context, req *pb.GetProgressRequest) (*pb.GetProgressResponse, error)
func (*BackEventServer) GetSwipeEdge ¶
func (s *BackEventServer) GetSwipeEdge(_ context.Context, req *pb.GetSwipeEdgeRequest) (*pb.GetSwipeEdgeResponse, error)
func (*BackEventServer) GetTouchX ¶
func (s *BackEventServer) GetTouchX(_ context.Context, req *pb.GetTouchXRequest) (*pb.GetTouchXResponse, error)
func (*BackEventServer) GetTouchY ¶
func (s *BackEventServer) GetTouchY(_ context.Context, req *pb.GetTouchYRequest) (*pb.GetTouchYResponse, error)
func (*BackEventServer) NewBackEvent ¶
func (s *BackEventServer) NewBackEvent(_ context.Context, req *pb.NewBackEventRequest) (*pb.NewBackEventResponse, error)
func (*BackEventServer) ToString ¶
func (s *BackEventServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type SurfaceSyncGroupServer ¶
type SurfaceSyncGroupServer struct {
pb.UnimplementedSurfaceSyncGroupServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SurfaceSyncGroupServer implements pb.SurfaceSyncGroupServiceServer.
func (*SurfaceSyncGroupServer) Add2 ¶
func (s *SurfaceSyncGroupServer) Add2(_ context.Context, req *pb.Add2Request) (*pb.Add2Response, error)
func (*SurfaceSyncGroupServer) Add2_1 ¶
func (s *SurfaceSyncGroupServer) Add2_1(_ context.Context, req *pb.Add2_1Request) (*pb.Add2_1Response, error)
func (*SurfaceSyncGroupServer) AddTransaction ¶
func (s *SurfaceSyncGroupServer) AddTransaction(_ context.Context, req *pb.AddTransactionRequest) (*pb.AddTransactionResponse, error)
func (*SurfaceSyncGroupServer) MarkSyncReady ¶
func (s *SurfaceSyncGroupServer) MarkSyncReady(_ context.Context, req *pb.MarkSyncReadyRequest) (*pb.MarkSyncReadyResponse, error)
func (*SurfaceSyncGroupServer) NewSurfaceSyncGroup ¶
func (s *SurfaceSyncGroupServer) NewSurfaceSyncGroup(_ context.Context, req *pb.NewSurfaceSyncGroupRequest) (*pb.NewSurfaceSyncGroupResponse, error)
type TrustedPresentationThresholdsServer ¶
type TrustedPresentationThresholdsServer struct {
pb.UnimplementedTrustedPresentationThresholdsServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
TrustedPresentationThresholdsServer implements pb.TrustedPresentationThresholdsServiceServer.
func (*TrustedPresentationThresholdsServer) DescribeContents ¶
func (s *TrustedPresentationThresholdsServer) DescribeContents(_ context.Context, req *pb.TrustedPresentationThresholdsDescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*TrustedPresentationThresholdsServer) Equals ¶
func (s *TrustedPresentationThresholdsServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error)
func (*TrustedPresentationThresholdsServer) GetMinAlpha ¶
func (s *TrustedPresentationThresholdsServer) GetMinAlpha(_ context.Context, req *pb.GetMinAlphaRequest) (*pb.GetMinAlphaResponse, error)
func (*TrustedPresentationThresholdsServer) GetMinFractionRendered ¶
func (s *TrustedPresentationThresholdsServer) GetMinFractionRendered(_ context.Context, req *pb.GetMinFractionRenderedRequest) (*pb.GetMinFractionRenderedResponse, error)
func (*TrustedPresentationThresholdsServer) GetStabilityRequirementMillis ¶
func (s *TrustedPresentationThresholdsServer) GetStabilityRequirementMillis(_ context.Context, req *pb.GetStabilityRequirementMillisRequest) (*pb.GetStabilityRequirementMillisResponse, error)
func (*TrustedPresentationThresholdsServer) HashCode ¶
func (s *TrustedPresentationThresholdsServer) HashCode(_ context.Context, req *pb.TrustedPresentationThresholdsHashCodeRequest) (*pb.HashCodeResponse, error)
func (*TrustedPresentationThresholdsServer) NewTrustedPresentationThresholds ¶
func (s *TrustedPresentationThresholdsServer) NewTrustedPresentationThresholds(_ context.Context, req *pb.NewTrustedPresentationThresholdsRequest) (*pb.NewTrustedPresentationThresholdsResponse, error)
func (*TrustedPresentationThresholdsServer) ToString ¶
func (s *TrustedPresentationThresholdsServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*TrustedPresentationThresholdsServer) WriteToParcel ¶
func (s *TrustedPresentationThresholdsServer) WriteToParcel(_ context.Context, req *pb.TrustedPresentationThresholdsWriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Click to show internal directories.
Click to hide internal directories.