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

/frameworks/native/cmds/servicemanager/
H A Dbinder.h10 struct binder_state;
26 void (*func)(struct binder_state *bs, void *ptr);
44 typedef int (*binder_handler)(struct binder_state *bs,
49 struct binder_state *binder_open(size_t mapsize);
50 void binder_close(struct binder_state *bs);
55 int binder_call(struct binder_state *bs,
64 void binder_done(struct binder_state *bs,
68 void binder_acquire(struct binder_state *bs, uint32_t target);
69 void binder_release(struct binder_state *bs, uint32_t target);
71 void binder_link_to_death(struct binder_state *b
[all...]
H A Dbctest.c11 uint32_t svcmgr_lookup(struct binder_state *bs, uint32_t target, const char *name)
35 int svcmgr_publish(struct binder_state *bs, uint32_t target, const char *name, void *ptr)
61 struct binder_state *bs;
H A Dbinder.c89 struct binder_state struct
96 struct binder_state *binder_open(size_t mapsize)
98 struct binder_state *bs;
139 void binder_close(struct binder_state *bs)
146 int binder_become_context_manager(struct binder_state *bs)
151 int binder_write(struct binder_state *bs, void *data, size_t len)
170 void binder_free_buffer(struct binder_state *bs,
182 void binder_send_reply(struct binder_state *bs,
216 int binder_parse(struct binder_state *bs, struct binder_io *bio,
305 void binder_acquire(struct binder_state *b
[all...]
H A Dservice_manager.c164 void svcinfo_death(struct binder_state *bs, void *ptr)
205 int do_add_service(struct binder_state *bs,
255 int svcmgr_handler(struct binder_state *bs,
367 struct binder_state *bs;

Completed in 698 milliseconds