public interface IBinder
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IBinder.DeathRecipient |
| Modifier and Type | Field and Description |
|---|---|
static int |
DUMP_TRANSACTION |
static int |
FIRST_CALL_TRANSACTION |
static int |
FLAG_ONEWAY |
static int |
INTERFACE_TRANSACTION |
static int |
LAST_CALL_TRANSACTION |
static int |
LIKE_TRANSACTION |
static int |
PING_TRANSACTION |
static int |
SYSPROPS_TRANSACTION |
static int |
TWEET_TRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(FileDescriptor fd,
String[] args) |
void |
dumpAsync(FileDescriptor fd,
String[] args) |
String |
getInterfaceDescriptor() |
boolean |
isBinderAlive() |
void |
linkToDeath(IBinder.DeathRecipient recipient,
int flags) |
boolean |
pingBinder() |
IInterface |
queryLocalInterface(String descriptor) |
boolean |
transact(int code,
Parcel data,
Parcel reply,
int flags) |
boolean |
unlinkToDeath(IBinder.DeathRecipient recipient,
int flags) |
static final int FIRST_CALL_TRANSACTION
static final int LAST_CALL_TRANSACTION
static final int PING_TRANSACTION
static final int DUMP_TRANSACTION
static final int INTERFACE_TRANSACTION
static final int TWEET_TRANSACTION
static final int LIKE_TRANSACTION
static final int SYSPROPS_TRANSACTION
static final int FLAG_ONEWAY
String getInterfaceDescriptor() throws RemoteException
boolean pingBinder()
boolean isBinderAlive()
IInterface queryLocalInterface(String descriptor)
void dump(FileDescriptor fd, String[] args) throws RemoteException
void dumpAsync(FileDescriptor fd, String[] args) throws RemoteException
boolean transact(int code,
Parcel data,
Parcel reply,
int flags)
throws RemoteException
void linkToDeath(IBinder.DeathRecipient recipient, int flags) throws RemoteException
boolean unlinkToDeath(IBinder.DeathRecipient recipient, int flags)
Copyright © 2022 The Immutables.org authors. All rights reserved.