Searched refs:bio_put_uint32 (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/servicemanager/ |
D | bctest.c | 18 bio_put_uint32(&msg, 0); // strict mode header in svcmgr_lookup() 42 bio_put_uint32(&msg, 0); // strict mode header in svcmgr_publish()
|
D | binder.c | 527 void bio_put_uint32(struct binder_io *bio, uint32_t n) in bio_put_uint32() function 572 bio_put_uint32(bio, 0xffffffff); in bio_put_string16() 580 bio_put_uint32(bio, 0xffffffff); in bio_put_string16() 585 bio_put_uint32(bio, (uint32_t) len); in bio_put_string16() 599 bio_put_uint32(bio, 0xffffffff); in bio_put_string16_x() 606 bio_put_uint32(bio, 0xffffffff); in bio_put_string16_x() 611 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 | 364 bio_put_uint32(reply, 0); in svcmgr_handler()
|