summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Test interface for hidlized IMemory." am: 2ed821d5fe am: d552d728f8 am...Martijn Coenen2016-12-026-0/+225
|\
| * Test interface for hidlized IMemory.Martijn Coenen2016-12-026-0/+225
* | Merge "Revert "Use get instead of implicit cast on Return<*>."" am: 5329acb61...Steven Moreland2016-12-011-10/+1
|\|
| * 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
* | | Merge "Update to use the correct library for logging." am: f5e1ac67ed am: 34d...Yifan Hong2016-11-3010-62/+90
|\| |
| * | Update to use the correct library for logging.Yifan Hong2016-11-2910-62/+90
| |/
* | Always specify underlying enum type.Steven Moreland2016-11-292-2/+2
* | Use get instead of implicit cast on Return<*>. am: dc5f84f993 am: 3c87575472 ...Steven Moreland2016-11-281-1/+7
|\|
| * 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. am: 33e87b8a76 am: 8b6a886...Steven Moreland2016-11-2311-33/+33
|\| |
| * | 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
* | Merge "Update makefiles for logging."Steven Moreland2016-11-228-0/+8
|\ \
| * | Update makefiles for logging.Steven Moreland2016-11-218-0/+8
* | | Merge "move VTS HIDL HAL tests to the corresponding interface directories"Keun Soo Yim2016-11-229-0/+171
|\ \ \
| * | | move VTS HIDL HAL tests to the corresponding interface directoriesKeun Soo Yim2016-11-219-0/+171
| |/ /
* / / Use newly introduced hidl_handle.Martijn Coenen2016-11-223-4/+4
|/ /
* | Merge "Split libhidl into base and transport."TreeHugger Robot2016-11-1815-24/+47
|\ \ | |/ |/|
| * 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