Home
last modified time | relevance | path

Searched defs:bio (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/servicemanager/
Dbinder.c201 int binder_parse(struct binder_state *bs, struct binder_io *bio, in binder_parse()
406 void bio_init_from_txn(struct binder_io *bio, struct binder_transaction_data *txn) in bio_init_from_txn()
415 void bio_init(struct binder_io *bio, void *data, in bio_init()
434 static void *bio_alloc(struct binder_io *bio, size_t size) in bio_alloc()
465 static struct flat_binder_object *bio_alloc_obj(struct binder_io *bio) in bio_alloc_obj()
481 void bio_put_uint32(struct binder_io *bio, uint32_t n) in bio_put_uint32()
488 void bio_put_obj(struct binder_io *bio, void *ptr) in bio_put_obj()
502 void bio_put_ref(struct binder_io *bio, uint32_t handle) in bio_put_ref()
520 void bio_put_string16(struct binder_io *bio, const uint16_t *str) in bio_put_string16()
546 void bio_put_string16_x(struct binder_io *bio, const char *_str) in bio_put_string16_x()
[all …]