Searched refs:binder_io (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/servicemanager/ |
D | binder.h | 12 struct binder_io struct 46 struct binder_io *msg, 47 struct binder_io *reply); 56 struct binder_io *msg, struct binder_io *reply, 65 struct binder_io *msg, struct binder_io *reply); 81 void bio_init(struct binder_io *bio, void *data, 84 void bio_put_obj(struct binder_io *bio, void *ptr); 85 void bio_put_ref(struct binder_io *bio, uint32_t handle); 86 void bio_put_uint32(struct binder_io *bio, uint32_t n); 87 void bio_put_string16(struct binder_io *bio, const uint16_t *str); [all …]
|
D | binder.c | 23 void bio_init_from_txn(struct binder_io *io, struct binder_transaction_data *txn); 184 struct binder_io *reply, in binder_send_reply() 217 int binder_parse(struct binder_state *bs, struct binder_io *bio, in binder_parse() 252 struct binder_io msg; in binder_parse() 253 struct binder_io reply; in binder_parse() 336 struct binder_io *msg, struct binder_io *reply, in binder_call() 426 void bio_init_from_txn(struct binder_io *bio, struct binder_transaction_data *txn) in bio_init_from_txn() 435 void bio_init(struct binder_io *bio, void *data, in bio_init() 454 static void *bio_alloc(struct binder_io *bio, size_t size) in bio_alloc() 469 __unused struct binder_io *msg, in binder_done() [all …]
|
D | bctest.c | 15 struct binder_io msg, reply; in svcmgr_lookup() 39 struct binder_io msg, reply; in svcmgr_publish()
|
D | service_manager.c | 252 struct binder_io *msg, in svcmgr_handler() 253 struct binder_io *reply) in svcmgr_handler()
|