summaryrefslogtreecommitdiff
path: root/Parcel.cpp
AgeCommit message (Expand)Author
2017-11-02libbinder: remove unnecessary checkGanesh Mahendran
2017-10-20Use -Werror in system/libhwbinderChih-Hung Hsieh
2017-07-29Changes to support new v4.12.3 headers.Christopher Ferris
2017-07-27Changes to support new v4.12.3 headers.android-o-iot-preview-5o-iot-preview-5Christopher Ferris
2017-07-21Let hwbinder nodes inherit real-time scheduling policy.Martijn Coenen
2017-07-21Let hwbinder nodes inherit real-time scheduling policy.Martijn Coenen
2017-07-21Add support for min scheduling policy to node.Martijn Coenen
2017-05-04Merge "Add support for min scheduling policy to node." into oc-devMartijn Coenen
2017-05-03Add support for min scheduling policy to node.Martijn Coenen
2017-04-28Port security fixes from libbinder over to libhwbinder.Martijn Coenen
2017-04-27Fix prints on targets using old binder protocol.Martijn Coenen
2017-04-27Validate incoming data from the kernel.Martijn Coenen
2017-04-19Fix prints on targets using old binder protocol.Martijn Coenen
2017-04-19Validate incoming data from the kernel.Martijn Coenen
2017-02-23Distinguish libhwbinder log tags.Steven Moreland
2017-01-19Reduce libhwbinder API surface (1/?).Martijn Coenen
2017-01-12BpBinder -> BpHwBinder.Yifan Hong
2017-01-11Clean up NULL object handling.Martijn Coenen
2016-11-11Update for ::descriptor -> const char*.Steven Moreland
2016-11-01Accept null native_handle_t*.Yifan Hong
2016-10-31Read out FDA objects when reading native_handle_t.Martijn Coenen
2016-10-17Compute buffer sizes with 8-byte alignment.Martijn Coenen
2016-10-11Ban writing null native handles to parcel.Yifan Hong
2016-10-06Fix compiler warnings.Chia-I Wu
2016-09-29Add a cap to # references in a parcel.Yifan Hong
2016-09-29Pointer support and embedded types in HIDL.Yifan Hong
2016-09-01Move Status to libhidl.Martijn Coenen
2016-08-25Use ashmem_valid()Mark Salyzyn
2016-08-17Check for integer overflow properly.Martijn Coenen
2016-08-15Ensure that boolean values are marshaled as if they were int8_t.Andreas Huber
2016-08-07libhwbinder: multiple fixesAndreas Huber
2016-08-03libhwbinder: remove Parcelable, Flattenable, and PersistableBundleIliyan Malchev
2016-08-02Parcel: add lacking parameter in utf8_to_utf16Sergio Giro
2016-08-01Move android::hidl to android::hardware.Martijn Coenen
2016-07-28Some clean-up.Martijn Coenen
2016-07-19Debug: dump buffers in transactions.Martijn Coenen
2016-07-12Add bound checks to utf16_to_utf8Sergio Giro
2016-07-07native_handle_t support.Martijn Coenen
2016-06-23Initial shot at scatter gather support.Martijn Coenen
2016-05-17Move hwbinder to the android::hidl namespace.Martijn Coenen
2016-05-04Make libhwbinder build.Martijn Coenen
2016-04-26Merge "libbinder: Replace ScopedFd with base::unique_fd" am: 758973cChristopher Wiley
2016-04-25libbinder: Replace ScopedFd with base::unique_fdChristopher Wiley
2016-04-18Merge "Revert "libbinder: Replace ScopedFd with base::unique_fd"" am: dcc5575Christopher Wiley
2016-04-18Revert "libbinder: Replace ScopedFd with base::unique_fd"Christopher Wiley
2016-04-18Merge "libbinder: Replace ScopedFd with base::unique_fd" am: 747c0bbTreehugger Robot
2016-04-12libbinder: Replace ScopedFd with base::unique_fdChristopher Wiley
2016-03-25Merge "Remove spurious log" into nyc-devChristopher Tate
2016-03-25Remove spurious logChristopher Tate
2016-03-25Merge "Guard against failed array allocation" into nyc-devChristopher Tate