Searched refs:transact (Results 76 - 100 of 110) sorted by relevance

12345

/frameworks/av/media/libmedia/
H A DIMediaRecorderClient.cpp45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
H A DIAudioFlingerClient.cpp61 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
/frameworks/av/services/audioflinger/
H A DISchedulingPolicyService.cpp48 status_t status = remote()->transact(REQUEST_PRIORITY_TRANSACTION, data, &reply, flags);
/frameworks/native/libs/binder/
H A DIAppOpsCallback.cpp44 remote()->transact(OP_CHANGED_TRANSACTION, data, &reply);
H A DIPermissionController.cpp46 remote()->transact(CHECK_PERMISSION_TRANSACTION, data, &reply);
H A DBpBinder.cpp111 status_t err = const_cast<BpBinder*>(this)->transact(
139 status_t err = transact(PING_TRANSACTION, send, &reply);
155 status_t err = transact(DUMP_TRANSACTION, send, &reply);
159 status_t BpBinder::transact( function in class:android::BpBinder
164 status_t status = IPCThreadState::self()->transact(
H A DIServiceManager.cpp151 remote()->transact(CHECK_SERVICE_TRANSACTION, data, &reply);
163 status_t err = remote()->transact(ADD_SERVICE_TRANSACTION, data, &reply);
176 status_t err = remote()->transact(LIST_SERVICES_TRANSACTION, data, &reply);
H A DBinder.cpp97 status_t BBinder::transact( function in class:android::BBinder
H A DProcessState.cpp119 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
213 status_t status = IPCThreadState::self()->transact(
H A DIMemory.cpp183 if (remote()->transact(GET_MEMORY, data, &reply) == NO_ERROR) {
288 // calling transact() from multiple threads, but that's not a problem,
293 status_t err = remote()->transact(HEAP_ID, data, &reply);
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java419 mRemote.transact(IContentProvider.QUERY_TRANSACTION, data, reply, 0);
452 mRemote.transact(IContentProvider.GET_TYPE_TRANSACTION, data, reply, 0);
474 mRemote.transact(IContentProvider.INSERT_TRANSACTION, data, reply, 0);
495 mRemote.transact(IContentProvider.BULK_INSERT_TRANSACTION, data, reply, 0);
518 mRemote.transact(IContentProvider.APPLY_BATCH_TRANSACTION, data, reply, 0);
542 mRemote.transact(IContentProvider.DELETE_TRANSACTION, data, reply, 0);
566 mRemote.transact(IContentProvider.UPDATE_TRANSACTION, data, reply, 0);
592 mRemote.transact(IContentProvider.OPEN_FILE_TRANSACTION, data, reply, 0);
618 mRemote.transact(IContentProvider.OPEN_ASSET_FILE_TRANSACTION, data, reply, 0);
643 mRemote.transact(IContentProvide
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DInstallerConnection.java48 public synchronized String transact(String cmd) { method in class:InstallerConnection
85 String res = transact(cmd);
/frameworks/base/core/java/android/os/
H A DBinder.java273 * <p>If you want to call this, call transact().
372 * the remote side, transact calls into the binder to do the IPC.
374 public final boolean transact(int code, Parcel data, Parcel reply, method in class:Binder
439 // theoretically, we should call transact, which will call onTransact,
494 public boolean transact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { method in class:BinderProxy
512 transact(DUMP_TRANSACTION, data, reply, 0);
526 transact(DUMP_TRANSACTION, data, reply, FLAG_ONEWAY);
H A DCommonClock.java350 mRemote.transact(METHOD_REGISTER_LISTENER, data, reply, 0);
381 mRemote.transact(METHOD_UNREGISTER_LISTENER, data, reply, 0);
H A DCommonTimeConfig.java364 mRemote.transact(METHOD_FORCE_NETWORKLESS_MASTER_MODE, data, reply, 0);
/frameworks/base/core/java/android/os/storage/
H A DIMountShutdownObserver.java106 mRemote.transact(Stub.TRANSACTION_onShutDownComplete, _data, _reply, 0);
H A DIObbActionListener.java115 mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalReceiver.java71 caller.transact(LaunchpadActivity.GOT_RECEIVE_TRANSACTION, data, null, 0);
/frameworks/native/include/binder/
H A DBinder.h37 virtual status_t transact( uint32_t code,
H A DIBinder.h42 * protocol implemented on top of the transact() API.
79 virtual status_t transact( uint32_t code,
H A DBpBinder.h39 virtual status_t transact( uint32_t code,
H A DIPCThreadState.h63 status_t transact(int32_t handle,
/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp53 remote()->transact(CREATE_GRAPHIC_BUFFER, data, &reply);
/frameworks/native/cmds/service/
H A Dservice.cpp48 status_t err = service->transact(IBinder::INTERFACE_TRANSACTION, data, &reply);
248 service->transact(code, data, &reply);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java509 public void transact(Bundle ssInfo, Message result) { method in class:ImsUt
511 log("transact :: Ut=" + miUt + ", ssInfo=" + ssInfo);
516 int id = miUt.transact(ssInfo);

Completed in 693 milliseconds

12345