Documentation
¶
Index ¶
- Constants
- type AidlStuffProxy
- type BinderNdkUnitTestProxy
- func (p *BinderNdkUnitTestProxy) AsBinder() binder.IBinder
- func (p *BinderNdkUnitTestProxy) ForceFlushCommands(ctx context.Context) error
- func (p *BinderNdkUnitTestProxy) ForcePersist(ctx context.Context, persist bool) error
- func (p *BinderNdkUnitTestProxy) GetsRequestedSid(ctx context.Context) (bool, error)
- func (p *BinderNdkUnitTestProxy) RepeatInt(ctx context.Context, a int32) (int32, error)
- func (p *BinderNdkUnitTestProxy) SetCustomActiveServicesCallback(ctx context.Context) error
- func (p *BinderNdkUnitTestProxy) TakeInterface(ctx context.Context, test IEmpty) error
- type BinderRecordReplayTestProxy
- func (p *BinderRecordReplayTestProxy) AsBinder() binder.IBinder
- func (p *BinderRecordReplayTestProxy) GetBinder(ctx context.Context) (binder.IBinder, error)
- func (p *BinderRecordReplayTestProxy) GetBoolean(ctx context.Context) (bool, error)
- func (p *BinderRecordReplayTestProxy) GetBooleanArray(ctx context.Context) ([]bool, error)
- func (p *BinderRecordReplayTestProxy) GetByte(ctx context.Context) (byte, error)
- func (p *BinderRecordReplayTestProxy) GetByteArray(ctx context.Context) ([]byte, error)
- func (p *BinderRecordReplayTestProxy) GetChar(ctx context.Context) (uint16, error)
- func (p *BinderRecordReplayTestProxy) GetCharArray(ctx context.Context) ([]uint16, error)
- func (p *BinderRecordReplayTestProxy) GetDouble(ctx context.Context) (float64, error)
- func (p *BinderRecordReplayTestProxy) GetDoubleArray(ctx context.Context) ([]float64, error)
- func (p *BinderRecordReplayTestProxy) GetFileDescriptor(ctx context.Context) (interface{}, error)
- func (p *BinderRecordReplayTestProxy) GetFloat(ctx context.Context) (float32, error)
- func (p *BinderRecordReplayTestProxy) GetFloatArray(ctx context.Context) ([]float32, error)
- func (p *BinderRecordReplayTestProxy) GetInt(ctx context.Context) (int32, error)
- func (p *BinderRecordReplayTestProxy) GetIntArray(ctx context.Context) ([]int32, error)
- func (p *BinderRecordReplayTestProxy) GetLong(ctx context.Context) (int64, error)
- func (p *BinderRecordReplayTestProxy) GetLongArray(ctx context.Context) ([]int64, error)
- func (p *BinderRecordReplayTestProxy) GetSingleDataParcelable(ctx context.Context) (parcelables.SingleDataParcelable, error)
- func (p *BinderRecordReplayTestProxy) GetSingleDataParcelableArray(ctx context.Context) ([]parcelables.SingleDataParcelable, error)
- func (p *BinderRecordReplayTestProxy) GetString(ctx context.Context) (string, error)
- func (p *BinderRecordReplayTestProxy) GetStringArray(ctx context.Context) ([]string, error)
- func (p *BinderRecordReplayTestProxy) SetBinder(ctx context.Context, binder_ binder.IBinder) error
- func (p *BinderRecordReplayTestProxy) SetBoolean(ctx context.Context, input bool) error
- func (p *BinderRecordReplayTestProxy) SetBooleanArray(ctx context.Context, input []bool) error
- func (p *BinderRecordReplayTestProxy) SetByte(ctx context.Context, input byte) error
- func (p *BinderRecordReplayTestProxy) SetByteArray(ctx context.Context, input []byte) error
- func (p *BinderRecordReplayTestProxy) SetChar(ctx context.Context, input uint16) error
- func (p *BinderRecordReplayTestProxy) SetCharArray(ctx context.Context, input []uint16) error
- func (p *BinderRecordReplayTestProxy) SetDouble(ctx context.Context, input float64) error
- func (p *BinderRecordReplayTestProxy) SetDoubleArray(ctx context.Context, input []float64) error
- func (p *BinderRecordReplayTestProxy) SetFileDescriptor(ctx context.Context, fd interface{}) error
- func (p *BinderRecordReplayTestProxy) SetFloat(ctx context.Context, input float32) error
- func (p *BinderRecordReplayTestProxy) SetFloatArray(ctx context.Context, input []float32) error
- func (p *BinderRecordReplayTestProxy) SetInt(ctx context.Context, input int32) error
- func (p *BinderRecordReplayTestProxy) SetIntArray(ctx context.Context, input []int32) error
- func (p *BinderRecordReplayTestProxy) SetLong(ctx context.Context, input int64) error
- func (p *BinderRecordReplayTestProxy) SetLongArray(ctx context.Context, input []int64) error
- func (p *BinderRecordReplayTestProxy) SetSingleDataParcelable(ctx context.Context, p_ parcelables.SingleDataParcelable) error
- func (p *BinderRecordReplayTestProxy) SetSingleDataParcelableArray(ctx context.Context, input []parcelables.SingleDataParcelable) error
- func (p *BinderRecordReplayTestProxy) SetString(ctx context.Context, input string) error
- func (p *BinderRecordReplayTestProxy) SetStringArray(ctx context.Context, input []string) error
- type BinderRpcBenchmarkProxy
- func (p *BinderRpcBenchmarkProxy) AsBinder() binder.IBinder
- func (p *BinderRpcBenchmarkProxy) GimmeBinder(ctx context.Context) (binder.IBinder, error)
- func (p *BinderRpcBenchmarkProxy) RepeatBinder(ctx context.Context, binder_ binder.IBinder) (binder.IBinder, error)
- func (p *BinderRpcBenchmarkProxy) RepeatBytes(ctx context.Context, bytes []byte) ([]byte, error)
- func (p *BinderRpcBenchmarkProxy) RepeatString(ctx context.Context, str string) (string, error)
- func (p *BinderRpcBenchmarkProxy) WaitGimmesDestroyed(ctx context.Context) error
- type BinderRpcCallbackProxy
- type BinderRpcSessionProxy
- type BinderRpcTestClientInfo
- type BinderRpcTestProxy
- func (p *BinderRpcTestProxy) AlwaysGiveMeTheSameBinder(ctx context.Context) (binder.IBinder, error)
- func (p *BinderRpcTestProxy) AsBinder() binder.IBinder
- func (p *BinderRpcTestProxy) BlockingRecvFd(ctx context.Context) (int32, error)
- func (p *BinderRpcTestProxy) BlockingRecvInt(ctx context.Context) (int32, error)
- func (p *BinderRpcTestProxy) BlockingSendFdOneway(ctx context.Context, fd int32) error
- func (p *BinderRpcTestProxy) BlockingSendIntOneway(ctx context.Context, n int32) error
- func (p *BinderRpcTestProxy) ConcatFiles(ctx context.Context, files []int32) (int32, error)
- func (p *BinderRpcTestProxy) CountBinders(ctx context.Context) ([]int32, error)
- func (p *BinderRpcTestProxy) Die(ctx context.Context, cleanup bool) error
- func (p *BinderRpcTestProxy) DoCallback(ctx context.Context, callback IBinderRpcCallback, isOneway bool, delayed bool, ...) error
- func (p *BinderRpcTestProxy) DoCallbackAsync(ctx context.Context, callback IBinderRpcCallback, isOneway bool, delayed bool, ...) error
- func (p *BinderRpcTestProxy) DoubleString(ctx context.Context, str string) (string, error)
- func (p *BinderRpcTestProxy) EchoAsFile(ctx context.Context, content string) (int32, error)
- func (p *BinderRpcTestProxy) GetClientPort(ctx context.Context) (int32, error)
- func (p *BinderRpcTestProxy) GetHeldBinder(ctx context.Context) (binder.IBinder, error)
- func (p *BinderRpcTestProxy) GetNullBinder(ctx context.Context) (binder.IBinder, error)
- func (p *BinderRpcTestProxy) GetNumOpenSessions(ctx context.Context) (int32, error)
- func (p *BinderRpcTestProxy) HoldBinder(ctx context.Context, binder_ binder.IBinder) error
- func (p *BinderRpcTestProxy) Lock(ctx context.Context) error
- func (p *BinderRpcTestProxy) LockUnlock(ctx context.Context) error
- func (p *BinderRpcTestProxy) NestMe(ctx context.Context, binder_ IBinderRpcTest, calls int32) error
- func (p *BinderRpcTestProxy) OpenSession(ctx context.Context, name string) (IBinderRpcSession, error)
- func (p *BinderRpcTestProxy) PingMe(ctx context.Context, binder_ binder.IBinder) (int32, error)
- func (p *BinderRpcTestProxy) RepeatBinder(ctx context.Context, binder_ binder.IBinder) (binder.IBinder, error)
- func (p *BinderRpcTestProxy) RepeatBytes(ctx context.Context, bytes []byte) ([]byte, error)
- func (p *BinderRpcTestProxy) ScheduleShutdown(ctx context.Context) error
- func (p *BinderRpcTestProxy) SendString(ctx context.Context, str string) error
- func (p *BinderRpcTestProxy) SleepMs(ctx context.Context, ms int32) error
- func (p *BinderRpcTestProxy) SleepMsAsync(ctx context.Context, ms int32) error
- func (p *BinderRpcTestProxy) UnlockInMsAsync(ctx context.Context, ms int32) error
- func (p *BinderRpcTestProxy) UseKernelBinderCallingId(ctx context.Context) error
- type BinderRpcTestServerConfig
- type BinderRpcTestServerInfo
- type BinderRustNdkInteropTestOtherProxy
- type BinderRustNdkInteropTestProxy
- type BinderStabilityTestProxy
- func (p *BinderStabilityTestProxy) AsBinder() binder.IBinder
- func (p *BinderStabilityTestProxy) ReturnLocalStabilityBinder(ctx context.Context) (binder.IBinder, error)
- func (p *BinderStabilityTestProxy) ReturnNoStabilityBinder(ctx context.Context) (binder.IBinder, error)
- func (p *BinderStabilityTestProxy) ReturnVendorStabilityBinder(ctx context.Context) (binder.IBinder, error)
- func (p *BinderStabilityTestProxy) ReturnVintfStabilityBinder(ctx context.Context) (binder.IBinder, error)
- func (p *BinderStabilityTestProxy) SendAndCallBinder(ctx context.Context, binder_ binder.IBinder) error
- func (p *BinderStabilityTestProxy) SendBinder(ctx context.Context, binder_ binder.IBinder) error
- type BinderVendorDoubleLoadTestProxy
- type EmptyProxy
- type IAidlStuff
- type IBinderNdkUnitTest
- type IBinderRecordReplayTest
- type IBinderRpcBenchmark
- type IBinderRpcCallback
- type IBinderRpcSession
- type IBinderRpcTest
- type IBinderRustNdkInteropTest
- type IBinderRustNdkInteropTestOther
- type IBinderStabilityTest
- type IBinderVendorDoubleLoadTest
- type IEmpty
- type ITestService
- type ParcelableCertificateData
- type TestServiceProxy
- func (p *TestServiceProxy) AsBinder() binder.IBinder
- func (p *TestServiceProxy) SetBooleanData(ctx context.Context, input bool) error
- func (p *TestServiceProxy) SetCharData(ctx context.Context, input uint16) error
- func (p *TestServiceProxy) SetIntData(ctx context.Context, input int32) error
- func (p *TestServiceProxy) SetService(ctx context.Context, service ITestService) error
Constants ¶
View Source
const ( TransactionIAidlStuffCallLocal = binder.FirstCallTransaction + 0 TransactionIAidlStuffCall = binder.FirstCallTransaction + 1 )
View Source
const ( TransactionIBinderNdkUnitTestRepeatInt = binder.FirstCallTransaction + 0 TransactionIBinderNdkUnitTestTakeInterface = binder.FirstCallTransaction + 1 TransactionIBinderNdkUnitTestForceFlushCommands = binder.FirstCallTransaction + 2 TransactionIBinderNdkUnitTestGetsRequestedSid = binder.FirstCallTransaction + 3 TransactionIBinderNdkUnitTestForcePersist = binder.FirstCallTransaction + 4 TransactionIBinderNdkUnitTestSetCustomActiveServicesCallback = binder.FirstCallTransaction + 5 )
View Source
const ( TransactionIBinderRecordReplayTestSetByte = binder.FirstCallTransaction + 0 TransactionIBinderRecordReplayTestGetByte = binder.FirstCallTransaction + 1 TransactionIBinderRecordReplayTestSetChar = binder.FirstCallTransaction + 2 TransactionIBinderRecordReplayTestGetChar = binder.FirstCallTransaction + 3 TransactionIBinderRecordReplayTestSetBoolean = binder.FirstCallTransaction + 4 TransactionIBinderRecordReplayTestGetBoolean = binder.FirstCallTransaction + 5 TransactionIBinderRecordReplayTestSetInt = binder.FirstCallTransaction + 6 TransactionIBinderRecordReplayTestGetInt = binder.FirstCallTransaction + 7 TransactionIBinderRecordReplayTestSetFloat = binder.FirstCallTransaction + 8 TransactionIBinderRecordReplayTestGetFloat = binder.FirstCallTransaction + 9 TransactionIBinderRecordReplayTestSetLong = binder.FirstCallTransaction + 10 TransactionIBinderRecordReplayTestGetLong = binder.FirstCallTransaction + 11 TransactionIBinderRecordReplayTestSetDouble = binder.FirstCallTransaction + 12 TransactionIBinderRecordReplayTestGetDouble = binder.FirstCallTransaction + 13 TransactionIBinderRecordReplayTestSetString = binder.FirstCallTransaction + 14 TransactionIBinderRecordReplayTestGetString = binder.FirstCallTransaction + 15 TransactionIBinderRecordReplayTestSetSingleDataParcelable = binder.FirstCallTransaction + 16 TransactionIBinderRecordReplayTestGetSingleDataParcelable = binder.FirstCallTransaction + 17 TransactionIBinderRecordReplayTestSetByteArray = binder.FirstCallTransaction + 18 TransactionIBinderRecordReplayTestGetByteArray = binder.FirstCallTransaction + 19 TransactionIBinderRecordReplayTestSetCharArray = binder.FirstCallTransaction + 20 TransactionIBinderRecordReplayTestGetCharArray = binder.FirstCallTransaction + 21 TransactionIBinderRecordReplayTestSetBooleanArray = binder.FirstCallTransaction + 22 TransactionIBinderRecordReplayTestGetBooleanArray = binder.FirstCallTransaction + 23 TransactionIBinderRecordReplayTestSetIntArray = binder.FirstCallTransaction + 24 TransactionIBinderRecordReplayTestGetIntArray = binder.FirstCallTransaction + 25 TransactionIBinderRecordReplayTestSetFloatArray = binder.FirstCallTransaction + 26 TransactionIBinderRecordReplayTestGetFloatArray = binder.FirstCallTransaction + 27 TransactionIBinderRecordReplayTestSetLongArray = binder.FirstCallTransaction + 28 TransactionIBinderRecordReplayTestGetLongArray = binder.FirstCallTransaction + 29 TransactionIBinderRecordReplayTestSetDoubleArray = binder.FirstCallTransaction + 30 TransactionIBinderRecordReplayTestGetDoubleArray = binder.FirstCallTransaction + 31 TransactionIBinderRecordReplayTestSetStringArray = binder.FirstCallTransaction + 32 TransactionIBinderRecordReplayTestGetStringArray = binder.FirstCallTransaction + 33 TransactionIBinderRecordReplayTestSetSingleDataParcelableArray = binder.FirstCallTransaction + 34 TransactionIBinderRecordReplayTestGetSingleDataParcelableArray = binder.FirstCallTransaction + 35 TransactionIBinderRecordReplayTestSetBinder = binder.FirstCallTransaction + 36 TransactionIBinderRecordReplayTestGetBinder = binder.FirstCallTransaction + 37 TransactionIBinderRecordReplayTestSetFileDescriptor = binder.FirstCallTransaction + 38 TransactionIBinderRecordReplayTestGetFileDescriptor = binder.FirstCallTransaction + 39 )
View Source
const ( TransactionIBinderRpcBenchmarkRepeatString = binder.FirstCallTransaction + 0 TransactionIBinderRpcBenchmarkRepeatBinder = binder.FirstCallTransaction + 1 TransactionIBinderRpcBenchmarkRepeatBytes = binder.FirstCallTransaction + 2 TransactionIBinderRpcBenchmarkGimmeBinder = binder.FirstCallTransaction + 3 TransactionIBinderRpcBenchmarkWaitGimmesDestroyed = binder.FirstCallTransaction + 4 )
View Source
const ( TransactionIBinderRpcCallbackSendCallback = binder.FirstCallTransaction + 0 TransactionIBinderRpcCallbackSendOnewayCallback = binder.FirstCallTransaction + 1 )
View Source
const ( TransactionIBinderRpcTestSendString = binder.FirstCallTransaction + 0 TransactionIBinderRpcTestDoubleString = binder.FirstCallTransaction + 1 TransactionIBinderRpcTestGetClientPort = binder.FirstCallTransaction + 2 TransactionIBinderRpcTestCountBinders = binder.FirstCallTransaction + 3 TransactionIBinderRpcTestGetNullBinder = binder.FirstCallTransaction + 4 TransactionIBinderRpcTestPingMe = binder.FirstCallTransaction + 5 TransactionIBinderRpcTestRepeatBinder = binder.FirstCallTransaction + 6 TransactionIBinderRpcTestHoldBinder = binder.FirstCallTransaction + 7 TransactionIBinderRpcTestGetHeldBinder = binder.FirstCallTransaction + 8 TransactionIBinderRpcTestRepeatBytes = binder.FirstCallTransaction + 9 TransactionIBinderRpcTestNestMe = binder.FirstCallTransaction + 10 TransactionIBinderRpcTestAlwaysGiveMeTheSameBinder = binder.FirstCallTransaction + 11 TransactionIBinderRpcTestOpenSession = binder.FirstCallTransaction + 12 TransactionIBinderRpcTestGetNumOpenSessions = binder.FirstCallTransaction + 13 TransactionIBinderRpcTestLock = binder.FirstCallTransaction + 14 TransactionIBinderRpcTestUnlockInMsAsync = binder.FirstCallTransaction + 15 TransactionIBinderRpcTestLockUnlock = binder.FirstCallTransaction + 16 TransactionIBinderRpcTestSleepMs = binder.FirstCallTransaction + 17 TransactionIBinderRpcTestSleepMsAsync = binder.FirstCallTransaction + 18 TransactionIBinderRpcTestDoCallback = binder.FirstCallTransaction + 19 TransactionIBinderRpcTestDoCallbackAsync = binder.FirstCallTransaction + 20 TransactionIBinderRpcTestDie = binder.FirstCallTransaction + 21 TransactionIBinderRpcTestScheduleShutdown = binder.FirstCallTransaction + 22 TransactionIBinderRpcTestUseKernelBinderCallingId = binder.FirstCallTransaction + 23 TransactionIBinderRpcTestEchoAsFile = binder.FirstCallTransaction + 24 TransactionIBinderRpcTestConcatFiles = binder.FirstCallTransaction + 25 TransactionIBinderRpcTestBlockingSendFdOneway = binder.FirstCallTransaction + 26 TransactionIBinderRpcTestBlockingRecvFd = binder.FirstCallTransaction + 27 TransactionIBinderRpcTestBlockingSendIntOneway = binder.FirstCallTransaction + 28 TransactionIBinderRpcTestBlockingRecvInt = binder.FirstCallTransaction + 29 )
View Source
const ( TransactionIBinderStabilityTestSendBinder = binder.FirstCallTransaction + 0 TransactionIBinderStabilityTestSendAndCallBinder = binder.FirstCallTransaction + 1 TransactionIBinderStabilityTestReturnNoStabilityBinder = binder.FirstCallTransaction + 2 TransactionIBinderStabilityTestReturnLocalStabilityBinder = binder.FirstCallTransaction + 3 TransactionIBinderStabilityTestReturnVintfStabilityBinder = binder.FirstCallTransaction + 4 TransactionIBinderStabilityTestReturnVendorStabilityBinder = binder.FirstCallTransaction + 5 )
View Source
const ( TransactionITestServiceSetIntData = binder.FirstCallTransaction + 0 TransactionITestServiceSetCharData = binder.FirstCallTransaction + 1 TransactionITestServiceSetBooleanData = binder.FirstCallTransaction + 2 TransactionITestServiceSetService = binder.FirstCallTransaction + 3 )
View Source
const DescriptorIAidlStuff = "IAidlStuff"
View Source
const DescriptorIBinderNdkUnitTest = "IBinderNdkUnitTest"
View Source
const DescriptorIBinderRecordReplayTest = "IBinderRecordReplayTest"
View Source
const DescriptorIBinderRpcBenchmark = "IBinderRpcBenchmark"
View Source
const DescriptorIBinderRpcCallback = "IBinderRpcCallback"
View Source
const DescriptorIBinderRpcSession = "IBinderRpcSession"
View Source
const DescriptorIBinderRpcTest = "IBinderRpcTest"
View Source
const DescriptorIBinderRustNdkInteropTest = "IBinderRustNdkInteropTest"
View Source
const DescriptorIBinderRustNdkInteropTestOther = "IBinderRustNdkInteropTestOther"
View Source
const DescriptorIBinderStabilityTest = "IBinderStabilityTest"
View Source
const DescriptorIBinderVendorDoubleLoadTest = "IBinderVendorDoubleLoadTest"
View Source
const DescriptorIEmpty = "IEmpty"
View Source
const DescriptorITestService = "ITestService"
View Source
const (
TransactionIBinderRpcSessionGetName = binder.FirstCallTransaction + 0
)
View Source
const (
TransactionIBinderRustNdkInteropTestEcho = binder.FirstCallTransaction + 0
)
View Source
const (
TransactionIBinderRustNdkInteropTestOtherEcho = binder.FirstCallTransaction + 0
)
View Source
const (
TransactionIBinderVendorDoubleLoadTestRepeatString = binder.FirstCallTransaction + 0
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AidlStuffProxy ¶
type AidlStuffProxy struct {
// contains filtered or unexported fields
}
func NewAidlStuffProxy ¶
func NewAidlStuffProxy( remote binder.IBinder, ) *AidlStuffProxy
func (*AidlStuffProxy) AsBinder ¶
func (p *AidlStuffProxy) AsBinder() binder.IBinder
type BinderNdkUnitTestProxy ¶
type BinderNdkUnitTestProxy struct {
// contains filtered or unexported fields
}
func NewBinderNdkUnitTestProxy ¶
func NewBinderNdkUnitTestProxy( remote binder.IBinder, ) *BinderNdkUnitTestProxy
func (*BinderNdkUnitTestProxy) AsBinder ¶
func (p *BinderNdkUnitTestProxy) AsBinder() binder.IBinder
func (*BinderNdkUnitTestProxy) ForceFlushCommands ¶
func (p *BinderNdkUnitTestProxy) ForceFlushCommands( ctx context.Context, ) error
func (*BinderNdkUnitTestProxy) ForcePersist ¶
func (p *BinderNdkUnitTestProxy) ForcePersist( ctx context.Context, persist bool, ) error
func (*BinderNdkUnitTestProxy) GetsRequestedSid ¶
func (p *BinderNdkUnitTestProxy) GetsRequestedSid( ctx context.Context, ) (bool, error)
func (*BinderNdkUnitTestProxy) SetCustomActiveServicesCallback ¶
func (p *BinderNdkUnitTestProxy) SetCustomActiveServicesCallback( ctx context.Context, ) error
func (*BinderNdkUnitTestProxy) TakeInterface ¶
func (p *BinderNdkUnitTestProxy) TakeInterface( ctx context.Context, test IEmpty, ) error
type BinderRecordReplayTestProxy ¶
type BinderRecordReplayTestProxy struct {
// contains filtered or unexported fields
}
func NewBinderRecordReplayTestProxy ¶
func NewBinderRecordReplayTestProxy( remote binder.IBinder, ) *BinderRecordReplayTestProxy
func (*BinderRecordReplayTestProxy) AsBinder ¶
func (p *BinderRecordReplayTestProxy) AsBinder() binder.IBinder
func (*BinderRecordReplayTestProxy) GetBoolean ¶
func (p *BinderRecordReplayTestProxy) GetBoolean( ctx context.Context, ) (bool, error)
func (*BinderRecordReplayTestProxy) GetBooleanArray ¶
func (p *BinderRecordReplayTestProxy) GetBooleanArray( ctx context.Context, ) ([]bool, error)
func (*BinderRecordReplayTestProxy) GetByte ¶
func (p *BinderRecordReplayTestProxy) GetByte( ctx context.Context, ) (byte, error)
func (*BinderRecordReplayTestProxy) GetByteArray ¶
func (p *BinderRecordReplayTestProxy) GetByteArray( ctx context.Context, ) ([]byte, error)
func (*BinderRecordReplayTestProxy) GetChar ¶
func (p *BinderRecordReplayTestProxy) GetChar( ctx context.Context, ) (uint16, error)
func (*BinderRecordReplayTestProxy) GetCharArray ¶
func (p *BinderRecordReplayTestProxy) GetCharArray( ctx context.Context, ) ([]uint16, error)
func (*BinderRecordReplayTestProxy) GetDouble ¶
func (p *BinderRecordReplayTestProxy) GetDouble( ctx context.Context, ) (float64, error)
func (*BinderRecordReplayTestProxy) GetDoubleArray ¶
func (p *BinderRecordReplayTestProxy) GetDoubleArray( ctx context.Context, ) ([]float64, error)
func (*BinderRecordReplayTestProxy) GetFileDescriptor ¶
func (p *BinderRecordReplayTestProxy) GetFileDescriptor( ctx context.Context, ) (interface{}, error)
func (*BinderRecordReplayTestProxy) GetFloat ¶
func (p *BinderRecordReplayTestProxy) GetFloat( ctx context.Context, ) (float32, error)
func (*BinderRecordReplayTestProxy) GetFloatArray ¶
func (p *BinderRecordReplayTestProxy) GetFloatArray( ctx context.Context, ) ([]float32, error)
func (*BinderRecordReplayTestProxy) GetInt ¶
func (p *BinderRecordReplayTestProxy) GetInt( ctx context.Context, ) (int32, error)
func (*BinderRecordReplayTestProxy) GetIntArray ¶
func (p *BinderRecordReplayTestProxy) GetIntArray( ctx context.Context, ) ([]int32, error)
func (*BinderRecordReplayTestProxy) GetLong ¶
func (p *BinderRecordReplayTestProxy) GetLong( ctx context.Context, ) (int64, error)
func (*BinderRecordReplayTestProxy) GetLongArray ¶
func (p *BinderRecordReplayTestProxy) GetLongArray( ctx context.Context, ) ([]int64, error)
func (*BinderRecordReplayTestProxy) GetSingleDataParcelable ¶
func (p *BinderRecordReplayTestProxy) GetSingleDataParcelable( ctx context.Context, ) (parcelables.SingleDataParcelable, error)
func (*BinderRecordReplayTestProxy) GetSingleDataParcelableArray ¶
func (p *BinderRecordReplayTestProxy) GetSingleDataParcelableArray( ctx context.Context, ) ([]parcelables.SingleDataParcelable, error)
func (*BinderRecordReplayTestProxy) GetString ¶
func (p *BinderRecordReplayTestProxy) GetString( ctx context.Context, ) (string, error)
func (*BinderRecordReplayTestProxy) GetStringArray ¶
func (p *BinderRecordReplayTestProxy) GetStringArray( ctx context.Context, ) ([]string, error)
func (*BinderRecordReplayTestProxy) SetBoolean ¶
func (p *BinderRecordReplayTestProxy) SetBoolean( ctx context.Context, input bool, ) error
func (*BinderRecordReplayTestProxy) SetBooleanArray ¶
func (p *BinderRecordReplayTestProxy) SetBooleanArray( ctx context.Context, input []bool, ) error
func (*BinderRecordReplayTestProxy) SetByte ¶
func (p *BinderRecordReplayTestProxy) SetByte( ctx context.Context, input byte, ) error
func (*BinderRecordReplayTestProxy) SetByteArray ¶
func (p *BinderRecordReplayTestProxy) SetByteArray( ctx context.Context, input []byte, ) error
func (*BinderRecordReplayTestProxy) SetChar ¶
func (p *BinderRecordReplayTestProxy) SetChar( ctx context.Context, input uint16, ) error
func (*BinderRecordReplayTestProxy) SetCharArray ¶
func (p *BinderRecordReplayTestProxy) SetCharArray( ctx context.Context, input []uint16, ) error
func (*BinderRecordReplayTestProxy) SetDouble ¶
func (p *BinderRecordReplayTestProxy) SetDouble( ctx context.Context, input float64, ) error
func (*BinderRecordReplayTestProxy) SetDoubleArray ¶
func (p *BinderRecordReplayTestProxy) SetDoubleArray( ctx context.Context, input []float64, ) error
func (*BinderRecordReplayTestProxy) SetFileDescriptor ¶
func (p *BinderRecordReplayTestProxy) SetFileDescriptor( ctx context.Context, fd interface{}, ) error
func (*BinderRecordReplayTestProxy) SetFloat ¶
func (p *BinderRecordReplayTestProxy) SetFloat( ctx context.Context, input float32, ) error
func (*BinderRecordReplayTestProxy) SetFloatArray ¶
func (p *BinderRecordReplayTestProxy) SetFloatArray( ctx context.Context, input []float32, ) error
func (*BinderRecordReplayTestProxy) SetInt ¶
func (p *BinderRecordReplayTestProxy) SetInt( ctx context.Context, input int32, ) error
func (*BinderRecordReplayTestProxy) SetIntArray ¶
func (p *BinderRecordReplayTestProxy) SetIntArray( ctx context.Context, input []int32, ) error
func (*BinderRecordReplayTestProxy) SetLong ¶
func (p *BinderRecordReplayTestProxy) SetLong( ctx context.Context, input int64, ) error
func (*BinderRecordReplayTestProxy) SetLongArray ¶
func (p *BinderRecordReplayTestProxy) SetLongArray( ctx context.Context, input []int64, ) error
func (*BinderRecordReplayTestProxy) SetSingleDataParcelable ¶
func (p *BinderRecordReplayTestProxy) SetSingleDataParcelable( ctx context.Context, p_ parcelables.SingleDataParcelable, ) error
func (*BinderRecordReplayTestProxy) SetSingleDataParcelableArray ¶
func (p *BinderRecordReplayTestProxy) SetSingleDataParcelableArray( ctx context.Context, input []parcelables.SingleDataParcelable, ) error
func (*BinderRecordReplayTestProxy) SetString ¶
func (p *BinderRecordReplayTestProxy) SetString( ctx context.Context, input string, ) error
func (*BinderRecordReplayTestProxy) SetStringArray ¶
func (p *BinderRecordReplayTestProxy) SetStringArray( ctx context.Context, input []string, ) error
type BinderRpcBenchmarkProxy ¶
type BinderRpcBenchmarkProxy struct {
// contains filtered or unexported fields
}
func NewBinderRpcBenchmarkProxy ¶
func NewBinderRpcBenchmarkProxy( remote binder.IBinder, ) *BinderRpcBenchmarkProxy
func (*BinderRpcBenchmarkProxy) AsBinder ¶
func (p *BinderRpcBenchmarkProxy) AsBinder() binder.IBinder
func (*BinderRpcBenchmarkProxy) GimmeBinder ¶
func (*BinderRpcBenchmarkProxy) RepeatBinder ¶
func (*BinderRpcBenchmarkProxy) RepeatBytes ¶
func (*BinderRpcBenchmarkProxy) RepeatString ¶
func (*BinderRpcBenchmarkProxy) WaitGimmesDestroyed ¶
func (p *BinderRpcBenchmarkProxy) WaitGimmesDestroyed( ctx context.Context, ) error
type BinderRpcCallbackProxy ¶
type BinderRpcCallbackProxy struct {
// contains filtered or unexported fields
}
func NewBinderRpcCallbackProxy ¶
func NewBinderRpcCallbackProxy( remote binder.IBinder, ) *BinderRpcCallbackProxy
func (*BinderRpcCallbackProxy) AsBinder ¶
func (p *BinderRpcCallbackProxy) AsBinder() binder.IBinder
func (*BinderRpcCallbackProxy) SendCallback ¶
func (p *BinderRpcCallbackProxy) SendCallback( ctx context.Context, str string, ) error
func (*BinderRpcCallbackProxy) SendOnewayCallback ¶
func (p *BinderRpcCallbackProxy) SendOnewayCallback( ctx context.Context, str string, ) error
type BinderRpcSessionProxy ¶
type BinderRpcSessionProxy struct {
// contains filtered or unexported fields
}
func NewBinderRpcSessionProxy ¶
func NewBinderRpcSessionProxy( remote binder.IBinder, ) *BinderRpcSessionProxy
func (*BinderRpcSessionProxy) AsBinder ¶
func (p *BinderRpcSessionProxy) AsBinder() binder.IBinder
type BinderRpcTestClientInfo ¶
type BinderRpcTestClientInfo struct {
Certs []ParcelableCertificateData
}
func (*BinderRpcTestClientInfo) MarshalParcel ¶
func (s *BinderRpcTestClientInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*BinderRpcTestClientInfo) UnmarshalParcel ¶
func (s *BinderRpcTestClientInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type BinderRpcTestProxy ¶
type BinderRpcTestProxy struct {
// contains filtered or unexported fields
}
func NewBinderRpcTestProxy ¶
func NewBinderRpcTestProxy( remote binder.IBinder, ) *BinderRpcTestProxy
func (*BinderRpcTestProxy) AlwaysGiveMeTheSameBinder ¶
func (*BinderRpcTestProxy) AsBinder ¶
func (p *BinderRpcTestProxy) AsBinder() binder.IBinder
func (*BinderRpcTestProxy) BlockingRecvFd ¶
func (p *BinderRpcTestProxy) BlockingRecvFd( ctx context.Context, ) (int32, error)
func (*BinderRpcTestProxy) BlockingRecvInt ¶
func (p *BinderRpcTestProxy) BlockingRecvInt( ctx context.Context, ) (int32, error)
func (*BinderRpcTestProxy) BlockingSendFdOneway ¶
func (p *BinderRpcTestProxy) BlockingSendFdOneway( ctx context.Context, fd int32, ) error
func (*BinderRpcTestProxy) BlockingSendIntOneway ¶
func (p *BinderRpcTestProxy) BlockingSendIntOneway( ctx context.Context, n int32, ) error
func (*BinderRpcTestProxy) ConcatFiles ¶
func (*BinderRpcTestProxy) CountBinders ¶
func (p *BinderRpcTestProxy) CountBinders( ctx context.Context, ) ([]int32, error)
func (*BinderRpcTestProxy) Die ¶
func (p *BinderRpcTestProxy) Die( ctx context.Context, cleanup bool, ) error
func (*BinderRpcTestProxy) DoCallback ¶
func (p *BinderRpcTestProxy) DoCallback( ctx context.Context, callback IBinderRpcCallback, isOneway bool, delayed bool, value string, ) error
func (*BinderRpcTestProxy) DoCallbackAsync ¶
func (p *BinderRpcTestProxy) DoCallbackAsync( ctx context.Context, callback IBinderRpcCallback, isOneway bool, delayed bool, value string, ) error
func (*BinderRpcTestProxy) DoubleString ¶
func (*BinderRpcTestProxy) EchoAsFile ¶
func (*BinderRpcTestProxy) GetClientPort ¶
func (p *BinderRpcTestProxy) GetClientPort( ctx context.Context, ) (int32, error)
func (*BinderRpcTestProxy) GetHeldBinder ¶
func (*BinderRpcTestProxy) GetNullBinder ¶
func (*BinderRpcTestProxy) GetNumOpenSessions ¶
func (p *BinderRpcTestProxy) GetNumOpenSessions( ctx context.Context, ) (int32, error)
func (*BinderRpcTestProxy) HoldBinder ¶
func (*BinderRpcTestProxy) LockUnlock ¶
func (p *BinderRpcTestProxy) LockUnlock( ctx context.Context, ) error
func (*BinderRpcTestProxy) NestMe ¶
func (p *BinderRpcTestProxy) NestMe( ctx context.Context, binder_ IBinderRpcTest, calls int32, ) error
func (*BinderRpcTestProxy) OpenSession ¶
func (p *BinderRpcTestProxy) OpenSession( ctx context.Context, name string, ) (IBinderRpcSession, error)
func (*BinderRpcTestProxy) RepeatBinder ¶
func (*BinderRpcTestProxy) RepeatBytes ¶
func (*BinderRpcTestProxy) ScheduleShutdown ¶
func (p *BinderRpcTestProxy) ScheduleShutdown( ctx context.Context, ) error
func (*BinderRpcTestProxy) SendString ¶
func (p *BinderRpcTestProxy) SendString( ctx context.Context, str string, ) error
func (*BinderRpcTestProxy) SleepMs ¶
func (p *BinderRpcTestProxy) SleepMs( ctx context.Context, ms int32, ) error
func (*BinderRpcTestProxy) SleepMsAsync ¶
func (p *BinderRpcTestProxy) SleepMsAsync( ctx context.Context, ms int32, ) error
func (*BinderRpcTestProxy) UnlockInMsAsync ¶
func (p *BinderRpcTestProxy) UnlockInMsAsync( ctx context.Context, ms int32, ) error
func (*BinderRpcTestProxy) UseKernelBinderCallingId ¶
func (p *BinderRpcTestProxy) UseKernelBinderCallingId( ctx context.Context, ) error
type BinderRpcTestServerConfig ¶
type BinderRpcTestServerConfig struct {
NumThreads int32
ServerSupportedFileDescriptorTransportModes []int32
SocketType int32
RpcSecurity int32
ServerVersion int32
SocketFd int32
Addr string
}
func (*BinderRpcTestServerConfig) MarshalParcel ¶
func (s *BinderRpcTestServerConfig) MarshalParcel( p *parcel.Parcel, ) error
func (*BinderRpcTestServerConfig) UnmarshalParcel ¶
func (s *BinderRpcTestServerConfig) UnmarshalParcel( p *parcel.Parcel, ) error
type BinderRpcTestServerInfo ¶
type BinderRpcTestServerInfo struct {
Port int64
Cert ParcelableCertificateData
}
func (*BinderRpcTestServerInfo) MarshalParcel ¶
func (s *BinderRpcTestServerInfo) MarshalParcel( p *parcel.Parcel, ) error
func (*BinderRpcTestServerInfo) UnmarshalParcel ¶
func (s *BinderRpcTestServerInfo) UnmarshalParcel( p *parcel.Parcel, ) error
type BinderRustNdkInteropTestOtherProxy ¶
type BinderRustNdkInteropTestOtherProxy struct {
// contains filtered or unexported fields
}
func NewBinderRustNdkInteropTestOtherProxy ¶
func NewBinderRustNdkInteropTestOtherProxy( remote binder.IBinder, ) *BinderRustNdkInteropTestOtherProxy
func (*BinderRustNdkInteropTestOtherProxy) AsBinder ¶
func (p *BinderRustNdkInteropTestOtherProxy) AsBinder() binder.IBinder
type BinderRustNdkInteropTestProxy ¶
type BinderRustNdkInteropTestProxy struct {
// contains filtered or unexported fields
}
func NewBinderRustNdkInteropTestProxy ¶
func NewBinderRustNdkInteropTestProxy( remote binder.IBinder, ) *BinderRustNdkInteropTestProxy
func (*BinderRustNdkInteropTestProxy) AsBinder ¶
func (p *BinderRustNdkInteropTestProxy) AsBinder() binder.IBinder
type BinderStabilityTestProxy ¶
type BinderStabilityTestProxy struct {
// contains filtered or unexported fields
}
func NewBinderStabilityTestProxy ¶
func NewBinderStabilityTestProxy( remote binder.IBinder, ) *BinderStabilityTestProxy
func (*BinderStabilityTestProxy) AsBinder ¶
func (p *BinderStabilityTestProxy) AsBinder() binder.IBinder
func (*BinderStabilityTestProxy) ReturnLocalStabilityBinder ¶
func (*BinderStabilityTestProxy) ReturnNoStabilityBinder ¶
func (*BinderStabilityTestProxy) ReturnVendorStabilityBinder ¶
func (*BinderStabilityTestProxy) ReturnVintfStabilityBinder ¶
func (*BinderStabilityTestProxy) SendAndCallBinder ¶
func (*BinderStabilityTestProxy) SendBinder ¶
type BinderVendorDoubleLoadTestProxy ¶
type BinderVendorDoubleLoadTestProxy struct {
// contains filtered or unexported fields
}
func NewBinderVendorDoubleLoadTestProxy ¶
func NewBinderVendorDoubleLoadTestProxy( remote binder.IBinder, ) *BinderVendorDoubleLoadTestProxy
func (*BinderVendorDoubleLoadTestProxy) AsBinder ¶
func (p *BinderVendorDoubleLoadTestProxy) AsBinder() binder.IBinder
func (*BinderVendorDoubleLoadTestProxy) RepeatString ¶
type EmptyProxy ¶
type EmptyProxy struct {
// contains filtered or unexported fields
}
func NewEmptyProxy ¶
func NewEmptyProxy( remote binder.IBinder, ) *EmptyProxy
func (*EmptyProxy) AsBinder ¶
func (p *EmptyProxy) AsBinder() binder.IBinder
type IAidlStuff ¶
type IBinderNdkUnitTest ¶
type IBinderNdkUnitTest interface {
AsBinder() binder.IBinder
RepeatInt(ctx context.Context, a int32) (int32, error)
TakeInterface(ctx context.Context, test IEmpty) error
ForceFlushCommands(ctx context.Context) error
GetsRequestedSid(ctx context.Context) (bool, error)
ForcePersist(ctx context.Context, persist bool) error
SetCustomActiveServicesCallback(ctx context.Context) error
}
type IBinderRecordReplayTest ¶
type IBinderRecordReplayTest interface {
AsBinder() binder.IBinder
SetByte(ctx context.Context, input byte) error
GetByte(ctx context.Context) (byte, error)
SetChar(ctx context.Context, input uint16) error
GetChar(ctx context.Context) (uint16, error)
SetBoolean(ctx context.Context, input bool) error
GetBoolean(ctx context.Context) (bool, error)
SetInt(ctx context.Context, input int32) error
GetInt(ctx context.Context) (int32, error)
SetFloat(ctx context.Context, input float32) error
GetFloat(ctx context.Context) (float32, error)
SetLong(ctx context.Context, input int64) error
GetLong(ctx context.Context) (int64, error)
SetDouble(ctx context.Context, input float64) error
GetDouble(ctx context.Context) (float64, error)
SetString(ctx context.Context, input string) error
GetString(ctx context.Context) (string, error)
SetSingleDataParcelable(ctx context.Context, p_ parcelables.SingleDataParcelable) error
GetSingleDataParcelable(ctx context.Context) (parcelables.SingleDataParcelable, error)
SetByteArray(ctx context.Context, input []byte) error
GetByteArray(ctx context.Context) ([]byte, error)
SetCharArray(ctx context.Context, input []uint16) error
GetCharArray(ctx context.Context) ([]uint16, error)
SetBooleanArray(ctx context.Context, input []bool) error
GetBooleanArray(ctx context.Context) ([]bool, error)
SetIntArray(ctx context.Context, input []int32) error
GetIntArray(ctx context.Context) ([]int32, error)
SetFloatArray(ctx context.Context, input []float32) error
GetFloatArray(ctx context.Context) ([]float32, error)
SetLongArray(ctx context.Context, input []int64) error
GetLongArray(ctx context.Context) ([]int64, error)
SetDoubleArray(ctx context.Context, input []float64) error
GetDoubleArray(ctx context.Context) ([]float64, error)
SetStringArray(ctx context.Context, input []string) error
GetStringArray(ctx context.Context) ([]string, error)
SetSingleDataParcelableArray(ctx context.Context, input []parcelables.SingleDataParcelable) error
GetSingleDataParcelableArray(ctx context.Context) ([]parcelables.SingleDataParcelable, error)
SetBinder(ctx context.Context, binder_ binder.IBinder) error
GetBinder(ctx context.Context) (binder.IBinder, error)
SetFileDescriptor(ctx context.Context, fd interface{}) error
GetFileDescriptor(ctx context.Context) (interface{}, error)
}
type IBinderRpcBenchmark ¶
type IBinderRpcBenchmark interface {
AsBinder() binder.IBinder
RepeatString(ctx context.Context, str string) (string, error)
RepeatBinder(ctx context.Context, binder_ binder.IBinder) (binder.IBinder, error)
RepeatBytes(ctx context.Context, bytes []byte) ([]byte, error)
GimmeBinder(ctx context.Context) (binder.IBinder, error)
WaitGimmesDestroyed(ctx context.Context) error
}
type IBinderRpcCallback ¶
type IBinderRpcSession ¶
type IBinderRpcTest ¶
type IBinderRpcTest interface {
AsBinder() binder.IBinder
SendString(ctx context.Context, str string) error
DoubleString(ctx context.Context, str string) (string, error)
GetClientPort(ctx context.Context) (int32, error)
CountBinders(ctx context.Context) ([]int32, error)
GetNullBinder(ctx context.Context) (binder.IBinder, error)
PingMe(ctx context.Context, binder_ binder.IBinder) (int32, error)
RepeatBinder(ctx context.Context, binder_ binder.IBinder) (binder.IBinder, error)
HoldBinder(ctx context.Context, binder_ binder.IBinder) error
GetHeldBinder(ctx context.Context) (binder.IBinder, error)
RepeatBytes(ctx context.Context, bytes []byte) ([]byte, error)
NestMe(ctx context.Context, binder_ IBinderRpcTest, calls int32) error
AlwaysGiveMeTheSameBinder(ctx context.Context) (binder.IBinder, error)
OpenSession(ctx context.Context, name string) (IBinderRpcSession, error)
GetNumOpenSessions(ctx context.Context) (int32, error)
Lock(ctx context.Context) error
UnlockInMsAsync(ctx context.Context, ms int32) error
LockUnlock(ctx context.Context) error
SleepMs(ctx context.Context, ms int32) error
SleepMsAsync(ctx context.Context, ms int32) error
DoCallback(ctx context.Context, callback IBinderRpcCallback, isOneway bool, delayed bool, value string) error
DoCallbackAsync(ctx context.Context, callback IBinderRpcCallback, isOneway bool, delayed bool, value string) error
Die(ctx context.Context, cleanup bool) error
ScheduleShutdown(ctx context.Context) error
UseKernelBinderCallingId(ctx context.Context) error
EchoAsFile(ctx context.Context, content string) (int32, error)
ConcatFiles(ctx context.Context, files []int32) (int32, error)
BlockingSendFdOneway(ctx context.Context, fd int32) error
BlockingRecvFd(ctx context.Context) (int32, error)
BlockingSendIntOneway(ctx context.Context, n int32) error
BlockingRecvInt(ctx context.Context) (int32, error)
}
type IBinderStabilityTest ¶
type IBinderStabilityTest interface {
AsBinder() binder.IBinder
SendBinder(ctx context.Context, binder_ binder.IBinder) error
SendAndCallBinder(ctx context.Context, binder_ binder.IBinder) error
ReturnNoStabilityBinder(ctx context.Context) (binder.IBinder, error)
ReturnLocalStabilityBinder(ctx context.Context) (binder.IBinder, error)
ReturnVintfStabilityBinder(ctx context.Context) (binder.IBinder, error)
ReturnVendorStabilityBinder(ctx context.Context) (binder.IBinder, error)
}
type ITestService ¶
type ParcelableCertificateData ¶
type ParcelableCertificateData struct {
Data []byte
}
func (*ParcelableCertificateData) MarshalParcel ¶
func (s *ParcelableCertificateData) MarshalParcel( p *parcel.Parcel, ) error
func (*ParcelableCertificateData) UnmarshalParcel ¶
func (s *ParcelableCertificateData) UnmarshalParcel( p *parcel.Parcel, ) error
type TestServiceProxy ¶
type TestServiceProxy struct {
// contains filtered or unexported fields
}
func NewTestServiceProxy ¶
func NewTestServiceProxy( remote binder.IBinder, ) *TestServiceProxy
func (*TestServiceProxy) AsBinder ¶
func (p *TestServiceProxy) AsBinder() binder.IBinder
func (*TestServiceProxy) SetBooleanData ¶
func (p *TestServiceProxy) SetBooleanData( ctx context.Context, input bool, ) error
func (*TestServiceProxy) SetCharData ¶
func (p *TestServiceProxy) SetCharData( ctx context.Context, input uint16, ) error
func (*TestServiceProxy) SetIntData ¶
func (p *TestServiceProxy) SetIntData( ctx context.Context, input int32, ) error
func (*TestServiceProxy) SetService ¶
func (p *TestServiceProxy) SetService( ctx context.Context, service ITestService, ) error
Source Files
¶
- binderrpctestclientinfo.go
- binderrpctestserverconfig.go
- binderrpctestserverinfo.go
- iaidlstuff.go
- ibinderndkunittest.go
- ibinderrecordreplaytest.go
- ibinderrpcbenchmark.go
- ibinderrpccallback.go
- ibinderrpcsession.go
- ibinderrpctest.go
- ibinderrustndkinteroptest.go
- ibinderrustndkinteroptestother.go
- ibinderstabilitytest.go
- ibindervendordoubleloadtest.go
- iempty.go
- itestservice.go
- parcelablecertificatedata.go
Directories
¶
| Path | Synopsis |
|---|---|
|
android
|
|
|
cmd
|
|
|
bindercli
command
|
|
|
com
|
|
|
examples
|
|
|
activity_manager
command
Query the Activity Manager: process limits, permissions, running state.
|
Query the Activity Manager: process limits, permissions, running state. |
|
audio_status
command
Query audio state: volume levels, mute status, audio mode.
|
Query audio state: volume levels, mute status, audio mode. |
|
battery_health
command
Query battery health from the hardware HAL: capacity, charge status, current.
|
Query battery health from the hardware HAL: capacity, charge status, current. |
|
device_info
command
Query device information: thermal status, GNSS hardware, input devices, network interfaces, vibrator capabilities, screensaver state.
|
Query device information: thermal status, GNSS hardware, input devices, network interfaces, vibrator capabilities, screensaver state. |
|
display_info
command
Query display configuration: IDs, brightness, night mode, color mode.
|
Query display configuration: IDs, brightness, night mode, color mode. |
|
list_services
command
List all registered Android binder services and ping each one.
|
List all registered Android binder services and ping each one. |
|
package_query
command
Query installed packages: check availability, get installer, SDK target.
|
Query installed packages: check availability, get installer, SDK target. |
|
power_status
command
Query Android power state: interactive, power save mode, battery saver, idle.
|
Query Android power state: interactive, power save mode, battery saver, idle. |
|
softap_manage
command
Manage SoftAP (WiFi hotspot) via the hostapd HAL.
|
Manage SoftAP (WiFi hotspot) via the hostapd HAL. |
|
softap_tether_offload
command
Query tethering offload statistics from the hardware offload HAL.
|
Query tethering offload statistics from the hardware offload HAL. |
|
softap_wifi_hal
command
Query WiFi HAL for chip info and AP interface state.
|
Query WiFi HAL for chip info and AP interface state. |
|
storage_info
command
Query storage and USB state: last fstrim, USB functions, USB speed.
|
Query storage and USB state: last fstrim, USB functions, USB speed. |
|
src
|
|
|
tools
|
|
|
cmd/aidlgen
command
|
|
|
cmd/aospgen
command
|
|
|
cmd/gen_e2e_smoke
command
Command gen_e2e_smoke scans generated packages for proxy constructors and generates tests/e2e/smoke_mock_all_test.go — a single E2E test file that exercises every generated proxy type via the mock binder.
|
Command gen_e2e_smoke scans generated packages for proxy constructors and generates tests/e2e/smoke_mock_all_test.go — a single E2E test file that exercises every generated proxy type via the mock binder. |
|
cmd/genbindercli
command
Command genbindercli scans generated AIDL proxy Go files and produces registry_gen.go and commands_gen.go for the bindercli tool.
|
Command genbindercli scans generated AIDL proxy Go files and produces registry_gen.go and commands_gen.go for the bindercli tool. |
|
cmd/genreadme
command
|
|
|
cmd/genversions
command
|
|
Click to show internal directories.
Click to hide internal directories.