Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
Dbctest.c19 bio_put_string16_x(&msg, SVC_MGR_NAME); in svcmgr_lookup()
20 bio_put_string16_x(&msg, name); in svcmgr_lookup()
43 bio_put_string16_x(&msg, SVC_MGR_NAME); in svcmgr_publish()
44 bio_put_string16_x(&msg, name); in svcmgr_publish()
Dbinder.h88 void bio_put_string16_x(struct binder_io *bio, const char *_str);
Dbinder.c592 void bio_put_string16_x(struct binder_io *bio, const char *_str) in bio_put_string16_x() function