Searched refs:bio_get_uint32 (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/cmds/servicemanager/
H A Dbctest.c49 status = bio_get_uint32(&reply);
H A Dbinder.h114 uint32_t bio_get_uint32(struct binder_io *bio);
H A Dservice_manager.c223 strict_policy = bio_get_uint32(msg);
244 allow_isolated = bio_get_uint32(msg) ? 1 : 0;
250 unsigned n = bio_get_uint32(msg);
H A Dbinder.c573 uint32_t bio_get_uint32(struct binder_io *bio) function
582 len = bio_get_uint32(bio);

Completed in 492 milliseconds