Versions in this module Expand all Collapse all v0 v0.0.6 Mar 22, 2026 v0.0.5 Mar 22, 2026 Changes in this version + const DescriptorIInputProcessor + const MethodIInputProcessorClassify + const MethodIInputProcessorReset + const MethodIInputProcessorResetDevice + const TransactionIInputProcessorClassify + const TransactionIInputProcessorReset + const TransactionIInputProcessorResetDevice + type IInputProcessor interface + AsBinder func() binder.IBinder + Classify func(ctx context.Context, event common.MotionEvent) (common.Classification, error) + Reset func(ctx context.Context) error + ResetDevice func(ctx context.Context, deviceId int32) error + func NewInputProcessorStub(impl IInputProcessorServer) IInputProcessor + type IInputProcessorServer interface + Classify func(ctx context.Context, event common.MotionEvent) (common.Classification, error) + Reset func(ctx context.Context) error + ResetDevice func(ctx context.Context, deviceId int32) error + type InputProcessorProxy struct + Remote binder.IBinder + func NewInputProcessorProxy(remote binder.IBinder) *InputProcessorProxy + func (p *InputProcessorProxy) AsBinder() binder.IBinder + func (p *InputProcessorProxy) Classify(ctx context.Context, event common.MotionEvent) (common.Classification, error) + func (p *InputProcessorProxy) Reset(ctx context.Context) error + func (p *InputProcessorProxy) ResetDevice(ctx context.Context, deviceId int32) error + type InputProcessorStub struct + Impl IInputProcessor + Transport binder.VersionAwareTransport + func (s *InputProcessorStub) Descriptor() string + func (s *InputProcessorStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error)