1. 64f1b82 remove unnecessary dependency from hash_test by Steven Moreland · 7 years ago
  2. 61d3f4b Explicitly declare android-base dependency in Bs* by Steven Moreland · 7 years ago
  3. 0e875df Vendor extension hals on the vendor image. by Steven Moreland · 7 years ago
  4. f5cf3ce hidl-gen: tests for hashing. by Steven Moreland · 7 years ago
  5. e0586b0 Merge "hidl_test: 10.986s -> 3.081s" by Treehugger Robot · 7 years ago
  6. 7b680eb hidl_test: 10.986s -> 3.081s by Steven Moreland · 7 years ago
  7. 6f7514b Mark hidl_test as vendor. by Steven Moreland · 7 years ago
  8. 23d7477 fix hidl unit test file path and permission issue. by Yuexi Ma · 7 years ago
  9. aa57327 Changed the naming scheme for Treble java libraries (both static and dynamic) by Andreas Huber · 7 years ago
  10. f1a00ac Added tests for passthrough service lookup. by Steven Moreland · 7 years ago
  11. b9b331e Merge "Push hidl_test HAL libraries to system/lib and system/lib64" by Treehugger Robot · 7 years ago
  12. 9bd61bd Merge "Fix IHwBinder.asInterface(...) to respect the interfaceChain and return null" by Andreas Huber · 7 years ago
  13. a2abe98 Fix IHwBinder.asInterface(...) to respect the interfaceChain and return null by Andreas Huber · 7 years ago
  14. 1cefc39 Test: Update for variably sized token. by Steven Moreland · 7 years ago
  15. a0e4529 Push hidl_test HAL libraries to system/lib and system/lib64 by Hridya Valsaraju · 7 years ago
  16. 623ad8e Use log/log.h instead of android/log.h for ALOG* macros by Dan Willemsen · 7 years ago
  17. 30b5d1f Add getHashChain() to IBase. by Yifan Hong · 7 years ago
  18. d7899cd Disable FooCallmeTest and WrapTest cases in hidl_test by default by Hridya Valsaraju · 7 years ago
  19. 673ad87 make VTS run hidl_test by Hridya Valsaraju · 7 years ago
  20. 038903b Add tryGetService. by Steven Moreland · 7 years ago
  21. cbab402 Merge changes from topic 'hidl_gen_fix' by Treehugger Robot · 7 years ago
  22. 45b331b Fix .equals in Java does not handle edge cases. by Yifan Hong · 7 years ago
  23. 11bd9dd Create hidl_test_helper so that FMQ unit tests can use it as well by Hridya Valsaraju · 7 years ago
  24. 93a2a08 Cleanup to_string() usage and use toString() instead by Hridya Valsaraju · 7 years ago
  25. 2e4d670 Add test for non-GC'd parcel. by Yifan Hong · 7 years ago
  26. fc06016 Update for read+readRange of memory. by Steven Moreland · 7 years ago
  27. 72d9488 Update passthrough test TODOs. by Steven Moreland · 7 years ago
  28. 3ac9f70 Remove unused IPCThreadState include from tests. by Steven Moreland · 7 years ago
  29. 21aa43c Better service notification test. by Steven Moreland · 7 years ago
  30. 2ef6b39 Update system/tools/hidl/test/test.sh for minor version uprev. by Yifan Hong · 7 years ago
  31. 21171d2 Update errors.output. by Yifan Hong · 7 years ago
  32. c20e35b Fix ServiceList test. by Martijn Coenen · 7 years ago
  33. 8b98d8d IServiceManager/ITokenManager uses "default" service name by Yifan Hong · 7 years ago
  34. 8951e55 Test hidl_memory move constructor/assignment operator by Hridya Valsaraju · 7 years ago
  35. 179379a Separate servers and client for hidl_test by Hridya Valsaraju · 7 years ago
  36. ae588f6 Move IBaz default implementation to hardware/interfaces by Hridya Valsaraju · 7 years ago
  37. 0c87d63 Remove unused Android.mk for hidl_gen_test. by Logan Chien · 8 years ago
  38. e45b530 Add toString to Java code by Yifan Hong · 7 years ago
  39. 870d1a7 Fix C++ toString for enums doesn't handle for non-bitfields. by Yifan Hong · 7 years ago
  40. fbcdc80 Use interfaceDescriptor instead of interfaceChain by Yifan Hong · 7 years ago
  41. a3e8b23 Fix Return<T> should not be copied. by Yifan Hong · 7 years ago
  42. ffc4e51 hidl_test: use separate allocator by Steven Moreland · 7 years ago
  43. 7d3ac80 Revert "Revert "Move HidlInstrumentor to HidlInternal and namespace details."" by Zhuoyao Zhang · 7 years ago
  44. 7f12d6b Revert "Move HidlInstrumentor to HidlInternal and namespace details." by Zhuoyao Zhang · 7 years ago
  45. 5f1d031 Move HidlInstrumentor to HidlInternal and namespace details. by Zhuoyao Zhang · 7 years ago
  46. 424a948 IBase: add ping method by Steven Moreland · 7 years ago
  47. 177a8b1 Updated Java intermediates directory. by Andreas Huber · 7 years ago
  48. 264ba8a Merge "Verify that strings are properly marshaled from Java to native" by Treehugger Robot · 7 years ago
  49. 3c24949 Verify that strings are properly marshaled from Java to native by Andreas Huber · 7 years ago
  50. 6081863 Add -Werror. by Steven Moreland · 7 years ago
  51. 6e3f9f4 hidl_test: make sure string size is correct by Steven Moreland · 7 years ago
  52. d10feea Update hidl-gen for HidlInstrumentor. by Zhuoyao Zhang · 7 years ago
  53. 6775760 Merge "Type resolution favor local types." by Yifan Hong · 7 years ago
  54. 87ff823 Type resolution favor local types. by Yifan Hong · 8 years ago
  55. 5715fed hidl-gen: correct package paths in makefiles. by Steven Moreland · 7 years ago
  56. 0a344a3 Merge changes from topic 'java-empty-hidl-vec' by Martijn Coenen · 7 years ago
  57. b6b3fcd Testing struct that has vector of other struct by Pavel Maltsev · 7 years ago
  58. f7b596b Fix memory corruption in hidl_test. by Martijn Coenen · 7 years ago
  59. afb30cb Add test for empty hidl_vec. by Martijn Coenen · 7 years ago
  60. c75fd47 Add interfaceDescriptor() method to all interfaces by Yifan Hong · 7 years ago
  61. f5cc2f7 Emit toString functions for all types. by Yifan Hong · 8 years ago
  62. 9d97da2 Allow passing null handles in all cases. by Martijn Coenen · 7 years ago
  63. fcb03f8 Merge "Test Java functionality with native client/servers in all supported ABIs" by Andreas Huber · 7 years ago
  64. 164f83e Test Java functionality with native client/servers in all supported ABIs by Andreas Huber · 8 years ago
  65. f31f165 hidl_test: null handle in hidl_memory by Steven Moreland · 8 years ago
  66. 01e7cde Bp/nFoo -> Bp/nHwFoo by Yifan Hong · 8 years ago
  67. db1b1b6 @export: add export_parent by Steven Moreland · 8 years ago
  68. 0b515ab Remove unnecessary code in HIDL test. by Yifan Hong · 8 years ago
  69. 64af5e8 java: get/register checked exceptions. by Steven Moreland · 8 years ago
  70. fcf94e4 Gives better error message on callback tests. by Yifan Hong · 8 years ago
  71. 11992a6 move foocallback to hidl_test by Yifan Hong · 8 years ago
  72. b40ef02 Callback elision for HIDL interfaces. by Martijn Coenen · 8 years ago
  73. ec10227 Emit equals and hashcode for auto-generated Java code. by Yifan Hong · 8 years ago
  74. 6906410 Merge "Java: Add checked exceptions to methods." by Treehugger Robot · 8 years ago
  75. dad1b30 Java: Add checked exceptions to methods. by Steven Moreland · 8 years ago
  76. cd00b9b Return<*> getStatus().isOk() -> isOk() by Steven Moreland · 8 years ago
  77. 1f36539 Merge "Add FmqType to templatize MQDescriptor" by Hridya Valsaraju · 8 years ago
  78. a32bde8 Add FmqType to templatize MQDescriptor by Hridya Valsaraju · 8 years ago
  79. fa55d6e Automatically start threadpool. by Martijn Coenen · 8 years ago
  80. 8d12b50 Support (un)linkToDeath in Java. by Martijn Coenen · 8 years ago
  81. c6752dc Add operator== and != for some structs. by Yifan Hong · 8 years ago
  82. 2a75353 hidl_test: Update for binderized IAllocator. by Steven Moreland · 8 years ago
  83. aa2b83a Add tests for android.hidl.token@1.0. by Steven Moreland · 8 years ago
  84. 115d428 Add (un)linkToDeath to generated interfaces. by Martijn Coenen · 8 years ago
  85. 20e4f9c Add test for Java GC for binder objects. by Yifan Hong · 8 years ago
  86. 1902088 Merge "Use interface for method callbacks." by Steven Moreland · 8 years ago
  87. bcd7903 Use interface for method callbacks. by Steven Moreland · 8 years ago
  88. 5749b2c Test for echoed interfaces. by Yifan Hong · 8 years ago
  89. e19fece Merge "Add test for constructor of HidlInstrumentor." by Treehugger Robot · 8 years ago
  90. 3491fc1 Merge "Add a script to prevent regression in hidl-gen error recovery." by Yifan Hong · 8 years ago
  91. def2cfb Add test for constructor of HidlInstrumentor. by Yifan Hong · 8 years ago
  92. db20ea0 Merge changes from topic 'removehw' by Martijn Coenen · 8 years ago
  93. 9d3e403 Merge "Fix hidl_test once again." by Treehugger Robot · 8 years ago
  94. a26c1b3 Fix hidl_test once again. by Martijn Coenen · 8 years ago
  95. 6ec2f0b BnFoo class cleanup. by Martijn Coenen · 8 years ago
  96. 7763ab3 Disallow duplicated argument name or result name. by Yifan Hong · 8 years ago
  97. 3d5587c Add a script to prevent regression in hidl-gen error recovery. by Yifan Hong · 8 years ago
  98. a47eef3 Allow method names, result names and argument names to be the same. by Yifan Hong · 8 years ago
  99. 8c56cbe Allow bitfield types to be elidable. by Yifan Hong · 8 years ago
  100. 4b0214d hidl_test: fix test names. by Yifan Hong · 8 years ago