OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:binder_loop
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/servicemanager/
binder.h
95
void
binder_loop
(struct binder_state *bs, binder_handler func);
binder.c
357
void
binder_loop
(struct binder_state *bs, binder_handler func)
function
378
ALOGE("
binder_loop
: ioctl failed (%s)\n", strerror(errno));
384
ALOGE("
binder_loop
: unexpected reply?!\n");
388
ALOGE("
binder_loop
: io error %d %s\n", res, strerror(errno));
service_manager.c
285
binder_loop
(bs, svcmgr_handler);
Completed in 250 milliseconds