1. 76cfb84 Update makefiles. (2/2) by Steven Moreland · 8 years ago
  2. c117245 VTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload method by Mikhail Naganov · 8 years ago
  3. bc71124 Update makefiles for c++-sources and c++-headers. (2/2) by Steven Moreland · 8 years ago
  4. c8c6a81 audiohal: Support stateful downmixer effects by Mikhail Naganov · 8 years ago
  5. 95344ba Merge "audiohal: Fix handling of invalid arguments in 'debugDump' methods" into oc-dev by Mikhail Naganov · 8 years ago
  6. 3e6fe75 audiohal: Fix handling of invalid arguments in 'debugDump' methods by Mikhail Naganov · 8 years ago
  7. 3a2470f audiohal: Fix typos in comments, add missing comments by Mikhail Naganov · 8 years ago
  8. a8a9cc6 audio hal: explicitly import headers by Steven Moreland · 8 years ago
  9. 6fa374a Changed the naming scheme for Treble java libraries (both static and dynamic) by Andreas Huber · 8 years ago
  10. 3b36a83 Update makefiles (2/2). by Steven Moreland · 8 years ago
  11. 40d3a9b Convert all comments into "doxygen-ready" comments. by Andreas Huber · 8 years ago
  12. 561b602 Update makefiles for hwtypes.h by Steven Moreland · 8 years ago
  13. 8b62473 Merge "audiohal: Add crash tests for some methods of IEffect" by TreeHugger Robot · 8 years ago
  14. 05fa0d0 audiohal: Add crash tests for some methods of IEffect by Mikhail Naganov · 8 years ago
  15. b0dd076 audiohal: Remove stale TODOs by Mikhail Naganov · 8 years ago
  16. 9f28904 Add VTS tests for audio effects by Mikhail Naganov · 8 years ago
  17. ed2bb4e Change vts target base test class name by Yuexi Ma · 8 years ago
  18. 48c5224 hidl_default to all targets. by Steven Moreland · 8 years ago
  19. 50d7e27 change all vts hidl tests to use VtsHalHidlTargetBaseTest (internal master) by Yuexi Ma · 8 years ago
  20. 7e73d5b Remove viral dependency on libhwbinder. (2/2) by Steven Moreland · 8 years ago
  21. 8422f6a Update the test binary and source file name on master. by Zhuoyao Zhang · 8 years ago
  22. 549ca2b audio_effect HAL uses "default" service name by Chris Phoenix · 9 years ago
  23. a0da1a1 Move hidl shims to the vendor partition. (2/2) by Steven Moreland · 8 years ago
  24. 86fa244 Merge "Update makefiles to use filgroup syntax." by TreeHugger Robot · 8 years ago
  25. b2e8954 Merge "audio: Remove timeout from waits on event flags in HAL driver threads" by TreeHugger Robot · 8 years ago
  26. 85120c9 Update makefiles to use filgroup syntax. by Tri Vo · 8 years ago
  27. e867456 audio: Remove timeout from waits on event flags in HAL driver threads by Mikhail Naganov · 8 years ago
  28. d38f147 Updated makefiles by Andreas Huber · 8 years ago
  29. ce608be Migrate driver/profiler to test/vts-testcase/hal. by Tri Vo · 8 years ago
  30. 9bb90a5 Merge "audiohal: Make closing of effects and streams fast" by Mikhail Naganov · 8 years ago
  31. 7b9b6ca move VTS stub files and non-functional tests by Keun Soo Yim · 8 years ago
  32. e9b43bb Update Andriod.bp for hals. by Zhuoyao Zhang · 8 years ago
  33. b0abafb audiohal: Make closing of effects and streams fast by Mikhail Naganov · 9 years ago
  34. b21bdc8 use the device's default binder/passthrough mode in vts tests by Keun Soo Yim · 9 years ago
  35. f4f2ff3 audiohal: Fix volume changes handling by Mikhail Naganov · 9 years ago
  36. 5d406a3 Merge "add target-side profiling test for multimedia HIDL HALs" by Keun Soo Yim · 9 years ago
  37. e64871a add target-side profiling test for multimedia HIDL HALs by Keun Soo Yim · 9 years ago
  38. 96232e3 Revert "Revert "move VTS HIDL HAL tests to the corresponding interface directories"" by Steven Moreland · 9 years ago
  39. 070e8d2 Revert "move VTS HIDL HAL tests to the corresponding interface directories" by Ruchi Kandoi · 9 years ago
  40. f276d19 Remove coverage from test configurations. by Ryan Campbell · 9 years ago
  41. a8d358f Merge changes from topic 'bphwfoo' by TreeHugger Robot · 9 years ago
  42. a18049a Bp/nFoo -> Bp/nHwFoo. by Yifan Hong · 9 years ago
  43. a331de1 audiohal: Re-implement effect process using FMQ and IMemory by Mikhail Naganov · 9 years ago
  44. f755f46 add coverage config to audio effect VTS test by Keun Soo Yim · 9 years ago
  45. b643842 Return<*> getStatus().isOk() -> isOk() by Steven Moreland · 9 years ago
  46. 6a56e38 Moved operator== to be autogen'd by hidl-gen. by Yifan Hong · 9 years ago
  47. f35ee3b Revert "Revert "Update makefiles for Java package path."" by Yifan Hong · 9 years ago
  48. a8789f2 Revert "Update makefiles for Java package path." by Yifan Hong · 9 years ago
  49. ab0792c Update makefiles for Java package path. by Yifan Hong · 9 years ago
  50. 5018394 Update makefiles for hidlizing IBase. by Yifan Hong · 9 years ago
  51. 7bdce32 Merge "Update to use the correct logging library." by Yifan Hong · 9 years ago
  52. f9d3034 Update to use the correct logging library. by Yifan Hong · 9 years ago
  53. a9a58c1 Merge "Audio HAL: fixes for issues discovered after client conversion" by Mikhail Naganov · 9 years ago
  54. 6e81e9b Audio HAL: fixes for issues discovered after client conversion by Mikhail Naganov · 9 years ago
  55. 32094ca Merge changes I0b1a0979,I4aa89a39 by TreeHugger Robot · 9 years ago
  56. d6e4f03 Remove HIDL_GENERATED from things written by hand. by Steven Moreland · 9 years ago
  57. d26dc50 Always specify underlying enum type. by Steven Moreland · 9 years ago
  58. bbff14d Merge "Update makefiles for logging." by Steven Moreland · 9 years ago
  59. b74aac8 Merge "move VTS HIDL HAL tests to the corresponding interface directories" by Keun Soo Yim · 9 years ago
  60. 70b9a15 Use newly introduced hidl_handle. by Martijn Coenen · 9 years ago
  61. 8a36c0b move VTS HIDL HAL tests to the corresponding interface directories by Keun Soo Yim · 9 years ago
  62. f8d68ec Update makefiles for logging. by Steven Moreland · 9 years ago
  63. 6b920e4 Split libhidl into base and transport. by Yifan Hong · 9 years ago
  64. 1054829 Implement audio devices and streams HAL delegating to legacy HAL by Mikhail Naganov · 9 years ago
  65. bf39317 Add simple target-side VTS test for IEffectFactory.hal by Mikhail Naganov · 9 years ago
  66. c2f2779 Update Android.bp to reexport dependent packages. by Yifan Hong · 9 years ago
  67. 0522f89 Merge "Implement audio effects HAL delegating to legacy HAL" by Mikhail Naganov · 9 years ago
  68. b785f5b Support genrules with multiple tools by Colin Cross · 9 years ago
  69. 7cbf2f1 Implement audio effects HAL delegating to legacy HAL by Mikhail Naganov · 9 years ago
  70. fcd74eb Running update makefiles. by Steven Moreland · 9 years ago
  71. 6972777 Stop all these merge conflicts. by Steven Moreland · 9 years ago
  72. c115895 Remove redundant prefixes from enums in audio common types and effects HAL by Mikhail Naganov · 9 years ago
  73. 40be06c Define HAL for audio effects by Mikhail Naganov · 9 years ago