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 DescriptorIDumpstateDevice + const IDumpstateDeviceErrorDeviceLoggingNotEnabled + const IDumpstateDeviceErrorUnsupportedMode + const MethodIDumpstateDeviceDumpstateBoard + const MethodIDumpstateDeviceGetVerboseLoggingEnabled + const MethodIDumpstateDeviceSetVerboseLoggingEnabled + const TransactionIDumpstateDeviceDumpstateBoard + const TransactionIDumpstateDeviceGetVerboseLoggingEnabled + const TransactionIDumpstateDeviceSetVerboseLoggingEnabled + type DumpstateDeviceProxy struct + Remote binder.IBinder + func NewDumpstateDeviceProxy(remote binder.IBinder) *DumpstateDeviceProxy + func (p *DumpstateDeviceProxy) AsBinder() binder.IBinder + func (p *DumpstateDeviceProxy) DumpstateBoard(ctx context.Context, fd []int32, mode IDumpstateDeviceDumpstateMode, ...) error + func (p *DumpstateDeviceProxy) GetVerboseLoggingEnabled(ctx context.Context) (bool, error) + func (p *DumpstateDeviceProxy) SetVerboseLoggingEnabled(ctx context.Context, enable bool) error + type DumpstateDeviceStub struct + Impl IDumpstateDevice + Transport binder.VersionAwareTransport + func (s *DumpstateDeviceStub) Descriptor() string + func (s *DumpstateDeviceStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error) + type IDumpstateDevice interface + AsBinder func() binder.IBinder + DumpstateBoard func(ctx context.Context, fd []int32, mode IDumpstateDeviceDumpstateMode, ...) error + GetVerboseLoggingEnabled func(ctx context.Context) (bool, error) + SetVerboseLoggingEnabled func(ctx context.Context, enable bool) error + func NewDumpstateDeviceStub(impl IDumpstateDeviceServer) IDumpstateDevice + type IDumpstateDeviceDumpstateMode int32 + const IDumpstateDeviceDumpstateModeCONNECTIVITY + const IDumpstateDeviceDumpstateModeDEFAULT + const IDumpstateDeviceDumpstateModeFULL + const IDumpstateDeviceDumpstateModeINTERACTIVE + const IDumpstateDeviceDumpstateModePROTO + const IDumpstateDeviceDumpstateModeREMOTE + const IDumpstateDeviceDumpstateModeWEAR + const IDumpstateDeviceDumpstateModeWIFI + type IDumpstateDeviceServer interface + DumpstateBoard func(ctx context.Context, fd []int32, mode IDumpstateDeviceDumpstateMode, ...) error + GetVerboseLoggingEnabled func(ctx context.Context) (bool, error) + SetVerboseLoggingEnabled func(ctx context.Context, enable bool) error