OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bio_get_uint32
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/cmds/servicemanager/
bctest.c
50
status =
bio_get_uint32
(&reply);
binder.h
90
uint32_t
bio_get_uint32
(struct binder_io *bio);
service_manager.c
287
strict_policy =
bio_get_uint32
(msg);
326
allow_isolated =
bio_get_uint32
(msg) ? 1 : 0;
333
uint32_t n =
bio_get_uint32
(msg);
binder.c
610
uint32_t
bio_get_uint32
(struct binder_io *bio)
function
621
len = (size_t)
bio_get_uint32
(bio);
Completed in 579 milliseconds