Searched defs:txn (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/servicemanager/
H A Dservice_manager.c190 struct binder_txn *txn,
201 // txn->target, txn->code, txn->sender_pid, txn->sender_euid);
203 if (txn->target != svcmgr_handle)
218 switch(txn->code) {
231 if (do_add_service(bs, s, len, ptr, txn->sender_euid))
248 LOGE("unknown code %d\n", txn->code);
189 svcmgr_handler(struct binder_state *bs, struct binder_txn *txn, struct binder_io *msg, struct binder_io *reply) argument
H A Dbinder.c20 void bio_init_from_txn(struct binder_io *io, struct binder_txn *txn);
41 void binder_dump_txn(struct binder_txn *txn) argument
44 unsigned *offs = txn->offs;
45 unsigned count = txn->offs_size / 4;
48 txn->target, txn->cookie, txn->code, txn->flags);
50 txn->sender_pid, txn
169 struct binder_txn txn; member in struct:__anon6
220 struct binder_txn *txn = (void *) ptr; local
241 struct binder_txn *txn = (void*) ptr; local
311 struct binder_txn txn; member in struct:__anon7
394 bio_init_from_txn(struct binder_io *bio, struct binder_txn *txn) argument
[all...]

Completed in 68 milliseconds