Home | History | Annotate | Download | only in servicemanager

Lines Matching refs:binder_io

20 void bio_init_from_txn(struct binder_io *io, struct binder_txn *txn);
161 struct binder_io *reply,
194 int binder_parse(struct binder_state *bs, struct binder_io *bio,
228 struct binder_io msg;
229 struct binder_io reply;
304 struct binder_io *msg, struct binder_io *reply,
394 void bio_init_from_txn(struct binder_io *bio, struct binder_txn *txn)
403 void bio_init(struct binder_io *bio, void *data,
422 static void *bio_alloc(struct binder_io *bio, uint32_t size)
437 struct binder_io *msg,
438 struct binder_io *reply)
449 static struct binder_object *bio_alloc_obj(struct binder_io *bio)
465 void bio_put_uint32(struct binder_io *bio, uint32_t n)
472 void bio_put_obj(struct binder_io *bio, void *ptr)
486 void bio_put_ref(struct binder_io *bio, void *ptr)
504 void bio_put_string16(struct binder_io *bio, const uint16_t *str)
529 void bio_put_string16_x(struct binder_io *bio, const char *_str)
557 static void *bio_get(struct binder_io *bio, uint32_t size)
573 uint32_t bio_get_uint32(struct binder_io *bio)
579 uint16_t *bio_get_string16(struct binder_io *bio, unsigned *sz)
588 static struct binder_object *_bio_get_obj(struct binder_io *bio)
604 void *bio_get_ref(struct binder_io *bio)