Lines Matching refs:binder_io
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()
470 struct binder_io *reply) in binder_done()
485 static struct flat_binder_object *bio_alloc_obj(struct binder_io *bio) in bio_alloc_obj()
501 void bio_put_uint32(struct binder_io *bio, uint32_t n) in bio_put_uint32()
508 void bio_put_obj(struct binder_io *bio, void *ptr) in bio_put_obj()
522 void bio_put_ref(struct binder_io *bio, uint32_t handle) in bio_put_ref()
540 void bio_put_string16(struct binder_io *bio, const uint16_t *str) in bio_put_string16()
566 void bio_put_string16_x(struct binder_io *bio, const char *_str) in bio_put_string16_x()
595 static void *bio_get(struct binder_io *bio, size_t size) in bio_get()
611 uint32_t bio_get_uint32(struct binder_io *bio) in bio_get_uint32()
617 uint16_t *bio_get_string16(struct binder_io *bio, size_t *sz) in bio_get_string16()
628 static struct flat_binder_object *_bio_get_obj(struct binder_io *bio) in _bio_get_obj()
644 uint32_t bio_get_ref(struct binder_io *bio) in bio_get_ref()