util

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TransactionIRemoteMemoryIntArrayPeekInstance                     = binder.FirstCallTransaction + 0
	TransactionIRemoteMemoryIntArrayCreate                           = binder.FirstCallTransaction + 1
	TransactionIRemoteMemoryIntArrayIsWritable                       = binder.FirstCallTransaction + 2
	TransactionIRemoteMemoryIntArrayGet                              = binder.FirstCallTransaction + 3
	TransactionIRemoteMemoryIntArraySet                              = binder.FirstCallTransaction + 4
	TransactionIRemoteMemoryIntArraySize                             = binder.FirstCallTransaction + 5
	TransactionIRemoteMemoryIntArrayClose                            = binder.FirstCallTransaction + 6
	TransactionIRemoteMemoryIntArrayIsClosed                         = binder.FirstCallTransaction + 7
	TransactionIRemoteMemoryIntArrayAccessLastElementInRemoteProcess = binder.FirstCallTransaction + 8
)
View Source
const DescriptorIRemoteMemoryIntArray = "android.util.IRemoteMemoryIntArray"

Variables

This section is empty.

Functions

This section is empty.

Types

type IRemoteMemoryIntArray

type IRemoteMemoryIntArray interface {
	AsBinder() binder.IBinder
	PeekInstance(ctx context.Context) (MemoryIntArray, error)
	Create(ctx context.Context, size int32) error
	IsWritable(ctx context.Context) (bool, error)
	Get(ctx context.Context, index int32) (int32, error)
	Set(ctx context.Context, index int32, value int32) error
	Size(ctx context.Context) (int32, error)
	Close(ctx context.Context) error
	IsClosed(ctx context.Context) (bool, error)
	AccessLastElementInRemoteProcess(ctx context.Context, array MemoryIntArray) error
}

type MemoryIntArray

type MemoryIntArray struct {
}

func (*MemoryIntArray) MarshalParcel

func (s *MemoryIntArray) MarshalParcel(
	p *parcel.Parcel,
) error

func (*MemoryIntArray) UnmarshalParcel

func (s *MemoryIntArray) UnmarshalParcel(
	p *parcel.Parcel,
) error

type MergedConfiguration

type MergedConfiguration struct {
}

func (*MergedConfiguration) MarshalParcel

func (s *MergedConfiguration) MarshalParcel(
	p *parcel.Parcel,
) error

func (*MergedConfiguration) UnmarshalParcel

func (s *MergedConfiguration) UnmarshalParcel(
	p *parcel.Parcel,
) error

type RemoteMemoryIntArrayProxy

type RemoteMemoryIntArrayProxy struct {
	// contains filtered or unexported fields
}

func NewRemoteMemoryIntArrayProxy

func NewRemoteMemoryIntArrayProxy(
	remote binder.IBinder,
) *RemoteMemoryIntArrayProxy

func (*RemoteMemoryIntArrayProxy) AccessLastElementInRemoteProcess

func (p *RemoteMemoryIntArrayProxy) AccessLastElementInRemoteProcess(
	ctx context.Context,
	array MemoryIntArray,
) error

func (*RemoteMemoryIntArrayProxy) AsBinder

func (*RemoteMemoryIntArrayProxy) Close

func (*RemoteMemoryIntArrayProxy) Create

func (p *RemoteMemoryIntArrayProxy) Create(
	ctx context.Context,
	size int32,
) error

func (*RemoteMemoryIntArrayProxy) Get

func (p *RemoteMemoryIntArrayProxy) Get(
	ctx context.Context,
	index int32,
) (int32, error)

func (*RemoteMemoryIntArrayProxy) IsClosed

func (p *RemoteMemoryIntArrayProxy) IsClosed(
	ctx context.Context,
) (bool, error)

func (*RemoteMemoryIntArrayProxy) IsWritable

func (p *RemoteMemoryIntArrayProxy) IsWritable(
	ctx context.Context,
) (bool, error)

func (*RemoteMemoryIntArrayProxy) PeekInstance

func (p *RemoteMemoryIntArrayProxy) PeekInstance(
	ctx context.Context,
) (MemoryIntArray, error)

func (*RemoteMemoryIntArrayProxy) Set

func (p *RemoteMemoryIntArrayProxy) Set(
	ctx context.Context,
	index int32,
	value int32,
) error

func (*RemoteMemoryIntArrayProxy) Size

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL