OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:binder_state
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/cmds/servicemanager/
binder.h
10
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
*bs, uint32_t target, struct binder_death *death)
[
all
...]
bctest.c
11
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)
62
struct
binder_state
*bs;
binder.c
89
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_send_reply(struct
binder_state
*bs,
204
int binder_parse(struct
binder_state
*bs, struct binder_io *bio,
289
void binder_acquire(struct
binder_state
*bs, uint32_t target)
297
void binder_release(struct
binder_state
*bs, uint32_t target
[
all
...]
service_manager.c
153
void svcinfo_death(struct
binder_state
*bs, void *ptr)
170
uint32_t do_find_service(struct
binder_state
*bs, const uint16_t *s, size_t len, uid_t uid, pid_t spid)
194
int do_add_service(struct
binder_state
*bs,
244
int svcmgr_handler(struct
binder_state
*bs,
349
struct
binder_state
*bs;
Completed in 2411 milliseconds