Searched refs:bio_put_uint32 (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/servicemanager/ |
D | bctest.c | 17 bio_put_uint32(&msg, 0); // strict mode header in svcmgr_lookup() 41 bio_put_uint32(&msg, 0); // strict mode header in svcmgr_publish()
|
D | binder.c | 481 void bio_put_uint32(struct binder_io *bio, uint32_t n) in bio_put_uint32() function 526 bio_put_uint32(bio, 0xffffffff); in bio_put_string16() 534 bio_put_uint32(bio, 0xffffffff); in bio_put_string16() 539 bio_put_uint32(bio, (uint32_t) len); in bio_put_string16() 553 bio_put_uint32(bio, 0xffffffff); in bio_put_string16_x() 560 bio_put_uint32(bio, 0xffffffff); in bio_put_string16_x() 565 bio_put_uint32(bio, len); in bio_put_string16_x()
|
D | binder.h | 86 void bio_put_uint32(struct binder_io *bio, uint32_t n);
|
D | service_manager.c | 338 bio_put_uint32(reply, 0); in svcmgr_handler()
|