1. a4842ac liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 8 years ago
  2. 04e53a1 Add test for putting different types in a struct / union. by Yifan Hong · 8 years ago
  3. 0270fef Merge "move foocallback to hidl_test" by Yifan Hong · 8 years ago
  4. e8b0161 Callback elision for HIDL interfaces. by Martijn Coenen · 8 years ago
  5. 9ba9244 Add a method to trigger multiple FMQ blocking reads. by Hridya Valsaraju · 8 years ago
  6. b500bc6 move foocallback to hidl_test by Yifan Hong · 9 years ago
  7. f70884c Templatize MQDescriptor by Hridya Valsaraju · 9 years ago
  8. 73f99f6 Add test method to IBaz. by Martijn Coenen · 9 years ago
  9. ac7f1d2 Merge "Add a method to test EventFlag configuration and usage" by Treehugger Robot · 9 years ago
  10. 710e4a3 Add a method to test EventFlag configuration and usage by Hridya Valsaraju · 9 years ago
  11. d9389bb Add test for Java GC for binder objects. by Yifan Hong · 9 years ago
  12. 87cc71c Test for echoed interfaces. by Yifan Hong · 9 years ago
  13. 0dbb990 Revert "Fix tests for using IBase instead of IBinder." by Martijn Coenen · 9 years ago
  14. b85d876 Update makefiles for Java package path. by Yifan Hong · 9 years ago
  15. 59cd3a4 Update test for method name and result name. by Yifan Hong · 9 years ago
  16. 8b54c22 Add test for eliding bitfield returns. by Yifan Hong · 9 years ago
  17. 827e038 Merge "Remove unused hardware/interfaces tests dependency on libtestUtil." by Elliott Hughes · 9 years ago
  18. 2d224c8 Remove unused hardware/interfaces tests dependency on libtestUtil. by Elliott Hughes · 9 years ago
  19. e7ce822 Add test for bitset/mask type. by Yifan Hong · 9 years ago
  20. 961e625 Update to use the correct logging library. by Yifan Hong · 9 years ago
  21. 1d74731 Fix tests for using IBase instead of IBinder. by Yifan Hong · 9 years ago
  22. ebcc332 Use IBase instead of IBinder for interface keyword. by Yifan Hong · 9 years ago
  23. e19e582 Update makefiles for hidlizing IBase. by Yifan Hong · 9 years ago
  24. 0cb4a94 Test interface for hidlized IMemory. by Martijn Coenen · 9 years ago
  25. 5329acb Merge "Revert "Use get instead of implicit cast on Return<*>."" by Treehugger Robot · 9 years ago
  26. 832f1a7 Merge "Always specify underlying enum type." by Treehugger Robot · 9 years ago
  27. fafbbd7 Revert "Use get instead of implicit cast on Return<*>." by Steven Moreland · 9 years ago
  28. 73600f7 Always specify underlying enum type. by Steven Moreland · 9 years ago
  29. 0c4c7a3 Update to use the correct library for logging. by Yifan Hong · 9 years ago
  30. dc5f84f Use get instead of implicit cast on Return<*>. by Steven Moreland · 9 years ago
  31. 2fe5762 Merge "Update makefiles for logging." by Treehugger Robot · 9 years ago
  32. 33e87b8 Remove HIDL_GENERATED from things written by hand. by Steven Moreland · 9 years ago
  33. 403161a Use newly introduced hidl_handle. by Martijn Coenen · 9 years ago
  34. 3e3a099 Update makefiles for logging. by Steven Moreland · 9 years ago
  35. 63544ea Split libhidl into base and transport. by Yifan Hong · 9 years ago
  36. 65c86c0 Cast hidl_pointer<T> to void*. by Martijn Coenen · 9 years ago
  37. 1eb8f1c Update Android.bp to reexport dependent packages. by Yifan Hong · 9 years ago
  38. 8f084e0 Support genrules with multiple tools by Colin Cross · 9 years ago
  39. 139b690 Merge "Fix test for array size orders." by Treehugger Robot · 9 years ago
  40. 1f4fbc0 hidl_test: do not use Return for app errors. by Yifan Hong · 9 years ago
  41. 1d57002 Fix test for array size orders. by Yifan Hong · 9 years ago
  42. 8766c01 Merge "Running update-makefiles for fixed spacing." by Treehugger Robot · 9 years ago
  43. 688bb1e Add test for null native_handle_t*. by Yifan Hong · 9 years ago
  44. 7982058 Running update-makefiles for fixed spacing. by Steven Moreland · 9 years ago
  45. b7307d5 Add method to IFoo for testing NULL interfaces. by Martijn Coenen · 9 years ago
  46. ebfa633 Add interface methods for testing vec<handle>. by Yifan Hong · 9 years ago
  47. cc6ad7d add test for binder inheritance. by Yifan Hong · 9 years ago
  48. a6b44aa Merge "Add methods to test flavor of FMQ supporting unsynchronized writes." by Treehugger Robot · 9 years ago
  49. 7a4f118 Stop all these merge conflicts. by Steven Moreland · 9 years ago
  50. 54813ed Use hidl_string conversion constructor as test. by Steven Moreland · 9 years ago
  51. 30dc3de hidl_test: move duplicated code to shared lib by Yifan Hong · 9 years ago
  52. 382a80f Merge "Add implementation for hwbinder benchmark service." by Zhuoyao Zhang · 9 years ago
  53. ce97794 Update headers (for export shared lib headers) by Steven Moreland · 9 years ago
  54. 6b9bae8 Removed overloaded functions from IFoo.hal. by Steven Moreland · 9 years ago
  55. eb9f507 Add implementation for hwbinder benchmark service. by Zhuoyao Zhang · 9 years ago
  56. 847b145 Adds tests to verify proper marshaling of vectors of interface types. by Andreas Huber · 9 years ago
  57. b435845 Add methods to test flavor of FMQ supporting unsynchronized writes. by Hridya Valsaraju · 9 years ago
  58. f7ad111 Merge "Adds a test to verify proper marshaling of vectors of arrays in Java" by Andreas Huber · 9 years ago
  59. 28c85b7 Adds a test to verify proper marshaling of vectors of arrays in Java by Andreas Huber · 9 years ago
  60. 9517f9c hidl_test: Fix failing tests. by Yifan Hong · 9 years ago
  61. d5b5b2e add default implementation to android.hardware.tests.foo/bar/pointer@1.0 by Yifan Hong · 9 years ago
  62. 45ca993 Merge "Revert "Remove test for overloaded function."" by Steven Moreland · 9 years ago
  63. a3d9fe2 Revert "Remove test for overloaded function." by Steven Moreland · 9 years ago
  64. 51a703a Merge "Remove test for overloaded function." by Treehugger Robot · 9 years ago
  65. 9380028 Remove test for overloaded function. by Steven Moreland · 9 years ago
  66. deb0cfc Add test for single letter IDs. by Yifan Hong · 9 years ago
  67. 954515f Modify return values of read/write/config methods to bool by Hridya Valsaraju · 9 years ago
  68. 86c848d Added test for overloading. by Steven Moreland · 9 years ago
  69. a543fe6 Merge "Add test for importing a single type." by Yifan Hong · 9 years ago
  70. 799ebcb Add test for importing a single type. by Yifan Hong · 9 years ago
  71. e312006 Add test for fixing 0XFF (upper X) by Yifan Hong · 9 years ago
  72. c5be5ac Add test for missing package name for FQName lookup. by Yifan Hong · 9 years ago
  73. 223b82a Add test for vec<vec<T>> as a return value. by Yifan Hong · 9 years ago
  74. 61db854 Add test for referring to nested types. by Yifan Hong · 9 years ago
  75. 242b34e Convert to Android.bp by Dan Willemsen · 9 years ago
  76. fe2b098 Tests for Reference Support. by Yifan Hong · 9 years ago
  77. aa3a8e0 Merge "Use MQDescriptorSync instead of MQdescriptor in interface" by Treehugger Robot · 9 years ago
  78. 88476c1 Verify that method arguments and results can share the same name. by Andreas Huber · 9 years ago
  79. e168eba Merge "Verify that vectors of arrays within structures are properly marshaled" by Treehugger Robot · 9 years ago
  80. 9d9672c Use MQDescriptorSync instead of MQdescriptor in interface by Hridya Valsaraju · 9 years ago
  81. fd77f50 Verify that vectors of arrays within structures are properly marshaled by Andreas Huber · 9 years ago
  82. b0b5322 Updated indentation to 4 spaces for Android.mk. by Yifan Hong · 9 years ago
  83. 467bb28 Updated tests for constant expressions. by Yifan Hong · 9 years ago
  84. 495391a Updated makefiles that also add static java library targets. by Andreas Huber · 9 years ago
  85. 998892c update auto-generated makefiles by Iliyan Malchev · 9 years ago
  86. f1d448b [Java] Add a test to verify that typedefs in types.hal does not mistakenly by Andreas Huber · 9 years ago
  87. fc0b6c4 Verify that structs with multiple array fields now successfully compile for Java by Andreas Huber · 9 years ago
  88. ed76563 Merge "Additional test cases to verify multi-dimensional arrays work properly." by Treehugger Robot · 9 years ago
  89. 8e23794 Additional test cases to verify multi-dimensional arrays work properly. by Andreas Huber · 9 years ago
  90. adc313d Add dependency on libcutils. by Zhuoyao Zhang · 9 years ago
  91. 252c1c5 Remove @hal_type from .hal files. by Yifan Hong · 9 years ago
  92. 9c43f01 Add tests to verify that multi-dimensional arrays in Java work (inside structs) by Andreas Huber · 9 years ago
  93. cf8560c Adds tests to verify proper C++ code generation for multi-dimensional arrays by Andreas Huber · 9 years ago
  94. d66bb6f Merge "interfaces: regenerate makefiles" by Treehugger Robot · 9 years ago
  95. 3d49850 Merge "Java test interface extended to verify vec<STRUCT-TYPE> and STRUCT-TYPE[]" by Treehugger Robot · 9 years ago
  96. c6c7aab interfaces: regenerate makefiles by Iliyan Malchev · 9 years ago
  97. f399e50 Java test interface extended to verify vec<STRUCT-TYPE> and STRUCT-TYPE[] by Andreas Huber · 9 years ago
  98. 4a99f3a WireMQDescriptor => MQDescriptor by Andreas Huber · 9 years ago
  99. da96fb2 android.hardware.tests.msgq@1.0: modify ITestMsgQ by Iliyan Malchev · 9 years ago
  100. b350caf interfaces: update makefiles by Iliyan Malchev · 9 years ago