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(const char* driver, 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.c90 struct binder_state struct
97 struct binder_state *binder_open(const char* driver, size_t mapsize)
99 struct binder_state *bs;
140 void binder_close(struct binder_state *bs)
147 int binder_become_context_manager(struct binder_state *bs)
152 int binder_write(struct binder_state *bs, void *data, size_t len)
171 void binder_free_buffer(struct binder_state *bs,
183 void binder_send_reply(struct binder_state *bs,
217 int binder_parse(struct binder_state *bs, struct binder_io *bio,
306 void binder_acquire(struct binder_state *b
[all...]
H A Dservice_manager.c161 void svcinfo_death(struct binder_state *bs, void *ptr)
202 int do_add_service(struct binder_state *bs,
252 int svcmgr_handler(struct binder_state *bs,
364 struct binder_state *bs;

Completed in 61 milliseconds