• Home
  • Raw
  • Download

Lines Matching refs:binder_io

20 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()
438 struct binder_io *reply) in binder_done()
449 static struct binder_object *bio_alloc_obj(struct binder_io *bio) in bio_alloc_obj()
465 void bio_put_uint32(struct binder_io *bio, uint32_t n) in bio_put_uint32()
472 void bio_put_obj(struct binder_io *bio, void *ptr) in bio_put_obj()
486 void bio_put_ref(struct binder_io *bio, void *ptr) in bio_put_ref()
504 void bio_put_string16(struct binder_io *bio, const uint16_t *str) in bio_put_string16()
529 void bio_put_string16_x(struct binder_io *bio, const char *_str) in bio_put_string16_x()
557 static void *bio_get(struct binder_io *bio, uint32_t size) in bio_get()
573 uint32_t bio_get_uint32(struct binder_io *bio) in bio_get_uint32()
579 uint16_t *bio_get_string16(struct binder_io *bio, unsigned *sz) in bio_get_string16()
588 static struct binder_object *_bio_get_obj(struct binder_io *bio) in _bio_get_obj()
604 void *bio_get_ref(struct binder_io *bio) in bio_get_ref()