summaryrefslogtreecommitdiff
path: root/libs/binder/tests/binderSafeInterfaceTest.cpp
AgeCommit message (Expand)Author
2025-01-06Merge "binder: declare main in global NS, w/o extern "C"" into main Ryan Prichard
2025-01-03binderSafeInterfaceTest: another quick flake fix Steven Moreland
2024-12-20binder: declare main in global NS, w/o extern "C" Ryan Prichard
2024-10-14binder: Add std::vector<bool> specialization to SafeInterface Jim Shargo
2024-05-16Fix typo. Elliott Hughes
2023-11-17Binder unique_fd Tomasz Wasilczyk
2023-10-31Binder: Flattenable is no longer a hard dependency Tomasz Wasilczyk
2023-10-12Fix or silence binder build warnings on clang Tomasz Wasilczyk
2023-05-24binderSafeInterfaceTest: over maxFds, not double Steven Moreland
2021-04-12Replace the only user of String8::toUpper(). Elliott Hughes
2020-12-02binderSafeInterfaceTest: avoid zombie Steven Moreland
2020-11-25remove extra semicolons [-Wextra-semi] Jooyung Han
2019-07-18Merge "libbinder: tests w/o '-Wno-*'" Steven Moreland
2019-07-17libbinder: tests w/o '-Wno-*' Steven Moreland
2019-02-04[binder] Add float support to SafeInterface Dan Stoza
2017-04-12libbinder: Add vector<Parcelable> to SafeInterface Dan Stoza
2017-04-12libbinder: Add sp<NativeHandle> to SafeInterface Dan Stoza
2017-04-10libbinder: Support enums in SafeInterface Dan Stoza
2017-04-10libbinder: Support sp<Flattenable> in SafeInterface Dan Stoza
2017-04-10libbinder: Add int64_t/uint64_t to SafeInterface Dan Stoza
2017-04-04libbinder: Support Flattenable in SafeInterface Dan Stoza
2017-03-30libbinder: Add SafeInterface Dan Stoza