Documentation
¶
Index ¶
- type EnvelopeEffectInfoClient
- func (c *EnvelopeEffectInfoClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *EnvelopeEffectInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *EnvelopeEffectInfoClient) GetMaxControlPointDurationMillis(ctx context.Context) (int64, error)
- func (c *EnvelopeEffectInfoClient) GetMaxDurationMillis(ctx context.Context) (int64, error)
- func (c *EnvelopeEffectInfoClient) GetMaxSize(ctx context.Context) (int32, error)
- func (c *EnvelopeEffectInfoClient) GetMinControlPointDurationMillis(ctx context.Context) (int64, error)
- func (c *EnvelopeEffectInfoClient) HashCode(ctx context.Context) (int32, error)
- func (c *EnvelopeEffectInfoClient) ToString(ctx context.Context) (string, error)
- func (c *EnvelopeEffectInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type FrequencyProfileClient
- func (c *FrequencyProfileClient) GetFrequenciesOutputAcceleration(ctx context.Context) (int64, error)
- func (c *FrequencyProfileClient) GetFrequencyRange(ctx context.Context, arg0 float32) (int64, error)
- func (c *FrequencyProfileClient) GetMaxFrequencyHz(ctx context.Context) (float32, error)
- func (c *FrequencyProfileClient) GetMaxOutputAccelerationGs(ctx context.Context) (float32, error)
- func (c *FrequencyProfileClient) GetMinFrequencyHz(ctx context.Context) (float32, error)
- func (c *FrequencyProfileClient) GetOutputAccelerationGs(ctx context.Context, arg0 float32) (float32, error)
- type VibratorClient
- func (c *VibratorClient) AreAllEffectsSupported(ctx context.Context, arg0 int64) (int32, error)
- func (c *VibratorClient) AreAllPrimitivesSupported(ctx context.Context, arg0 int64) (bool, error)
- func (c *VibratorClient) AreEffectsSupported(ctx context.Context, arg0 int64) (int64, error)
- func (c *VibratorClient) AreEnvelopeEffectsSupported(ctx context.Context) (bool, error)
- func (c *VibratorClient) ArePrimitivesSupported(ctx context.Context, arg0 int64) (int64, error)
- func (c *VibratorClient) Cancel(ctx context.Context) error
- func (c *VibratorClient) GetEnvelopeEffectInfo(ctx context.Context) (int64, error)
- func (c *VibratorClient) GetFrequencyProfile(ctx context.Context) (int64, error)
- func (c *VibratorClient) GetId(ctx context.Context) (int32, error)
- func (c *VibratorClient) GetPrimitiveDurations(ctx context.Context, arg0 int64) (int64, error)
- func (c *VibratorClient) GetQFactor(ctx context.Context) (float32, error)
- func (c *VibratorClient) GetResonantFrequency(ctx context.Context) (float32, error)
- func (c *VibratorClient) HasAmplitudeControl(ctx context.Context) (bool, error)
- func (c *VibratorClient) HasVibrator(ctx context.Context) (bool, error)
- func (c *VibratorClient) Vibrate1(ctx context.Context, arg0 int64) error
- func (c *VibratorClient) Vibrate1_3(ctx context.Context, arg0 int64) error
- func (c *VibratorClient) Vibrate2_1(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *VibratorClient) Vibrate2_2(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *VibratorClient) Vibrate2_4(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *VibratorClient) Vibrate2_5(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *VibratorClient) Vibrate3_6(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvelopeEffectInfoClient ¶ added in v0.0.6
type EnvelopeEffectInfoClient struct {
// contains filtered or unexported fields
}
EnvelopeEffectInfoClient wraps the gRPC EnvelopeEffectInfoService client.
func NewEnvelopeEffectInfoClient ¶ added in v0.0.6
func NewEnvelopeEffectInfoClient(cc grpc.ClientConnInterface) *EnvelopeEffectInfoClient
NewEnvelopeEffectInfoClient creates a new EnvelopeEffectInfo client.
func (*EnvelopeEffectInfoClient) DescribeContents ¶ added in v0.0.6
func (c *EnvelopeEffectInfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*EnvelopeEffectInfoClient) GetMaxControlPointDurationMillis ¶ added in v0.0.6
func (c *EnvelopeEffectInfoClient) GetMaxControlPointDurationMillis(ctx context.Context) (int64, error)
GetMaxControlPointDurationMillis calls the GetMaxControlPointDurationMillis RPC.
func (*EnvelopeEffectInfoClient) GetMaxDurationMillis ¶ added in v0.0.6
func (c *EnvelopeEffectInfoClient) GetMaxDurationMillis(ctx context.Context) (int64, error)
GetMaxDurationMillis calls the GetMaxDurationMillis RPC.
func (*EnvelopeEffectInfoClient) GetMaxSize ¶ added in v0.0.6
func (c *EnvelopeEffectInfoClient) GetMaxSize(ctx context.Context) (int32, error)
GetMaxSize calls the GetMaxSize RPC.
func (*EnvelopeEffectInfoClient) GetMinControlPointDurationMillis ¶ added in v0.0.6
func (c *EnvelopeEffectInfoClient) GetMinControlPointDurationMillis(ctx context.Context) (int64, error)
GetMinControlPointDurationMillis calls the GetMinControlPointDurationMillis RPC.
func (*EnvelopeEffectInfoClient) HashCode ¶ added in v0.0.6
func (c *EnvelopeEffectInfoClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*EnvelopeEffectInfoClient) ToString ¶ added in v0.0.6
func (c *EnvelopeEffectInfoClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*EnvelopeEffectInfoClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.
type FrequencyProfileClient ¶ added in v0.0.6
type FrequencyProfileClient struct {
// contains filtered or unexported fields
}
FrequencyProfileClient wraps the gRPC FrequencyProfileService client.
func NewFrequencyProfileClient ¶ added in v0.0.6
func NewFrequencyProfileClient(cc grpc.ClientConnInterface) *FrequencyProfileClient
NewFrequencyProfileClient creates a new FrequencyProfile client.
func (*FrequencyProfileClient) GetFrequenciesOutputAcceleration ¶ added in v0.0.6
func (c *FrequencyProfileClient) GetFrequenciesOutputAcceleration(ctx context.Context) (int64, error)
GetFrequenciesOutputAcceleration calls the GetFrequenciesOutputAcceleration RPC.
func (*FrequencyProfileClient) GetFrequencyRange ¶ added in v0.0.6
func (c *FrequencyProfileClient) GetFrequencyRange(ctx context.Context, arg0 float32) (int64, error)
GetFrequencyRange calls the GetFrequencyRange RPC.
func (*FrequencyProfileClient) GetMaxFrequencyHz ¶ added in v0.0.6
func (c *FrequencyProfileClient) GetMaxFrequencyHz(ctx context.Context) (float32, error)
GetMaxFrequencyHz calls the GetMaxFrequencyHz RPC.
func (*FrequencyProfileClient) GetMaxOutputAccelerationGs ¶ added in v0.0.6
func (c *FrequencyProfileClient) GetMaxOutputAccelerationGs(ctx context.Context) (float32, error)
GetMaxOutputAccelerationGs calls the GetMaxOutputAccelerationGs RPC.
func (*FrequencyProfileClient) GetMinFrequencyHz ¶ added in v0.0.6
func (c *FrequencyProfileClient) GetMinFrequencyHz(ctx context.Context) (float32, error)
GetMinFrequencyHz calls the GetMinFrequencyHz RPC.
func (*FrequencyProfileClient) GetOutputAccelerationGs ¶ added in v0.0.6
func (c *FrequencyProfileClient) GetOutputAccelerationGs(ctx context.Context, arg0 float32) (float32, error)
GetOutputAccelerationGs calls the GetOutputAccelerationGs RPC.
type VibratorClient ¶ added in v0.0.6
type VibratorClient struct {
// contains filtered or unexported fields
}
VibratorClient wraps the gRPC VibratorService client.
func NewVibratorClient ¶ added in v0.0.6
func NewVibratorClient(cc grpc.ClientConnInterface) *VibratorClient
NewVibratorClient creates a new Vibrator client.
func (*VibratorClient) AreAllEffectsSupported ¶ added in v0.0.6
AreAllEffectsSupported calls the AreAllEffectsSupported RPC.
func (*VibratorClient) AreAllPrimitivesSupported ¶ added in v0.0.6
AreAllPrimitivesSupported calls the AreAllPrimitivesSupported RPC.
func (*VibratorClient) AreEffectsSupported ¶ added in v0.0.6
AreEffectsSupported calls the AreEffectsSupported RPC.
func (*VibratorClient) AreEnvelopeEffectsSupported ¶ added in v0.0.6
func (c *VibratorClient) AreEnvelopeEffectsSupported(ctx context.Context) (bool, error)
AreEnvelopeEffectsSupported calls the AreEnvelopeEffectsSupported RPC.
func (*VibratorClient) ArePrimitivesSupported ¶ added in v0.0.6
ArePrimitivesSupported calls the ArePrimitivesSupported RPC.
func (*VibratorClient) Cancel ¶ added in v0.0.6
func (c *VibratorClient) Cancel(ctx context.Context) error
Cancel calls the Cancel RPC.
func (*VibratorClient) GetEnvelopeEffectInfo ¶ added in v0.0.6
func (c *VibratorClient) GetEnvelopeEffectInfo(ctx context.Context) (int64, error)
GetEnvelopeEffectInfo calls the GetEnvelopeEffectInfo RPC.
func (*VibratorClient) GetFrequencyProfile ¶ added in v0.0.6
func (c *VibratorClient) GetFrequencyProfile(ctx context.Context) (int64, error)
GetFrequencyProfile calls the GetFrequencyProfile RPC.
func (*VibratorClient) GetId ¶ added in v0.0.6
func (c *VibratorClient) GetId(ctx context.Context) (int32, error)
GetId calls the GetId RPC.
func (*VibratorClient) GetPrimitiveDurations ¶ added in v0.0.6
GetPrimitiveDurations calls the GetPrimitiveDurations RPC.
func (*VibratorClient) GetQFactor ¶ added in v0.0.6
func (c *VibratorClient) GetQFactor(ctx context.Context) (float32, error)
GetQFactor calls the GetQFactor RPC.
func (*VibratorClient) GetResonantFrequency ¶ added in v0.0.6
func (c *VibratorClient) GetResonantFrequency(ctx context.Context) (float32, error)
GetResonantFrequency calls the GetResonantFrequency RPC.
func (*VibratorClient) HasAmplitudeControl ¶ added in v0.0.6
func (c *VibratorClient) HasAmplitudeControl(ctx context.Context) (bool, error)
HasAmplitudeControl calls the HasAmplitudeControl RPC.
func (*VibratorClient) HasVibrator ¶ added in v0.0.6
func (c *VibratorClient) HasVibrator(ctx context.Context) (bool, error)
HasVibrator calls the HasVibrator RPC.
func (*VibratorClient) Vibrate1 ¶ added in v0.0.6
func (c *VibratorClient) Vibrate1(ctx context.Context, arg0 int64) error
Vibrate1 calls the Vibrate1 RPC.
func (*VibratorClient) Vibrate1_3 ¶ added in v0.0.6
func (c *VibratorClient) Vibrate1_3(ctx context.Context, arg0 int64) error
Vibrate1_3 calls the Vibrate1_3 RPC.
func (*VibratorClient) Vibrate2_1 ¶ added in v0.0.6
Vibrate2_1 calls the Vibrate2_1 RPC.
func (*VibratorClient) Vibrate2_2 ¶ added in v0.0.6
Vibrate2_2 calls the Vibrate2_2 RPC.
func (*VibratorClient) Vibrate2_4 ¶ added in v0.0.6
Vibrate2_4 calls the Vibrate2_4 RPC.
func (*VibratorClient) Vibrate2_5 ¶ added in v0.0.6
Vibrate2_5 calls the Vibrate2_5 RPC.
func (*VibratorClient) Vibrate3_6 ¶ added in v0.0.6
Vibrate3_6 calls the Vibrate3_6 RPC.