Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
Dbctest.c22 if (binder_call(bs, &msg, &reply, target, SVC_MGR_CHECK_SERVICE)) in svcmgr_lookup()
47 if (binder_call(bs, &msg, &reply, target, SVC_MGR_ADD_SERVICE)) in svcmgr_publish()
Dbinder.h55 int binder_call(struct binder_state *bs,
Dbinder.c361 int binder_call(struct binder_state *bs, in binder_call() function