1. 5babc4f audio policy: fix regression with duplicated output handle by Eric Laurent · 9 years ago
  2. 6130952 Notifications are not duplicated over multiple devices by Jean-Michel Trivi · 9 years ago
  3. 766fb02 Support routing audio playback to telephony uplink by Nadav Bar · 9 years ago
  4. f4ddfef Don't record audio if UID is idle - media framework by Svet Ganov · 9 years ago
  5. 7a098c5 Check audio profile by config mask by Hongwei Wang · 9 years ago
  6. bcbcb1b audiopolicy: Add more tests, fix issues found by Mikhail Naganov · 9 years ago
  7. ad3f8a1 audiopolicy: Add unit tests build target by Mikhail Naganov · 9 years ago
  8. 733ce94 audio policy: fix HAL stream activity ref counting by Eric Laurent · 9 years ago
  9. 447d536 Revert "Revert "audio policy: fix regression in A2DP playback"" by Eric Laurent · 9 years ago
  10. ae60317 Revert "Revert "audio policy: add parsing for profile max open and active count"" by Eric Laurent · 9 years ago
  11. 3974e3b Revert "Revert "audio policy: add open and active count for IO profiles"" by Eric Laurent · 9 years ago
  12. 53b810e audio policy: fix device address passed when opening HAL streams by Eric Laurent · 9 years ago
  13. 1b2a794 audiopolicy: Remove ; after namespace bracket by Mikhail Naganov · 9 years ago
  14. 2773dd7 audiopolicy: Use C++11 atomics, factor out handle generation by Mikhail Naganov · 9 years ago
  15. a5e165d audiopolicy: Make fields of HwModule private by Mikhail Naganov · 9 years ago
  16. 2478d52 audiopolicy: Use range for loops in managerdefinitions classes by Mikhail Naganov · 9 years ago
  17. 7b0e953 Revert "audio policy: add open and active count for IO profiles" by Eric Laurent · 9 years ago
  18. 79e94ec Revert "audio policy: add parsing for profile max open and active count" by Eric Laurent · 9 years ago
  19. 64ed5cb Merge "Revert "audio policy: fix regression in A2DP playback"" by TreeHugger Robot · 9 years ago
  20. 460451e Revert "audio policy: fix regression in A2DP playback" by Eric Laurent · 9 years ago
  21. 44804b4 Merge "audiopolicy: Refactor HwModuleCollection" by Mikhail Naganov · 9 years ago
  22. d412014 audiopolicy: Refactor HwModuleCollection by Mikhail Naganov · 9 years ago
  23. 995ba71 audio policy: fix regression in A2DP playback by Eric Laurent · 9 years ago
  24. 89984a0 audio policy: add parsing for profile max open and active count by Eric Laurent · 9 years ago
  25. f05fc90 audio policy: add open and active count for IO profiles by Eric Laurent · 9 years ago
  26. fe23112 audio policy: refactor output and input opening by Eric Laurent · 9 years ago
  27. 7db8b99 Adds AUDIO_DEVICE_IN_FM_TUNER/_BUS to virtual input device list by Hongwei Wang · 9 years ago
  28. 575bb3a Config deserialization: allow negative gain by Kevin Rocard · 9 years ago
  29. e156e8f Soundtrigger service: fix cross deadlock with audio policy service am: 338e8ba374 by Eric Laurent · 9 years ago
  30. 338e8ba Soundtrigger service: fix cross deadlock with audio policy service by Eric Laurent · 9 years ago
  31. 5cd72d8 audiopolicy: Fix null port handling in AudioOutputDescriptor by Mikhail Naganov · 9 years ago
  32. a54f128 aaudio: indicate client UID and PID to audio flinger by Eric Laurent · 9 years ago
  33. b64230e Merge "audio policy: fix audio device properties loading" into oc-dr1-dev am: ed0f8f425d by Eric Laurent · 9 years ago
  34. 83efe1c audio policy: fix audio device properties loading by Eric Laurent · 9 years ago
  35. ac4e429 Monitoring of recording: uid of recording session by Jean-Michel Trivi · 10 years ago
  36. 2ee7aab Android.mk: remove $TOP in LOCAL_C_INCLUDES by YOUNG HO CHA · 9 years ago
  37. be08ba9 Merge "audiopolicy: Two session can not offload concurrently" into oc-dev by Kevin Rocard · 9 years ago
  38. 169753c audiopolicy: Two session can not offload concurrently by Kevin Rocard · 10 years ago
  39. b0bb2ec Fix warnings hidden by -isystem by Colin Cross · 9 years ago
  40. 38f8671 Audio policy / flinger: updates to recording callback and record stop by Jean-Michel Trivi · 9 years ago
  41. 904d632 Add support for USB headset device by Eric Laurent · 10 years ago
  42. 05d19b0 fallout of cleaning-up libutils includes by Mathias Agopian · 10 years ago
  43. 551061a audiopolicy: Two clients can not offload concurrently by Kevin Rocard · 10 years ago
  44. bb94809 audio: enable concurrent capture for voice recognition by Eric Laurent · 10 years ago
  45. cac8d4e Merge "audio policy: allows dumping Audio Policy Mix" by TreeHugger Robot · 10 years ago
  46. 060a6c5 Merge "liblog: use log/log.h for ALOG macros" am: 59cfe7de39 am: c6d07e8230 am: 15b18326b6 by Mark Salyzyn · 10 years ago
  47. e74bbf1 liblog: use log/log.h for ALOG macros by Mark Salyzyn · 10 years ago
  48. 44344b0 audio policy: allows dumping Audio Policy Mix by Mikhail Naganov · 10 years ago
  49. 32a5f5d resolve merge conflicts of 4532a36 to master by Mark Salyzyn · 10 years ago
  50. 60d0207 Replace cutils/log.h with either android/log.h or log/log.h by Mark Salyzyn · 10 years ago
  51. e4c3c43 Use libxml2 as shared lib. by Jaekyun Seok · 10 years ago
  52. 3e9e728 Merge "fix Potential leak of memory pointed to by 'sourcesLiteral'" am: fa81ba8775 am: e16a2029e0 am: 228b9dec45 by Yunlian Jiang · 10 years ago
  53. e16a202 Merge "fix Potential leak of memory pointed to by 'sourcesLiteral'" by Yunlian Jiang · 10 years ago
  54. cc7c0d6 fix Potential leak of memory pointed to by 'sourcesLiteral' by Yunlian Jiang · 10 years ago
  55. 0aa15c6 Add back AUDIO_DEVICE_*_STUB to the enum map. by Mikhail Naganov · 10 years ago
  56. 913d06c Move TypeConverter into a shared library by Mikhail Naganov · 10 years ago
  57. bf2e61f Merge "Use audio_patch_handle_t in startAudioSource() and stopAudioSource()" by Glenn Kasten · 10 years ago
  58. 559d439 Use audio_patch_handle_t in startAudioSource() and stopAudioSource() by Glenn Kasten · 10 years ago
  59. 9ee0540 Remove last references to hardware/audio.h by Mikhail Naganov · 10 years ago
  60. 65fb656 Merge "Brush up audio parameters usage" by Mikhail Naganov · 10 years ago
  61. 388360c Brush up audio parameters usage by Mikhail Naganov · 10 years ago
  62. e755733 Remove executable bit from ordinary files by Glenn Kasten · 10 years ago
  63. 00260b5 Remove dependencies on hardware/audio_effects.h and EffectsFactoryApi.h by Mikhail Naganov · 10 years ago
  64. cbc8f61 Eliminate dependencies on hardware/audio.h (trivial cases) by Mikhail Naganov · 10 years ago
  65. f7c5010 resolve merge conflicts of a3de77f to master by Eric Laurent · 10 years ago
  66. a3de77f audio policy: fix capture indication to sound trigger service. am: 271a93e924 by Eric Laurent · 10 years ago
  67. 271a93e audio policy: fix capture indication to sound trigger service. by Eric Laurent · 10 years ago
  68. ad477fe Merge "Fix google-explicit-constructor warnings in audioflinger, audiopolicy." am: 9c9bad3c8d am: f7dc6d0df1 am: 5848eb65f6 by Chih-hung Hsieh · 10 years ago
  69. 2e97f1e Merge "Fix google-explicit-constructor warnings in audioflinger, audiopolicy." am: 9c9bad3c8d am: f7dc6d0df1 by Chih-hung Hsieh · 10 years ago
  70. 34f28cb Fix google-explicit-constructor warnings in audioflinger, audiopolicy. by Chih-Hung Hsieh · 10 years ago
  71. 5ca8f32 resolve merge conflicts of fd923e7 to stage-aosp-master am: df5d9246f9 by Chih-Hung Hsieh · 10 years ago
  72. df5d924 resolve merge conflicts of fd923e7 to stage-aosp-master by Chih-Hung Hsieh · 10 years ago
  73. e964d4e Fix clang-tidy warnings in audio and playerservice. by Chih-Hung Hsieh · 10 years ago
  74. 36d0ca1 Fix clang-tidy warnings in audio and playerservice. by Chih-Hung Hsieh · 10 years ago
  75. d91a420 Merge commit \'885dd7136a999d21219a4cc9034f20ef688c0625\' into manual_merge_885dd71 by Glenn Kasten · 10 years ago
  76. edab425 Merge commit '885dd7136a999d21219a4cc9034f20ef688c0625' into manual_merge_885dd71 by Glenn Kasten · 10 years ago
  77. 885dd71 Merge "Enable strict warning checks and fix" into nyc-mr1-dev by Glenn Kasten · 10 years ago
  78. aca4545 Merge \\"Fix to usage of upper bound value in volume curve\\" into nyc-mr1-dev am: e37b911fbf by Ricardo Garcia · 10 years ago
  79. dc14a4d Merge \"Fix to usage of upper bound value in volume curve\" into nyc-mr1-dev by rago · 10 years ago
  80. d362a52 Fix to usage of upper bound value in volume curve by rago · 10 years ago
  81. 1229ae8 Merge \\"Add Dolby TrueHD audio format\\" into nyc-mr1-dev am: 5cc2e814ac by Eric Laurent · 10 years ago
  82. fcddb0b Enable strict warning checks and fix by Glenn Kasten · 10 years ago
  83. f517d27 Merge \"Add Dolby TrueHD audio format\" into nyc-mr1-dev am: 5cc2e814ac by Eric Laurent · 10 years ago
  84. e30f209 Add Dolby TrueHD audio format by Eric Laurent · 10 years ago
  85. bf29173 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 10 years ago
  86. 7b5ee57 Merge "Merge "audio policy: fix regression in getDeviceConnectionState()." into nyc-dev am: f3aaf48fe2 am: 19665dc930" into nyc-mr1-dev-plus-aosp by Eric Laurent · 10 years ago
  87. 19665dc Merge "audio policy: fix regression in getDeviceConnectionState()." into nyc-dev by Eric Laurent · 10 years ago
  88. 6163904 Symbolize flags of IOProfile in dumps by Mikhail Naganov · 10 years ago
  89. 634b714 audio policy: fix regression in getDeviceConnectionState(). by Eric Laurent · 10 years ago
  90. 0d6a033 Small improvements in audio_policy dump by Mikhail Naganov · 10 years ago
  91. 54840ea fix the build am: 0631aee am: 9ce4e24 am: 7ffe507 by Eric Laurent · 10 years ago
  92. 9ce4e24 fix the build am: 0631aee by Eric Laurent · 10 years ago
  93. 0631aee fix the build by Eric Laurent · 10 years ago
  94. cc607b1 Merge "audio policy: support platforms with no audio devices" into nyc-dev am: 8111860 am: 21c4ffc by Eric Laurent · 10 years ago
  95. 010b235 Merge "audio policy: support platforms with no audio devices" into nyc-dev am: 8111860 by Eric Laurent · 10 years ago
  96. 8731a0a Merge "audio policy: support platforms with no audio devices" into nyc-dev by Eric Laurent · 10 years ago
  97. 5a2b629 audio policy: support platforms with no audio devices by Eric Laurent · 10 years ago
  98. 45207c0 Merge "resolve merge conflicts of cecb297 to nyc-dev-plus-aosp" into nyc-dev-plus-aosp by Christopher Wiley · 10 years ago
  99. b30195c resolve merge conflicts of cecb297 to nyc-dev-plus-aosp by Christopher Wiley · 10 years ago
  100. 53a2732 audio policy: fix call audio over 24 bit USB device am: 8ae7312 am: dbe477a by Eric Laurent · 10 years ago