Commit Graph

8 Commits

Author SHA1 Message Date
Slava Monich
3e039e033c [gbinder] Close descriptors associated with transactions. Fixes JB#44099
Those are coming as objects of type BINDER_TYPE_FD and the
receiving side has to close them.
2018-12-08 03:12:22 +02:00
Slava Monich
fef6543f1a [gbinder] Added GBinderHidlVec and GBinderHidlString types. JB#42956
These basic HIDL types are often used as a part of a larger structure.
2018-12-05 20:10:36 +02:00
Slava Monich
80498378f2 [gbinder] Change bool padding from 0xff to 0x00. JB#42956
That should make it compatible with both java and hidl variants of
encoding (Android's libbinder vs libhwbinder)
2018-11-27 16:59:11 +02:00
Slava Monich
8a27829af3 [gbinder] Make sure RPC protocol matches servicemanager type
This makes it easier to use non-standard binder device name.
2018-09-22 12:15:20 +03:00
Slava Monich
d0542e759d [unit] Added test for gbinder_remote_request_copy_to_local() 2018-09-22 12:15:20 +03:00
Matti Lehtimäki
2860286ff1 [gbinder] Add double and float support. MER#1942 2018-08-16 23:33:29 +03:00
Slava Monich
a5c0bd0c62 [gbinder] Unit test for gbinder_local_request_append_bool() 2018-08-06 17:39:15 +03:00
Slava Monich
fb981c9983 [gbinder] C interface for Android binder. JB#41335 2018-07-15 17:38:51 +03:00