Home
last modified time | relevance | path

Searched refs:bio_put_string16_x (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/servicemanager/
Dbctest.c18 bio_put_string16_x(&msg, SVC_MGR_NAME); in svcmgr_lookup()
19 bio_put_string16_x(&msg, name); in svcmgr_lookup()
42 bio_put_string16_x(&msg, SVC_MGR_NAME); in svcmgr_publish()
43 bio_put_string16_x(&msg, name); in svcmgr_publish()
Dbinder.h112 void bio_put_string16_x(struct binder_io *bio, const char *_str);
Dbinder.c529 void bio_put_string16_x(struct binder_io *bio, const char *_str) in bio_put_string16_x() function