1. 9dc520f Push hidl_test HAL libraries to system/lib and system/lib64 by Hridya Valsaraju · 7 years ago
  2. 795371d Merge changes from topic 'ibase_hash' into oc-dev by TreeHugger Robot · 7 years ago
  3. da6dc78 Merge changes from topic 'hidl_test_vts' into oc-dev by TreeHugger Robot · 7 years ago
  4. f509cb0 Add getHashChain() to IBase. by Yifan Hong · 7 years ago
  5. f255653 Disable FooCallmeTest and WrapTest cases in hidl_test by default by Hridya Valsaraju · 7 years ago
  6. 5d08935 make VTS run hidl_test by Hridya Valsaraju · 7 years ago
  7. eec5f7a Add tryGetService. by Steven Moreland · 7 years ago
  8. 2593f18 Fix .equals in Java does not handle edge cases. by Yifan Hong · 7 years ago
  9. 11bd9dd Create hidl_test_helper so that FMQ unit tests can use it as well by Hridya Valsaraju · 7 years ago
  10. 93a2a08 Cleanup to_string() usage and use toString() instead by Hridya Valsaraju · 7 years ago
  11. 2e4d670 Add test for non-GC'd parcel. by Yifan Hong · 7 years ago
  12. fc06016 Update for read+readRange of memory. by Steven Moreland · 7 years ago
  13. 72d9488 Update passthrough test TODOs. by Steven Moreland · 7 years ago
  14. 3ac9f70 Remove unused IPCThreadState include from tests. by Steven Moreland · 7 years ago
  15. 21aa43c Better service notification test. by Steven Moreland · 7 years ago
  16. 2ef6b39 Update system/tools/hidl/test/test.sh for minor version uprev. by Yifan Hong · 7 years ago
  17. 21171d2 Update errors.output. by Yifan Hong · 7 years ago
  18. c20e35b Fix ServiceList test. by Martijn Coenen · 7 years ago
  19. 8b98d8d IServiceManager/ITokenManager uses "default" service name by Yifan Hong · 7 years ago
  20. 8951e55 Test hidl_memory move constructor/assignment operator by Hridya Valsaraju · 7 years ago
  21. 179379a Separate servers and client for hidl_test by Hridya Valsaraju · 7 years ago
  22. ae588f6 Move IBaz default implementation to hardware/interfaces by Hridya Valsaraju · 7 years ago
  23. 0c87d63 Remove unused Android.mk for hidl_gen_test. by Logan Chien · 8 years ago
  24. e45b530 Add toString to Java code by Yifan Hong · 7 years ago
  25. 870d1a7 Fix C++ toString for enums doesn't handle for non-bitfields. by Yifan Hong · 7 years ago
  26. fbcdc80 Use interfaceDescriptor instead of interfaceChain by Yifan Hong · 7 years ago
  27. a3e8b23 Fix Return<T> should not be copied. by Yifan Hong · 7 years ago
  28. ffc4e51 hidl_test: use separate allocator by Steven Moreland · 7 years ago
  29. 7d3ac80 Revert "Revert "Move HidlInstrumentor to HidlInternal and namespace details."" by Zhuoyao Zhang · 7 years ago
  30. 7f12d6b Revert "Move HidlInstrumentor to HidlInternal and namespace details." by Zhuoyao Zhang · 7 years ago
  31. 5f1d031 Move HidlInstrumentor to HidlInternal and namespace details. by Zhuoyao Zhang · 7 years ago
  32. 424a948 IBase: add ping method by Steven Moreland · 7 years ago
  33. 177a8b1 Updated Java intermediates directory. by Andreas Huber · 7 years ago
  34. 264ba8a Merge "Verify that strings are properly marshaled from Java to native" by Treehugger Robot · 7 years ago
  35. 3c24949 Verify that strings are properly marshaled from Java to native by Andreas Huber · 7 years ago
  36. 6081863 Add -Werror. by Steven Moreland · 7 years ago
  37. 6e3f9f4 hidl_test: make sure string size is correct by Steven Moreland · 7 years ago
  38. d10feea Update hidl-gen for HidlInstrumentor. by Zhuoyao Zhang · 8 years ago
  39. 6775760 Merge "Type resolution favor local types." by Yifan Hong · 8 years ago
  40. 87ff823 Type resolution favor local types. by Yifan Hong · 8 years ago
  41. 5715fed hidl-gen: correct package paths in makefiles. by Steven Moreland · 8 years ago
  42. 0a344a3 Merge changes from topic 'java-empty-hidl-vec' by Martijn Coenen · 8 years ago
  43. b6b3fcd Testing struct that has vector of other struct by Pavel Maltsev · 8 years ago
  44. f7b596b Fix memory corruption in hidl_test. by Martijn Coenen · 8 years ago
  45. afb30cb Add test for empty hidl_vec. by Martijn Coenen · 8 years ago
  46. c75fd47 Add interfaceDescriptor() method to all interfaces by Yifan Hong · 8 years ago
  47. f5cc2f7 Emit toString functions for all types. by Yifan Hong · 8 years ago
  48. 9d97da2 Allow passing null handles in all cases. by Martijn Coenen · 8 years ago
  49. fcb03f8 Merge "Test Java functionality with native client/servers in all supported ABIs" by Andreas Huber · 8 years ago
  50. 164f83e Test Java functionality with native client/servers in all supported ABIs by Andreas Huber · 8 years ago
  51. f31f165 hidl_test: null handle in hidl_memory by Steven Moreland · 8 years ago
  52. 01e7cde Bp/nFoo -> Bp/nHwFoo by Yifan Hong · 8 years ago
  53. db1b1b6 @export: add export_parent by Steven Moreland · 8 years ago
  54. 0b515ab Remove unnecessary code in HIDL test. by Yifan Hong · 8 years ago
  55. 64af5e8 java: get/register checked exceptions. by Steven Moreland · 8 years ago
  56. fcf94e4 Gives better error message on callback tests. by Yifan Hong · 8 years ago
  57. 11992a6 move foocallback to hidl_test by Yifan Hong · 8 years ago
  58. b40ef02 Callback elision for HIDL interfaces. by Martijn Coenen · 8 years ago
  59. ec10227 Emit equals and hashcode for auto-generated Java code. by Yifan Hong · 8 years ago
  60. 6906410 Merge "Java: Add checked exceptions to methods." by Treehugger Robot · 8 years ago
  61. dad1b30 Java: Add checked exceptions to methods. by Steven Moreland · 8 years ago
  62. cd00b9b Return<*> getStatus().isOk() -> isOk() by Steven Moreland · 8 years ago
  63. 1f36539 Merge "Add FmqType to templatize MQDescriptor" by Hridya Valsaraju · 8 years ago
  64. a32bde8 Add FmqType to templatize MQDescriptor by Hridya Valsaraju · 8 years ago
  65. fa55d6e Automatically start threadpool. by Martijn Coenen · 8 years ago
  66. 8d12b50 Support (un)linkToDeath in Java. by Martijn Coenen · 8 years ago
  67. c6752dc Add operator== and != for some structs. by Yifan Hong · 8 years ago
  68. 2a75353 hidl_test: Update for binderized IAllocator. by Steven Moreland · 8 years ago
  69. aa2b83a Add tests for android.hidl.token@1.0. by Steven Moreland · 8 years ago
  70. 115d428 Add (un)linkToDeath to generated interfaces. by Martijn Coenen · 8 years ago
  71. 20e4f9c Add test for Java GC for binder objects. by Yifan Hong · 8 years ago
  72. 1902088 Merge "Use interface for method callbacks." by Steven Moreland · 8 years ago
  73. bcd7903 Use interface for method callbacks. by Steven Moreland · 8 years ago
  74. 5749b2c Test for echoed interfaces. by Yifan Hong · 8 years ago
  75. e19fece Merge "Add test for constructor of HidlInstrumentor." by Treehugger Robot · 8 years ago
  76. 3491fc1 Merge "Add a script to prevent regression in hidl-gen error recovery." by Yifan Hong · 8 years ago
  77. def2cfb Add test for constructor of HidlInstrumentor. by Yifan Hong · 8 years ago
  78. db20ea0 Merge changes from topic 'removehw' by Martijn Coenen · 8 years ago
  79. 9d3e403 Merge "Fix hidl_test once again." by Treehugger Robot · 8 years ago
  80. a26c1b3 Fix hidl_test once again. by Martijn Coenen · 8 years ago
  81. 6ec2f0b BnFoo class cleanup. by Martijn Coenen · 8 years ago
  82. 7763ab3 Disallow duplicated argument name or result name. by Yifan Hong · 8 years ago
  83. 3d5587c Add a script to prevent regression in hidl-gen error recovery. by Yifan Hong · 8 years ago
  84. a47eef3 Allow method names, result names and argument names to be the same. by Yifan Hong · 8 years ago
  85. 8c56cbe Allow bitfield types to be elidable. by Yifan Hong · 8 years ago
  86. 4b0214d hidl_test: fix test names. by Yifan Hong · 8 years ago
  87. 157953f Merge "Fix hidl_test." by Treehugger Robot · 8 years ago
  88. 19cb106 Fix hidl_test. by Martijn Coenen · 8 years ago
  89. c57c8bb Add a bitfield type. by Yifan Hong · 8 years ago
  90. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  91. 99e6beb memory -> hidl_memory and pointer -> hidl_pointer by Martijn Coenen · 8 years ago
  92. 2ae5bca Revert "Use get instead of implicit cast of Return<*>." by Steven Moreland · 8 years ago
  93. ccd782b hidl_test: Fix server names get out of bounds. by Yifan Hong · 8 years ago
  94. c7167ca hidl_test: fail if service registration fails. by Steven Moreland · 8 years ago
  95. 90e50cd Use get instead of implicit cast of Return<*>. by Steven Moreland · 8 years ago
  96. 05cd423 Proper runtime error handling for _hidl_cb. by Steven Moreland · 8 years ago
  97. 2f69a5b Map handle to hidl_handle in all cases. by Martijn Coenen · 8 years ago
  98. 23a0a3a Merge "Remove test_output.py tests." by Treehugger Robot · 8 years ago
  99. f31fdd3 Remove test_output.py tests. by Steven Moreland · 8 years ago
  100. a5abe92 Split libhidl into base and transport. by Yifan Hong · 8 years ago