HomeSort by relevance Sort by last modified time
    Searched full:bio_get_uint32 (Results 1 - 4 of 4) sorted by null

  /frameworks/native/cmds/servicemanager/
bctest.c 49 status = bio_get_uint32(&reply);
service_manager.c 225 strict_policy = bio_get_uint32(msg);
246 allow_isolated = bio_get_uint32(msg) ? 1 : 0;
252 unsigned n = bio_get_uint32(msg);
binder.h 114 uint32_t bio_get_uint32(struct binder_io *bio);
binder.c 573 uint32_t bio_get_uint32(struct binder_io *bio) function
582 len = bio_get_uint32(bio);

Completed in 63 milliseconds