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

/frameworks/native/cmds/servicemanager/
H A Dbctest.c50 status = bio_get_uint32(&reply);
H A Dbinder.h90 uint32_t bio_get_uint32(struct binder_io *bio);
H A Dservice_manager.c280 strict_policy = bio_get_uint32(msg);
319 allow_isolated = bio_get_uint32(msg) ? 1 : 0;
326 uint32_t n = bio_get_uint32(msg);
H A Dbinder.c610 uint32_t bio_get_uint32(struct binder_io *bio) function
621 len = (size_t) bio_get_uint32(bio);

Completed in 52 milliseconds