summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove useless Android.mk files.Steven Moreland2017-01-181-19/+0
* Merge "Add test for type resolution." am: 5835d9ea59 am: 168bb896b7 am: 6cc9f...Yifan Hong2017-01-175-0/+112
|\
| * Merge "Add test for type resolution."Yifan Hong2017-01-175-0/+112
| |\
| | * Add test for type resolution.Yifan Hong2017-01-135-0/+112
* | | Merge "Testing struct that has vector of other struct" am: 0bb0ba5f79 am: a69...Martijn Coenen2017-01-171-0/+7
|\| |
| * | Merge "Testing struct that has vector of other struct"Martijn Coenen2017-01-161-0/+7
| |\ \
| | * | Testing struct that has vector of other structPavel Maltsev2017-01-131-0/+7
* | | | Merge "Add a new method to trigger a blocking read." am: 31265c5312 am: ba6c8...Hridya Valsaraju2017-01-141-0/+9
|\| | |
| * | | Merge "Add a new method to trigger a blocking read."Treehugger Robot2017-01-141-0/+9
| |\ \ \
| | * | | Add a new method to trigger a blocking read.Hridya Valsaraju2017-01-131-0/+9
| * | | | Revert "move VTS HIDL HAL tests to the corresponding interface directories"Steven Moreland2017-01-139-171/+0
| | |/ / | |/| |
| * | | Merge changes from topic 'port-nfc-vts-AOSP'Ruchi Kandoi2017-01-129-0/+171
| |\ \ \ | | |_|/ | |/| |
| | * | move VTS HIDL HAL tests to the corresponding interface directoriesKeun Soo Yim2017-01-129-0/+171
* | | | Revert "Revert "move VTS HIDL HAL tests to the corresponding interface direct...Steven Moreland2017-01-139-0/+171
* | | | Revert "move VTS HIDL HAL tests to the corresponding interface directories"Ruchi Kandoi2017-01-139-171/+0
* | | | MemoryTest: add method for testing am: 6de0aa81a3 am: f0a0b645e9 am: fa37fc89cdSteven Moreland2017-01-123-0/+8
|\| | |
| * | | MemoryTest: add method for testingSteven Moreland2017-01-123-0/+8
| * | | Merge "Bp/n/sFoo -> Bp/n/sHwFoo"Treehugger Robot2017-01-119-44/+44
| |\ \ \
| | * | | Bp/n/sFoo -> Bp/n/sHwFooYifan Hong2017-01-109-44/+44
| | |/ /
* | | | Merge changes from topic 'bphwfoo'TreeHugger Robot2017-01-119-44/+44
|\ \ \ \
| * | | | Bp/nFoo -> Bp/nHwFooYifan Hong2017-01-119-44/+44
* | | | | Merge "liblog: use log/log.h when utilizing ALOG macros" am: 818ffb15a6 am: c...Mark Salyzyn2017-01-117-8/+18
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * / / liblog: use log/log.h when utilizing ALOG macrosMark Salyzyn2017-01-107-8/+18
| |/ /
* | | Add test for putting different types in a struct / union. am: 04e53a1ca2 am: ...Yifan Hong2017-01-091-0/+23
|\| |
| * | Add test for putting different types in a struct / union.Yifan Hong2017-01-061-0/+23
* | | Merge "move foocallback to hidl_test" am: 0270fefc48 am: 7f3dc0e7b3 am: 586e1...Yifan Hong2017-01-054-182/+0
|\| |
| * | Merge "move foocallback to hidl_test"Yifan Hong2017-01-054-182/+0
| |\ \ | | |/ | |/|
| | * move foocallback to hidl_testYifan Hong2017-01-044-182/+0
* | | Callback elision for HIDL interfaces. am: e8b0161713 am: 04bd96f989 am: c8a4f...Martijn Coenen2017-01-054-19/+14
|\| |
| * | Callback elision for HIDL interfaces.Martijn Coenen2017-01-054-19/+14
* | | Merge "Add a method to trigger multiple FMQ blocking reads." am: 9bfe0894b9 a...Hridya Valsaraju2017-01-041-0/+10
|\| |
| * | Add a method to trigger multiple FMQ blocking reads.Hridya Valsaraju2017-01-041-0/+10
| |/
| * Templatize MQDescriptorHridya Valsaraju2016-12-301-2/+2
* | Merge "Templatize MQDescriptor and rename to fmq_sync/fmq_unsync"TreeHugger Robot2016-12-301-2/+2
|\ \
| * | Templatize MQDescriptor and rename to fmq_sync/fmq_unsyncHridya Valsaraju2016-12-291-2/+2
* | | Add test method to IBaz. am: 73f99f6e1f am: a0cf52d74b am: 66ec896c3bMartijn Coenen2016-12-291-0/+1
|\ \ \ | |/ / |/| / | |/
| * Add test method to IBaz.Martijn Coenen2016-12-281-0/+1
* | Merge "Add a method to test EventFlag configuration and usage" am: ac7f1d21e8...Hridya Valsaraju2016-12-221-0/+12
|\|
| * Merge "Add a method to test EventFlag configuration and usage"Treehugger Robot2016-12-221-0/+12
| |\
| | * Add a method to test EventFlag configuration and usageHridya Valsaraju2016-12-211-0/+12
* | | Merge "Add test for Java GC for binder objects." am: eb0db2c920 am: b96d0d1f6...Yifan Hong2016-12-212-0/+5
|\| |
| * | Add test for Java GC for binder objects.Yifan Hong2016-12-192-0/+5
* | | Merge "Test for echoed interfaces." am: f5f75be7b6 am: a175fa4b4a am: c63c36ceafYifan Hong2016-12-196-0/+48
|\| |
| * | Test for echoed interfaces.Yifan Hong2016-12-166-0/+48
| |/
* | Revert "Fix tests for using IBase instead of IBinder." am: 0dbb9903cd am: 666...Martijn Coenen2016-12-151-27/+1
|\|
| * Revert "Fix tests for using IBase instead of IBinder."Martijn Coenen2016-12-151-27/+1
| * Update makefiles for Java package path.Yifan Hong2016-12-134-20/+20
* | Merge "Revert "Revert "Update makefiles for Java package path."""Yifan Hong2016-12-134-20/+20
|\ \
| * | Revert "Revert "Update makefiles for Java package path.""Yifan Hong2016-12-134-20/+20
* | | Merge "Revert "Update makefiles for Java package path.""Yifan Hong2016-12-134-20/+20
|\| |