Go to file
r3vn 1f289f3f43 test repo 2020-10-08 22:30:49 +02:00
debian build with travis 2020-10-08 00:55:08 +02:00
include [gbinder] Allow GBinderClient to use more than one interface. JB#49360 2020-05-05 19:44:14 +03:00
rpm Version 1.0.46 2020-07-31 02:06:28 +03:00
src Merge pull request #52 from monich/wakeup_err 2020-07-31 02:01:13 +03:00
test [packaging] Package binder-list and binder-ping tools. JB#42956 2020-07-31 01:28:51 +03:00
unit [gbinder] Always provide data buffer for hidl vector. JB#42956 2020-07-27 20:53:01 +03:00
.gitignore [packaging] Package binder-list and binder-ping tools. JB#42956 2020-07-31 01:28:51 +03:00
.travis.yml build with travis 2020-10-08 00:55:08 +02:00
AUTHORS Acknowledge Andrew's contribution 2018-12-18 14:09:49 +02:00
LICENSE [license] Freshened up copyright 2020-02-25 14:01:52 +02:00
Makefile Version 1.0.46 2020-07-31 02:06:28 +03:00
README Updated README 2018-10-11 12:04:04 +03:00
libgbinder.pc.in [gbinder] Respect arch specific lib dir. JB#49681 2020-06-03 01:47:58 +03:00

README

GLib-style interface to binder (Android IPC mechanism)

Provides:

1. Integration with GLib event loop
2. Detection of 32 vs 64 bit kernel at runtime
3. Asynchronous transactions that don't block the event thread