OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binder_io
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/cmds/servicemanager/
binder.h
12
struct
binder_io
struct
46
struct
binder_io
*msg,
47
struct
binder_io
*reply);
56
struct
binder_io
*msg, struct
binder_io
*reply,
59
/* release any state associate with the
binder_io
61
*
binder_io
after binder_call() returns
65
struct
binder_io
*msg, struct
binder_io
*reply);
77
/* allocate a
binder_io
, providing a stack-allocated workin
[
all
...]
binder.c
22
void bio_init_from_txn(struct
binder_io
*io, struct binder_transaction_data *txn);
183
struct
binder_io
*reply,
216
int binder_parse(struct binder_state *bs, struct
binder_io
*bio,
251
struct
binder_io
msg;
252
struct
binder_io
reply;
335
struct
binder_io
*msg, struct
binder_io
*reply,
425
void bio_init_from_txn(struct
binder_io
*bio, struct binder_transaction_data *txn)
434
void bio_init(struct
binder_io
*bio, void *data,
453
static void *bio_alloc(struct
binder_io
*bio, size_t size
[
all
...]
bctest.c
15
struct
binder_io
msg, reply;
39
struct
binder_io
msg, reply;
service_manager.c
264
struct
binder_io
*msg,
265
struct
binder_io
*reply)
Completed in 59 milliseconds