Searched defs:transact (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/os/
H A DHwBinder.java38 public final native void transact( method in class:HwBinder
H A DHwRemoteBinder.java41 public native final void transact( method in class:HwRemoteBinder
H A DIHwBinder.java25 public void transact( method in interface:IHwBinder
H A DIBinder.java29 * <p>The key IBinder API is {@link #transact transact()} matched by
33 * is synchronous, such that a call to {@link #transact transact()} does not
40 * <p>The data sent through transact() is a {@link Parcel}, a generic buffer
54 * process A to process B, the calling thread in A blocks in transact() as
64 * handling that transaction calls transact() on an IBinder that is implemented
73 * <li> The {@link #transact transact()} method will throw a
152 * Flag to {@link #transact}
245 public boolean transact(int code, Parcel data, Parcel reply, int flags) method in interface:IBinder
[all...]
H A DBinder.java95 * Flag indicating whether we should be tracing transact calls.
440 * <p>If you want to call this, call transact().
595 * the remote side, transact calls into the binder to do the IPC.
597 public final boolean transact(int code, Parcel data, Parcel reply, method in class:Binder
663 // theoretically, we should call transact, which will call onTransact,
728 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { method in class:BinderProxy
769 transact(DUMP_TRANSACTION, data, reply, 0);
783 transact(DUMP_TRANSACTION, data, reply, FLAG_ONEWAY);
802 transact(SHELL_COMMAND_TRANSACTION, data, reply, 0);
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsUtImplBase.java107 public int transact(Bundle ssInfo) throws RemoteException { method in class:ImsUtImplBase
/frameworks/native/libs/binder/
H A DBinder.cpp81 return target->transact(SHELL_COMMAND_TRANSACTION, send, &reply);
118 status_t BBinder::transact( function in class:android::BBinder
H A DBpBinder.cpp112 status_t err = const_cast<BpBinder*>(this)->transact(
140 status_t err = transact(PING_TRANSACTION, send, &reply);
156 status_t err = transact(DUMP_TRANSACTION, send, &reply);
160 status_t BpBinder::transact( function in class:android::BpBinder
165 status_t status = IPCThreadState::self()->transact(
H A DIPCThreadState.cpp55 #define IF_LOG_TRANSACTIONS() IF_ALOG(LOG_VERBOSE, "transact")
559 status_t IPCThreadState::transact(int32_t handle, function in class:android::IPCThreadState
1080 error = reinterpret_cast<BBinder*>(tr.cookie)->transact(tr.code, buffer,
1088 error = the_context_object->transact(tr.code, buffer, &reply, tr.flags);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java510 public void transact(Bundle ssInfo, Message result) { method in class:ImsUt
512 log("transact :: Ut=" + miUt + ", ssInfo=" + ssInfo);
517 int id = miUt.transact(ssInfo);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4010 virtual status_t transact(uint32_t code, function in class:android::GraphicProducerWrapper
4041 result = IInterface::asBinder(impl)->transact(code, data[0], reply);
H A DSurfaceFlinger_hwc1.cpp3611 virtual status_t transact(uint32_t code, function in class:GraphicProducerWrapper
3642 result = IInterface::asBinder(impl)->transact(code, data[0], reply);

Completed in 2440 milliseconds