Searched refs:binder_state (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/cmds/servicemanager/
H A Dbinder.h10 struct binder_state;
50 void (*func)(struct binder_state *bs, void *ptr);
66 typedef int (*binder_handler)(struct binder_state *bs,
71 struct binder_state *binder_open(unsigned mapsize);
72 void binder_close(struct binder_state *bs);
77 int binder_call(struct binder_state *bs,
86 void binder_done(struct binder_state *bs,
90 void binder_acquire(struct binder_state *bs, void *ptr);
91 void binder_release(struct binder_state *bs, void *ptr);
93 void binder_link_to_death(struct binder_state *b
[all...]
H A Dbctest.c10 void *svcmgr_lookup(struct binder_state *bs, void *target, const char *name)
34 int svcmgr_publish(struct binder_state *bs, void *target, const char *name, void *ptr)
61 struct binder_state *bs;
H A Dbinder.c87 struct binder_state struct
94 struct binder_state *binder_open(unsigned mapsize)
96 struct binder_state *bs;
130 void binder_close(struct binder_state *bs)
137 int binder_become_context_manager(struct binder_state *bs)
142 int binder_write(struct binder_state *bs, void *data, unsigned len)
160 void binder_send_reply(struct binder_state *bs,
194 int binder_parse(struct binder_state *bs, struct binder_io *bio,
277 void binder_acquire(struct binder_state *bs, void *ptr)
285 void binder_release(struct binder_state *b
[all...]
H A Dservice_manager.c116 void svcinfo_death(struct binder_state *bs, void *ptr)
132 void *do_find_service(struct binder_state *bs, uint16_t *s, unsigned len, unsigned uid)
153 int do_add_service(struct binder_state *bs,
201 int svcmgr_handler(struct binder_state *bs,
272 struct binder_state *bs;

Completed in 105 milliseconds