Searched defs:bio_alloc (Results 1 - 1 of 1) sorted by path

/frameworks/base/cmds/servicemanager/
H A Dbinder.c422 static void *bio_alloc(struct binder_io *bio, uint32_t size) function
453 obj = bio_alloc(bio, sizeof(*obj));
467 uint32_t *ptr = bio_alloc(bio, sizeof(n));
493 obj = bio_alloc(bio, sizeof(*obj));
524 ptr = bio_alloc(bio, len);
548 ptr = bio_alloc(bio, (len + 1) * sizeof(uint16_t));

Completed in 52 milliseconds