Searched refs:binder_state (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/cmds/servicemanager/ |
D | binder.h | 10 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 *bs, void *ptr, struct binder_death *death); [all …]
|
D | binder.c | 87 struct binder_state struct 94 struct binder_state *binder_open(unsigned mapsize) in binder_open() argument 96 struct binder_state *bs; in binder_open() 130 void binder_close(struct binder_state *bs) in binder_close() 137 int binder_become_context_manager(struct binder_state *bs) in binder_become_context_manager() 142 int binder_write(struct binder_state *bs, void *data, unsigned len) in binder_write() 160 void binder_send_reply(struct binder_state *bs, in binder_send_reply() 194 int binder_parse(struct binder_state *bs, struct binder_io *bio, in binder_parse() 277 void binder_acquire(struct binder_state *bs, void *ptr) in binder_acquire() 285 void binder_release(struct binder_state *bs, void *ptr) in binder_release() [all …]
|
D | bctest.c | 10 void *svcmgr_lookup(struct binder_state *bs, void *target, const char *name) in svcmgr_lookup() 34 int svcmgr_publish(struct binder_state *bs, void *target, const char *name, void *ptr) in svcmgr_publish() 61 struct binder_state *bs; in main()
|
D | service_manager.c | 115 void svcinfo_death(struct binder_state *bs, void *ptr) in svcinfo_death() 131 void *do_find_service(struct binder_state *bs, uint16_t *s, unsigned len) in do_find_service() 144 int do_add_service(struct binder_state *bs, in do_add_service() 190 int svcmgr_handler(struct binder_state *bs, in svcmgr_handler() 259 struct binder_state *bs; in main()
|