summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update to use the correct logging library.Yifan Hong2016-12-031-0/+2
* Fix tests for using IBase instead of IBinder.Yifan Hong2016-12-031-1/+27
* Use IBase instead of IBinder for interface keyword.Yifan Hong2016-12-034-4/+4
* Update makefiles for hidlizing IBase.Yifan Hong2016-12-0313-38/+128
* Test interface for hidlized IMemory.Martijn Coenen2016-12-026-0/+225
* Merge "Revert "Use get instead of implicit cast on Return<*>.""Treehugger Robot2016-12-011-10/+1
|\
| * Revert "Use get instead of implicit cast on Return<*>."Steven Moreland2016-12-011-10/+1
* | Merge "Always specify underlying enum type."Treehugger Robot2016-12-012-2/+2
|\ \ | |/ |/|
| * Always specify underlying enum type.Steven Moreland2016-11-292-2/+2
* | Update to use the correct library for logging.Yifan Hong2016-11-2910-62/+90
|/
* Use get instead of implicit cast on Return<*>.Steven Moreland2016-11-281-1/+7
* Merge "Update makefiles for logging."Treehugger Robot2016-11-248-0/+8
|\
| * Update makefiles for logging.Steven Moreland2016-11-218-0/+8
* | Remove HIDL_GENERATED from things written by hand.Steven Moreland2016-11-2211-33/+33
* | Use newly introduced hidl_handle.Martijn Coenen2016-11-223-4/+4
|/
* Split libhidl into base and transport.Yifan Hong2016-11-1815-24/+47
* Cast hidl_pointer<T> to void*.Martijn Coenen2016-11-171-1/+1
* Update Android.bp to reexport dependent packages.Yifan Hong2016-11-091-0/+1
* Support genrules with multiple toolsColin Cross2016-11-078-32/+32
* Merge "Fix test for array size orders."Treehugger Robot2016-11-032-13/+19
|\
| * Fix test for array size orders.Yifan Hong2016-11-022-13/+19
* | hidl_test: do not use Return for app errors.Yifan Hong2016-11-021-1/+1
* | Merge "Running update-makefiles for fixed spacing."Treehugger Robot2016-11-028-32/+32
|\ \ | |/ |/|
| * Running update-makefiles for fixed spacing.Steven Moreland2016-11-018-32/+32
* | Add test for null native_handle_t*.Yifan Hong2016-11-023-0/+9
|/
* Add method to IFoo for testing NULL interfaces.Martijn Coenen2016-11-015-0/+17
* Add interface methods for testing vec<handle>.Yifan Hong2016-10-317-0/+64
* add test for binder inheritance.Yifan Hong2016-10-2616-0/+704
* Merge "Add methods to test flavor of FMQ supporting unsynchronized writes."Treehugger Robot2016-10-261-10/+47
|\
| * Add methods to test flavor of FMQ supporting unsynchronized writes.Hridya Valsaraju2016-10-191-10/+47
* | Stop all these merge conflicts.Steven Moreland2016-10-261-0/+16
* | Use hidl_string conversion constructor as test.Steven Moreland2016-10-241-4/+1
* | hidl_test: move duplicated code to shared libYifan Hong2016-10-2412-149/+227
* | Merge "Add implementation for hwbinder benchmark service."Zhuoyao Zhang2016-10-243-0/+75
|\ \
| * | Add implementation for hwbinder benchmark service.Zhuoyao Zhang2016-10-213-0/+75
| |/
* | Update headers (for export shared lib headers)Steven Moreland2016-10-227-0/+35
* | Removed overloaded functions from IFoo.hal.Steven Moreland2016-10-2210-128/+0
* | Adds tests to verify proper marshaling of vectors of interface types.Andreas Huber2016-10-207-0/+83
|/
* Merge "Adds a test to verify proper marshaling of vectors of arrays in Java"Andreas Huber2016-10-191-0/+3
|\
| * Adds a test to verify proper marshaling of vectors of arrays in JavaAndreas Huber2016-10-181-0/+3
* | hidl_test: Fix failing tests.Yifan Hong2016-10-182-36/+82
* | add default implementation to android.hardware.tests.foo/bar/pointer@1.0Yifan Hong2016-10-1819-0/+1575
* | Merge "Revert "Remove test for overloaded function.""Steven Moreland2016-10-181-0/+1
|\ \ | |/ |/|
| * Revert "Remove test for overloaded function."Steven Moreland2016-10-181-0/+1
* | Merge "Remove test for overloaded function."Treehugger Robot2016-10-181-1/+0
|\|
| * Remove test for overloaded function.Steven Moreland2016-10-171-1/+0
* | Add test for single letter IDs.Yifan Hong2016-10-171-0/+2
* | Modify return values of read/write/config methods to boolHridya Valsaraju2016-10-141-6/+8
|/
* Added test for overloading.Steven Moreland2016-10-111-0/+1
* Merge "Add test for importing a single type."Yifan Hong2016-10-108-0/+116
|\