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