1. e7ce822 Add test for bitset/mask type. by Yifan Hong · 9 years ago
  2. 961e625 Update to use the correct logging library. by Yifan Hong · 9 years ago
  3. 1d74731 Fix tests for using IBase instead of IBinder. by Yifan Hong · 9 years ago
  4. ebcc332 Use IBase instead of IBinder for interface keyword. by Yifan Hong · 9 years ago
  5. e19e582 Update makefiles for hidlizing IBase. by Yifan Hong · 9 years ago
  6. 2ed821d Merge "Test interface for hidlized IMemory." by Treehugger Robot · 9 years ago
  7. 786c00d Merge "wifi: Don't include legacy hal header in wifi_status_util" by Roshan Pius · 9 years ago
  8. 3ff5010 Merge "wifi: Add utility for struct conversions" by Treehugger Robot · 9 years ago
  9. 0cb4a94 Test interface for hidlized IMemory. by Martijn Coenen · 9 years ago
  10. a4854ff wifi: Don't include legacy hal header in wifi_status_util by Roshan Pius · 9 years ago
  11. e65edb1 wifi: Add utility for struct conversions by Roshan Pius · 9 years ago
  12. 48f6298 Merge "Update to use the correct logging library." by Treehugger Robot · 9 years ago
  13. 65cbd60 Update to use the correct logging library. by Yifan Hong · 9 years ago
  14. 5329acb Merge "Revert "Use get instead of implicit cast on Return<*>."" by Treehugger Robot · 9 years ago
  15. 832f1a7 Merge "Always specify underlying enum type." by Treehugger Robot · 9 years ago
  16. fafbbd7 Revert "Use get instead of implicit cast on Return<*>." by Steven Moreland · 9 years ago
  17. 13be232 Merge "Wifi: don't require C++11." by Treehugger Robot · 9 years ago
  18. fd46bce Wifi: don't require C++11. by Steven Moreland · 9 years ago
  19. cca3e97 Merge "NFC: Add @exports to generate nfc-base.h headers." by Ruchi Kandoi · 9 years ago
  20. f5e1ac6 Merge "Update to use the correct library for logging." by Yifan Hong · 9 years ago
  21. 73600f7 Always specify underlying enum type. by Steven Moreland · 9 years ago
  22. 0c4c7a3 Update to use the correct library for logging. by Yifan Hong · 9 years ago
  23. 9f51806 Merge changes I304a5d9d,Ied19d9ec,Ie6c03aee by Treehugger Robot · 9 years ago
  24. 99535bc NFC: Add @exports to generate nfc-base.h headers. by Ruchi Kandoi · 9 years ago
  25. 51068e0 Nfc: Change return types for Nfc hal to specified type. by Ruchi Kandoi · 9 years ago
  26. 2301209 wifi: Add NAN API wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  27. d8e915a wifi: Add RTT API wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  28. 8714a3e wifi: Add logger/debug API wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  29. dc5f84f Use get instead of implicit cast on Return<*>. by Steven Moreland · 9 years ago
  30. 2fe5762 Merge "Update makefiles for logging." by Treehugger Robot · 9 years ago
  31. 33e87b8 Remove HIDL_GENERATED from things written by hand. by Steven Moreland · 9 years ago
  32. 403161a Use newly introduced hidl_handle. by Martijn Coenen · 9 years ago
  33. 88fb149 Merge changes I7c418811,I0870eae0 by Treehugger Robot · 9 years ago
  34. 3e3a099 Update makefiles for logging. by Steven Moreland · 9 years ago
  35. 3bca1ee Merge "NFC: Add Annotations to the HAL file" by Ruchi Kandoi · 9 years ago
  36. 7cece41 wifi: Add link layer stats API wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  37. 76ff302 wifi: Add gscan API wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  38. 63544ea Split libhidl into base and transport. by Yifan Hong · 9 years ago
  39. 6033952 Merge "Cast hidl_pointer<T> to void*." by Martijn Coenen · 9 years ago
  40. d5e70d7 Merge "Add a missing RIL request in iRadio.hal" by Sanket Padawe · 9 years ago
  41. f6e345a Add a missing RIL request in iRadio.hal by Sanket Padawe · 9 years ago
  42. 0a47c18 wifi: Add APF/feature-set wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  43. 65c86c0 Cast hidl_pointer<T> to void*. by Martijn Coenen · 9 years ago
  44. 6cedc97 wifi: Move legacy hal types to a new namespace (2/2) by Roshan Pius · 9 years ago
  45. 511cc49 wifi: Changes to WifiLegacy Hal by Roshan Pius · 9 years ago
  46. 955542e wifi: Move legacy hal types to a new namespace (1/2) by Roshan Pius · 9 years ago
  47. 23f9f30 wifi: Remove passthrough mode by Roshan Pius · 9 years ago
  48. 0c92d44 wifi: Stub implementation of WifiNanIface methods by Roshan Pius · 9 years ago
  49. 7913f5e wifi: Stub implementation of WifiRttController methods by Roshan Pius · 9 years ago
  50. a04ba3f wifi: Stub implementation of WifiStaIface methods by Roshan Pius · 9 years ago
  51. 7d08d7a wifi: Stub implementation of WifiChip methods by Roshan Pius · 9 years ago
  52. 907d4a2 wifi: Use hidl_return_util functions in Iface/Rtt by Roshan Pius · 9 years ago
  53. 3c86852 wifi: Use hidl_return_util functions in WifiChip by Roshan Pius · 9 years ago
  54. 5647665 wifi: Helper functions for invoking hidl cont callbacks by Roshan Pius · 9 years ago
  55. 734fea0 wifi: Make methods deliver status synchronously (3/3) by Roshan Pius · 9 years ago
  56. 5c05546 wifi: Make methods deliver status synchronously (2/3) by Roshan Pius · 9 years ago
  57. 503582e wifi: Make methods deliver status synchronously (1/3) by Roshan Pius · 9 years ago
  58. 1922482 wifi: Rename failure_reason_util to wifi_status_util by Roshan Pius · 9 years ago
  59. 02caa1b wifi(interface): Add status for all methods by Roshan Pius · 9 years ago
  60. e0724f9 wifi(interface): Add wifi host debug wake up reason stats by Roshan Pius · 9 years ago
  61. fe9ad36 wifi(interface): Add wifi debug packet fate related interface by Roshan Pius · 9 years ago
  62. e3a02b0 wifi(interface): Add wifi debug ring buffer related interface by Roshan Pius · 9 years ago
  63. 5e25466 wifi(interface): Move all StaIface types to types.hal by Roshan Pius · 9 years ago
  64. e03f736 wifi(interface): Fix compilation failure by Roshan Pius · 9 years ago
  65. 18eec81 wifi(interface): Rtt controller HIDL interface by Roshan Pius · 9 years ago
  66. 120f94c wifi(interface): NAN HIDL interface by Roshan Pius · 9 years ago
  67. 18680b7 wifi(interface): Link layer stats collection by Roshan Pius · 9 years ago
  68. a52dc73 wifi(interface): Make methods synchronous by Roshan Pius · 9 years ago
  69. 1f9073c wifi(interface): Add status for every method by Roshan Pius · 9 years ago
  70. 7b77747 wifi(interface): Add gscan/apf related API's by Roshan Pius · 9 years ago
  71. 9e01c51 supplicant(interface): Fix compilation failure by Roshan Pius · 9 years ago
  72. 06a3daa Merge "supplicant(interface): Add support for Hotspot 2.0" by Roshan Pius · 9 years ago
  73. b76dbbe supplicant(interface): Add support for Hotspot 2.0 by Roshan Pius · 9 years ago
  74. 72882f0 Merge "Run boot HAL service as root" by Connor O'Brien · 9 years ago
  75. d91322e Merge "Extend Telephony HIDL interface to include unsolicited RIL commands." by Treehugger Robot · 9 years ago
  76. a08c29c Extend Telephony HIDL interface to include unsolicited RIL commands. by Sanket Padawe · 9 years ago
  77. 849d24c Merge "supplicant(interface): Support P2P operations" by Roshan Pius · 9 years ago
  78. 1eb8f1c Update Android.bp to reexport dependent packages. by Yifan Hong · 9 years ago
  79. 50e32b7 Run boot HAL service as root by Connor O'Brien · 9 years ago
  80. 846d9ab NFC: Add Annotations to the HAL file by Ruchi Kandoi · 9 years ago
  81. 756ad99 supplicant(interface): Support P2P operations by Roshan Pius · 9 years ago
  82. 5222c47 Merge "Support genrules with multiple tools" by Colin Cross · 9 years ago
  83. 8f084e0 Support genrules with multiple tools by Colin Cross · 9 years ago
  84. 22373cb Merge "supplicant(interface): Remove "wpa_supplicant"" by Treehugger Robot · 9 years ago
  85. 37c96a5 Merge "Extend HIDL interface for Radio (RIL)." by Sanket Padawe · 9 years ago
  86. d52335c Extend HIDL interface for Radio (RIL). by Sanket Padawe · 9 years ago
  87. 139b690 Merge "Fix test for array size orders." by Treehugger Robot · 9 years ago
  88. 8c6a877 supplicant(interface): Remove "wpa_supplicant" by Roshan Pius · 9 years ago
  89. 1f4fbc0 hidl_test: do not use Return for app errors. by Yifan Hong · 9 years ago
  90. 1d57002 Fix test for array size orders. by Yifan Hong · 9 years ago
  91. 7c636f8 wpa_supplicant(interface): Remove create/remove iface methods from HIDL by Roshan Pius · 9 years ago
  92. 39f588f wpa_supplicant(interface): Add iface/network type by Roshan Pius · 9 years ago
  93. 8766c01 Merge "Running update-makefiles for fixed spacing." by Treehugger Robot · 9 years ago
  94. 688bb1e Add test for null native_handle_t*. by Yifan Hong · 9 years ago
  95. 7982058 Running update-makefiles for fixed spacing. by Steven Moreland · 9 years ago
  96. b7307d5 Add method to IFoo for testing NULL interfaces. by Martijn Coenen · 9 years ago
  97. 0d4bc82 Merge "Initial version of BT SAP hal." by Amit Mahajan · 9 years ago
  98. ebfa633 Add interface methods for testing vec<handle>. by Yifan Hong · 9 years ago
  99. 058ee27 Merge "add test for binder inheritance." by Treehugger Robot · 9 years ago
  100. f43e22b Merge "NFC HAL doesn't need readproc." by Martijn Coenen · 9 years ago