Home | History | Annotate | Download | only in os

Lines Matching defs:transact

32  * <p>The key IBinder API is {@link #transact transact()} matched by
36 * is synchronous, such that a call to {@link #transact transact()} does not
43 * <p>The data sent through transact() is a {@link Parcel}, a generic buffer
57 * process A to process B, the calling thread in A blocks in transact() as
67 * handling that transaction calls transact() on an IBinder that is implemented
76 * <li> The {@link #transact transact()} method will throw a
155 * Flag to {@link #transact}: this is a one-way call, meaning that the
204 * the transact() method.
262 public boolean transact(int code, @NonNull Parcel data, @Nullable Parcel reply, int flags)