1. 36e3074 Enforce visibility for internal libs. am: c6df5654d6 am: 26fe384e4a am: 0a8637e74f am: 5aa2af6129 by Steven Moreland · 5 years ago
  2. c6df565 Enforce visibility for internal libs. by Steven Moreland · 5 years ago
  3. d76f38d Merge "Implement hidl_vec::find and hidl_vec::contains" am: 0d2a0dab0e am: 2faddc465e am: 53eb08691c am: c960934c70 by Tomasz Wasilczyk · 5 years ago
  4. 2faddc4 Merge "Implement hidl_vec::find and hidl_vec::contains" am: 0d2a0dab0e by Tomasz Wasilczyk · 5 years ago
  5. 0d2a0da Merge "Implement hidl_vec::find and hidl_vec::contains" by Treehugger Robot · 5 years ago
  6. 93f7592 Implement hidl_vec::find and hidl_vec::contains by Tomasz Wasilczyk · 5 years ago
  7. 051d0fc DO NOT MERGE - Merge pie-platform-release (PPRL.190705.004) into master by Xin Li · 5 years ago
  8. 01a2965 hidl_vec: move elements on resize am: dfbedb8ffb am: 06ef1e772a am: b04213fd4c by Steven Moreland · 5 years ago
  9. b04213f hidl_vec: move elements on resize am: dfbedb8ffb am: 06ef1e772a by Steven Moreland · 5 years ago
  10. dfbedb8 hidl_vec: move elements on resize by Steven Moreland · 5 years ago
  11. ddfc6a6 Combine libhidlbase/libhidltransport into one lib. am: a46371d5b3 am: 70d0a4e154 by Steven Moreland · 5 years ago
  12. 94d425f Combine libhidlbase/libhidltransport into one lib. am: a46371d5b3 am: 70d0a4e154 by Steven Moreland · 5 years ago
  13. 6fcb173 Combine libhidlbase/libhidltransport into one lib. am: a46371d5b3 by Steven Moreland · 5 years ago
  14. a46371d Combine libhidlbase/libhidltransport into one lib. by Steven Moreland · 5 years ago
  15. ddbc103 Expound on HIDL Return errors. am: 94c4374133 am: 83d1790b25 am: fc811da6f9 by Steven Moreland · 5 years ago
  16. fc811da Expound on HIDL Return errors. am: 94c4374133 am: 83d1790b25 by Steven Moreland · 5 years ago
  17. 94c4374 Expound on HIDL Return errors. by Steven Moreland · 5 years ago
  18. 972991f Zero-initialize hidl_vec data by Steven Moreland · 5 years ago
  19. f265872 Zero-init HIDL core types (all) by Steven Moreland · 5 years ago
  20. 10688bd hidl_vec/hidl_array add value_type by Steven Moreland · 5 years ago
  21. 0f5fa06 Merge "hidl_vec/hidl_array add value_type" by Steven Moreland · 5 years ago
  22. 42cf1b9 hidl_vec/hidl_array add value_type by Steven Moreland · 5 years ago
  23. b37de4a hidl_vec/hidl_array add value_type by Steven Moreland · 5 years ago
  24. 8473b75 Zero-initialize hidl_vec data am: 97e2d175cf am: 4d05bb9298 by Steven Moreland · 5 years ago
  25. 97e2d17 Zero-initialize hidl_vec data by Steven Moreland · 5 years ago
  26. 5cc1691 Zero-init HIDL core types (all) by Steven Moreland · 5 years ago
  27. cdc4bb8 Tests & stronger guarantees for hidl_* pads. by Steven Moreland · 5 years ago
  28. b3e53b2 Merge "Zero-init HIDL core types (hidl_handle)." by TreeHugger Robot · 5 years ago
  29. 180d161 Zero-init HIDL core types (hidl_handle). by Steven Moreland · 5 years ago
  30. 7daef88 Zero-init HIDL core types. by Steven Moreland · 5 years ago
  31. eda1f92 Add setProcessHidlReturnRestriction. by Steven Moreland · 6 years ago
  32. b7b0efa Merge "Add setProcessHidlReturnRestriction." by TreeHugger Robot · 6 years ago
  33. 23a901c Add setProcessHidlReturnRestriction. by Steven Moreland · 6 years ago
  34. 779a714 Status/Return: document expected usage. by Steven Moreland · 6 years ago
  35. 6329c3e Revert "Made hidl_vec(size_t size) explicit" by Eran Messeri · 6 years ago
  36. f7e10f4 Made hidl_vec(size_t size) explicit by Ilya Matyukhin · 6 years ago
  37. c48d4f6 Allow hidl_vec = initializer list by Siarhei Vishniakou · 6 years ago
  38. 39d9f88 hidl_enum_range: support const/reverse iteration by Steven Moreland · 6 years ago
  39. 73fe94d Use static linkage to reduce user/userdebug differences by Logan Chien · 6 years ago
  40. 6a323ed Do not add system to HAL library path for vendor process. by Justin Yun · 6 years ago
  41. dd772b4 Status: no 'okay' EX_TRANSACTION_FAILED by Steven Moreland · 6 years ago
  42. 4cee37c MQDescriptor: warn about handle ownership by Steven Moreland · 6 years ago
  43. 6d50315 MQDescriptor: allow copies. by Steven Moreland · 6 years ago
  44. 3833f20 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  45. 564a8d2 Adding {read,write}Embedded{From,To} methods for hidl_handle by Nirav Atre · 6 years ago
  46. 277f977 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  47. 2505641 HIDL templated destructor by Nirav Atre · 6 years ago
  48. b328f01 hidl_version: add operator!= by Steven Moreland · 6 years ago
  49. f80cad9 Merge "Don't call the destructor on the base class." by Steven Moreland · 6 years ago
  50. af78948 Don't call the destructor on the base class. by Alec Edgington · 6 years ago
  51. 86ae999 Allow libhidl to be used in recovery by Jerry Zhang · 6 years ago
  52. 2f2c963 hidl_enum_iterator: deprecate w/ message by Steven Moreland · 6 years ago
  53. 5f3a8cf Replace hidl_enum_{iterator -> range}. by Steven Moreland · 6 years ago
  54. ed4c5d0 Remove extra semicolon at end of namespace by Pirama Arumuga Nainar · 6 years ago
  55. 57c6fcb Add earlier CHECK in hidl_string by Steven Moreland · 7 years ago
  56. e8f8259 Imporve hidl profiling. by Zhuoyao Zhang · 7 years ago
  57. a675212 Introduce hidl_bitfield. by Steven Moreland · 7 years ago
  58. 1f04810 Insert vndk version to hal library path strings by Justin Yun · 7 years ago
  59. 62a38df Fix comparisson operation of const char* with hidl_string by Janis Danisevskis · 7 years ago
  60. abce0c7 Add global definition of hidl_enum_iterator. by Steven Moreland · 7 years ago
  61. de6c76a Add environment flag to disable gcov path config. by Ryan Campbell · 7 years ago
  62. 8e42f5a Refine HidlMemory by Howard Chen · 7 years ago
  63. 280af0a Fix ~HidlMemory by Howard Chen · 7 years ago
  64. 0abe5aa libhidlbase / libhidltransport is static by Yifan Hong · 7 years ago
  65. 21d59d9 Support gcov flushing in libhidlbase. by Ryan Campbell · 7 years ago
  66. 9889380 Fix copyFrom overflow when arg is UINT32_MAX. by Steven Moreland · 7 years ago
  67. 3f8c416 Better constructors for hidl_memory. by Steven Moreland · 7 years ago
  68. 9bc35c4 Add HidlMemory by Howard Chen · 7 years ago
  69. aa661fc Remove flaky test and clarify documentation. by Steven Moreland · 7 years ago
  70. 0dab326 Initialize uninitialized var in SynchronizedQueue. by Steven Moreland · 7 years ago
  71. 96e9de0 Add size constructor to hidl_vec. by Steven Moreland · 7 years ago
  72. fd9ecee Switch from NULL -> nullptr. by Stephen Hines · 7 years ago
  73. ff189a0 libhidladapter: Support for HIDL adapters by Steven Moreland · 7 years ago
  74. 10618f3 Pad hidl_pointer in all cases. by Steven Moreland · 7 years ago
  75. 0542004 TaskRunner: name the threads by Chia-I Wu · 7 years ago
  76. 56eb149 Add /system/lib/vndk-sp/hw to search paths for HAL impls by Jiyong Park · 7 years ago
  77. 806505e Merge "Fix clang-tidy performance-* warnings in system/libhidl." by Treehugger Robot · 7 years ago
  78. b0f52a0 Merge "Remove clang: true" by Treehugger Robot · 7 years ago
  79. 41649d5 Fix clang-tidy performance-* warnings in system/libhidl. by Chih-Hung Hsieh · 7 years ago
  80. 932de1e Merge "Create thread in passthrough objects lazily." am: 546ebf4c7d by Steven Moreland · 7 years ago
  81. c03f943 Create thread in passthrough objects lazily. by Steven Moreland · 7 years ago
  82. 613bf57 Remove clang: true by Lennart Wieboldt · 7 years ago
  83. 4617ff6 Merge "Expose HidlInstrumentor data." am: 1ba6751d20 by Steven Moreland · 7 years ago
  84. 1ba6751 Merge "Expose HidlInstrumentor data." by Treehugger Robot · 7 years ago
  85. a29d03a Expose HidlInstrumentor data. by Steven Moreland · 7 years ago
  86. d0329fe Replace soong variables with cc_defaults. am: c75fc62c3a by Steven Moreland · 7 years ago
  87. 51e7c1c Mark hidl libs as VNDK or VNDK-SP in Android.bp am: 74f6593212 by Justin Yun · 7 years ago
  88. c75fc62 Replace soong variables with cc_defaults. by Steven Moreland · 7 years ago
  89. 74f6593 Mark hidl libs as VNDK or VNDK-SP in Android.bp by Justin Yun · 7 years ago
  90. 9ce2b88 Merge "Suppress misc-macro-parentheses warnings in system/libhidl." by Chih-Hung Hsieh · 7 years ago
  91. 22673d2 Merge "Suppress misc-macro-parentheses warnings in system/libhidl." by Treehugger Robot · 7 years ago
  92. 8916d3a Merge "Add support for coverage flushing." am: ae0e2fc891 by Ryan Campbell · 7 years ago
  93. ae0e2fc Merge "Add support for coverage flushing." by Ryan Campbell · 7 years ago
  94. b30feca Suppress misc-macro-parentheses warnings in system/libhidl. by Chih-Hung Hsieh · 7 years ago
  95. f910a6e Fix typo in BsFoo tag comment. am: 396f195c52 by Steven Moreland · 7 years ago
  96. 69aff75 Add support for coverage flushing. by Ryan Campbell · 7 years ago
  97. 396f195 Fix typo in BsFoo tag comment. by Steven Moreland · 7 years ago
  98. 41a206a Merge "Add tags for hidl interfaces." am: 1b8051072b by Steven Moreland · 7 years ago
  99. 5f82d3e Add tags for hidl interfaces. by Steven Moreland · 7 years ago
  100. 2801531 Add range constructor to hidl_vec. am: a9f6073068 by Tomasz Wasilczyk · 7 years ago