Home | History | Annotate | Download | only in servicemanager

Lines Matching refs:bio

103 void bio_init(struct binder_io *bio, void *data,
106 void bio_destroy(struct binder_io *bio);
108 void bio_put_obj(struct binder_io *bio, void *ptr);
109 void bio_put_ref(struct binder_io *bio, void *ptr);
110 void bio_put_uint32(struct binder_io *bio, uint32_t n);
111 void bio_put_string16(struct binder_io *bio, const uint16_t *str);
112 void bio_put_string16_x(struct binder_io *bio, const char *_str);
114 uint32_t bio_get_uint32(struct binder_io *bio);
115 uint16_t *bio_get_string16(struct binder_io *bio, uint32_t *sz);
116 void *bio_get_obj(struct binder_io *bio);
117 void *bio_get_ref(struct binder_io *bio);