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