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 DescriptorIRemoteMemoryIntArray + const MethodIRemoteMemoryIntArrayAccessLastElementInRemoteProcess + const MethodIRemoteMemoryIntArrayClose + const MethodIRemoteMemoryIntArrayCreate + const MethodIRemoteMemoryIntArrayGet + const MethodIRemoteMemoryIntArrayIsClosed + const MethodIRemoteMemoryIntArrayIsWritable + const MethodIRemoteMemoryIntArrayPeekInstance + const MethodIRemoteMemoryIntArraySet + const MethodIRemoteMemoryIntArraySize + const TransactionIRemoteMemoryIntArrayAccessLastElementInRemoteProcess + const TransactionIRemoteMemoryIntArrayClose + const TransactionIRemoteMemoryIntArrayCreate + const TransactionIRemoteMemoryIntArrayGet + const TransactionIRemoteMemoryIntArrayIsClosed + const TransactionIRemoteMemoryIntArrayIsWritable + const TransactionIRemoteMemoryIntArrayPeekInstance + const TransactionIRemoteMemoryIntArraySet + const TransactionIRemoteMemoryIntArraySize + type IRemoteMemoryIntArray interface + AccessLastElementInRemoteProcess func(ctx context.Context, array MemoryIntArray) error + AsBinder func() binder.IBinder + Close func(ctx context.Context) error + Create func(ctx context.Context, size int32) error + Get func(ctx context.Context, index int32) (int32, error) + IsClosed func(ctx context.Context) (bool, error) + IsWritable func(ctx context.Context) (bool, error) + PeekInstance func(ctx context.Context) (MemoryIntArray, error) + Set func(ctx context.Context, index int32, value int32) error + Size func(ctx context.Context) (int32, error) + func NewRemoteMemoryIntArrayStub(impl IRemoteMemoryIntArrayServer) IRemoteMemoryIntArray + type IRemoteMemoryIntArrayServer interface + AccessLastElementInRemoteProcess func(ctx context.Context, array MemoryIntArray) error + Close func(ctx context.Context) error + Create func(ctx context.Context, size int32) error + Get func(ctx context.Context, index int32) (int32, error) + IsClosed func(ctx context.Context) (bool, error) + IsWritable func(ctx context.Context) (bool, error) + PeekInstance func(ctx context.Context) (MemoryIntArray, error) + Set func(ctx context.Context, index int32, value int32) error + Size func(ctx context.Context) (int32, error) + type MemoryIntArray struct + func (s *MemoryIntArray) MarshalParcel(p *parcel.Parcel) error + func (s *MemoryIntArray) UnmarshalParcel(p *parcel.Parcel) error + type MergedConfiguration struct + func (s *MergedConfiguration) MarshalParcel(p *parcel.Parcel) error + func (s *MergedConfiguration) UnmarshalParcel(p *parcel.Parcel) error + type RemoteMemoryIntArrayProxy struct + Remote binder.IBinder + func NewRemoteMemoryIntArrayProxy(remote binder.IBinder) *RemoteMemoryIntArrayProxy + func (p *RemoteMemoryIntArrayProxy) AccessLastElementInRemoteProcess(ctx context.Context, array MemoryIntArray) error + func (p *RemoteMemoryIntArrayProxy) AsBinder() binder.IBinder + func (p *RemoteMemoryIntArrayProxy) Close(ctx context.Context) error + func (p *RemoteMemoryIntArrayProxy) Create(ctx context.Context, size int32) error + func (p *RemoteMemoryIntArrayProxy) Get(ctx context.Context, index int32) (int32, error) + func (p *RemoteMemoryIntArrayProxy) IsClosed(ctx context.Context) (bool, error) + func (p *RemoteMemoryIntArrayProxy) IsWritable(ctx context.Context) (bool, error) + func (p *RemoteMemoryIntArrayProxy) PeekInstance(ctx context.Context) (MemoryIntArray, error) + func (p *RemoteMemoryIntArrayProxy) Set(ctx context.Context, index int32, value int32) error + func (p *RemoteMemoryIntArrayProxy) Size(ctx context.Context) (int32, error) + type RemoteMemoryIntArrayStub struct + Impl IRemoteMemoryIntArray + Transport binder.VersionAwareTransport + func (s *RemoteMemoryIntArrayStub) Descriptor() string + func (s *RemoteMemoryIntArrayStub) OnTransaction(ctx context.Context, code binder.TransactionCode, _data *parcel.Parcel) (*parcel.Parcel, error)