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

/frameworks/native/cmds/servicemanager/
H A Dbinder.c194 int binder_parse(struct binder_state *bs, struct binder_io *bio, argument
247 if (bio) {
248 bio_init_from_txn(bio, txn);
249 bio = 0;
394 void bio_init_from_txn(struct binder_io *bio, struct binder_txn *txn) argument
396 bio->data = bio->data0 = txn->data;
397 bio->offs = bio->offs0 = txn->offs;
398 bio
403 bio_init(struct binder_io *bio, void *data, uint32_t maxdata, uint32_t maxoffs) argument
422 bio_alloc(struct binder_io *bio, uint32_t size) argument
449 bio_alloc_obj(struct binder_io *bio) argument
465 bio_put_uint32(struct binder_io *bio, uint32_t n) argument
472 bio_put_obj(struct binder_io *bio, void *ptr) argument
486 bio_put_ref(struct binder_io *bio, void *ptr) argument
504 bio_put_string16(struct binder_io *bio, const uint16_t *str) argument
529 bio_put_string16_x(struct binder_io *bio, const char *_str) argument
557 bio_get(struct binder_io *bio, uint32_t size) argument
573 bio_get_uint32(struct binder_io *bio) argument
579 bio_get_string16(struct binder_io *bio, unsigned *sz) argument
588 _bio_get_obj(struct binder_io *bio) argument
604 bio_get_ref(struct binder_io *bio) argument
[all...]

Completed in 61 milliseconds