Searched refs:binder_loop (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/servicemanager/
H A Dbinder.h73 void binder_loop(struct binder_state *bs, binder_handler func);
H A Dservice_manager.c386 binder_loop(bs, svcmgr_handler);
H A Dbinder.c369 void binder_loop(struct binder_state *bs, binder_handler func) function
390 ALOGE("binder_loop: ioctl failed (%s)\n", strerror(errno));
396 ALOGE("binder_loop: unexpected reply?!\n");
400 ALOGE("binder_loop: io error %d %s\n", res, strerror(errno));

Completed in 2958 milliseconds