Home
last modified time | relevance | path

Searched refs:binder_io (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/servicemanager/
Dbinder.h36 struct binder_io struct
68 struct binder_io *msg, argument
69 struct binder_io *reply);
78 struct binder_io *msg, struct binder_io *reply,
87 struct binder_io *msg, struct binder_io *reply);
103 void bio_init(struct binder_io *bio, void *data,
106 void bio_destroy(struct binder_io *bio);
108 void bio_put_obj(struct binder_io *bio, void *ptr);
109 void bio_put_ref(struct binder_io *bio, void *ptr);
110 void bio_put_uint32(struct binder_io *bio, uint32_t n);
[all …]
Dbinder.c20 void bio_init_from_txn(struct binder_io *io, struct binder_txn *txn);
161 struct binder_io *reply, in binder_send_reply()
194 int binder_parse(struct binder_state *bs, struct binder_io *bio, in binder_parse()
228 struct binder_io msg; in binder_parse()
229 struct binder_io reply; in binder_parse()
304 struct binder_io *msg, struct binder_io *reply, in binder_call()
394 void bio_init_from_txn(struct binder_io *bio, struct binder_txn *txn) in bio_init_from_txn()
403 void bio_init(struct binder_io *bio, void *data, in bio_init()
422 static void *bio_alloc(struct binder_io *bio, uint32_t size) in bio_alloc()
437 struct binder_io *msg, in binder_done()
[all …]
Dbctest.c14 struct binder_io msg, reply; in svcmgr_lookup()
38 struct binder_io msg, reply; in svcmgr_publish()
Dservice_manager.c192 struct binder_io *msg, in svcmgr_handler()
193 struct binder_io *reply) in svcmgr_handler()