Home | History | Annotate | Download | only in servicemanager

Lines Matching refs:binder_io

22 void bio_init_from_txn(struct binder_io *io, struct binder_transaction_data *txn);
183 struct binder_io *reply,
216 int binder_parse(struct binder_state *bs, struct binder_io *bio,
251 struct binder_io msg;
252 struct binder_io reply;
335 struct binder_io *msg, struct binder_io *reply,
425 void bio_init_from_txn(struct binder_io *bio, struct binder_transaction_data *txn)
434 void bio_init(struct binder_io *bio, void *data,
453 static void *bio_alloc(struct binder_io *bio, size_t size)
468 __unused struct binder_io *msg,
469 struct binder_io *reply)
484 static struct flat_binder_object *bio_alloc_obj(struct binder_io *bio)
500 void bio_put_uint32(struct binder_io *bio, uint32_t n)
507 void bio_put_obj(struct binder_io *bio, void *ptr)
521 void bio_put_ref(struct binder_io *bio, uint32_t handle)
539 void bio_put_string16(struct binder_io *bio, const uint16_t *str)
565 void bio_put_string16_x(struct binder_io *bio, const char *_str)
594 static void *bio_get(struct binder_io *bio, size_t size)
610 uint32_t bio_get_uint32(struct binder_io *bio)
616 uint16_t *bio_get_string16(struct binder_io *bio, size_t *sz)
627 static struct flat_binder_object *_bio_get_obj(struct binder_io *bio)
643 uint32_t bio_get_ref(struct binder_io *bio)