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.c402 binder_loop(bs, svcmgr_handler);
H A Dbinder.c388 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 69 milliseconds