1. 1e83bee aaudio: call stop() from the callback by Phil Burk · 8 years ago
  2. 762365c aaudio: suspend a stream when its queue is full by Phil Burk · 8 years ago
  3. 7f7dc87 Merge "aaudio: reduce log spam" by TreeHugger Robot · 8 years ago
  4. 58f7ff5 aaudio: Fix converting negative FIFO counters to index by Phil Burk · 8 years ago
  5. a3901e9 aaudio: reduce log spam by Phil Burk · 8 years ago
  6. 317bac9 AAudio: Fix setChannelCount and setSamplesPerFrame by Zach Riggle · 8 years ago
  7. 8ffcf61 aaudio: turn off RAW flag for sessions by Phil Burk · 8 years ago
  8. 0127c1b aaudio: use new flowgraph to simplify processing by Phil Burk · 8 years ago
  9. 3610f74 Merge changes I7d7794fd,I81a56554 by Phil Burk · 8 years ago
  10. 64dce36 aaudio: add simple flowgraph system by Phil Burk · 8 years ago
  11. 5c4f826 aaudio: clip setBufferSizeInFrames() by Phil Burk · 9 years ago
  12. 882c520 aaudio: cleanup FIFO by Phil Burk · 8 years ago
  13. 9dcd34f AAudio should not use legacy path if not allowed by Kevin Rocard · 8 years ago
  14. 2b6f128 aaudio: fix reset of frame counters on stop, flush by Phil Burk · 8 years ago
  15. 51f0717 aaudio: use fmin and fmax to block Nan by Phil Burk · 8 years ago
  16. f7da0b9 aaudio: fix FIFO wrapround frame counts by Phil Burk · 8 years ago
  17. bbd5286 aaudio: teardown stream based on a port handle by Phil Burk · 8 years ago
  18. 55e5eab aaudio: cleanup logs and add counters to dumpsys by Phil Burk · 8 years ago
  19. 3d786cb aaudio: convert I16 input to float by Phil Burk · 8 years ago
  20. c095964 aaudio: fix uninitialized var in getBestTimestamp by Phil Burk · 8 years ago
  21. 19e990e aaudio: improve logging to help debugging by Phil Burk · 8 years ago
  22. 7f68013 audio: check for negative sizes in conversion by Phil Burk · 9 years ago
  23. a5891f4 aaudio: call validate() from readFromParcel() by Phil Burk · 9 years ago
  24. b62c79b Merge "aaudio: convert mono output to stereo" by TreeHugger Robot · 9 years ago
  25. 41f19d8 aaudio: convert mono output to stereo by Phil Burk · 9 years ago
  26. 02fec70 aaudio: set ramp frames based on sample rate by Phil Burk · 9 years ago
  27. ed81601 aaudio: fix routing for FAST track by Phil Burk · 9 years ago
  28. 67fdd89 aaudio: fix sessionId conversion by Phil Burk · 9 years ago
  29. 5cc83c3 aaudio: fix some state transitions by Phil Burk · 9 years ago
  30. 6a784e7 Merge changes from topic "audio-hal-v4-tmp" by Kevin Rocard · 9 years ago
  31. 7a4b8ab Merge "aaudio: use AAUDIO_INPUT_PRESET_VOICE_RECOGNITION" by Phil Burk · 9 years ago
  32. eaef9b9 aaudio: use AAUDIO_INPUT_PRESET_VOICE_RECOGNITION by Phil Burk · 9 years ago
  33. da60340 Merge "aaudio: fix race condition in requestStart()" by TreeHugger Robot · 9 years ago
  34. 6d7582e Audio V4: Use the framework audio.h instead of the HAL's by Kevin Rocard · 9 years ago
  35. 4e1af9f aaudio: implement sessionId for effects by Phil Burk · 9 years ago
  36. 9e9a95b aaudio: fix race condition in requestStart() by Phil Burk · 9 years ago
  37. 3cf4c18 Merge "aaudio: fix USAGE, INPUT_PRESET and CONTENT_TYPE" by TreeHugger Robot · 9 years ago
  38. a62fb95 aaudio: fix USAGE, INPUT_PRESET and CONTENT_TYPE by Phil Burk · 9 years ago
  39. 5597889 aaudio: name threads for easier debugging by Phil Burk · 9 years ago
  40. d4ccc62 aaudio: implement new USAGE, CONTENT_TYPE and INPUT_PRESET by Phil Burk · 9 years ago
  41. e2039fd Merge "aaudio: fix warning for use after free" by Phil Burk · 9 years ago
  42. 40cbbae aaudio: fix warning for use after free by Phil Burk · 9 years ago
  43. 8232673 Merge "Use %d for int32_t" am: 240201e27b am: 63c04ff2b7 am: 6428a76641 by Yi Kong · 9 years ago
  44. 6428a76 Merge "Use %d for int32_t" am: 240201e27b am: 63c04ff2b7 by Yi Kong · 9 years ago
  45. 0f414de Use %d for int32_t by Yi Kong · 9 years ago
  46. 0b02f68 Merge "aaudio: prevent stop/close from a callback" by TreeHugger Robot · 9 years ago
  47. 134f197 aaudio: prevent stop/close from a callback by Phil Burk · 9 years ago
  48. ee99539 aaudio: honor requested device in Legacy mode by Phil Burk · 9 years ago
  49. bba0900 aaudio: optimize float to int conversion by Phil Burk · 9 years ago
  50. 693cb2b Merge "aaudio: use xruns detected in the service" by Phil Burk · 9 years ago
  51. 2329638 aaudio: use xruns detected in the service by Phil Burk · 9 years ago
  52. afd5242 Merge "aaudio: clip bufferSize at top of MMAP code" by TreeHugger Robot · 9 years ago
  53. 6479d50 aaudio: clip bufferSize at top of MMAP code by Phil Burk · 9 years ago
  54. 9eba210 aaudio: fix ramp for volume smoothing by Phil Burk · 9 years ago
  55. 4593b04 Merge commit '79edadcea74151b573d5b973d5a421baee693ec1' from by Xin Li · 9 years ago
  56. 6392485 Merge "aaudio: fix loss of sync with HW FIFO index" into oc-mr1-dev by Phil Burk · 9 years ago
  57. 999e110 aaudio: fix loss of sync with HW FIFO index by Phil Burk · 9 years ago
  58. a75fdf5 Merge "aaudio: cleanup logs and comments" by TreeHugger Robot · 9 years ago
  59. fbf031e aaudio: cleanup logs and comments by Phil Burk · 9 years ago
  60. 73af62a aaudio: fix loss of sync with HW FIFO index by Phil Burk · 9 years ago
  61. 29ca1b3 Convert libaaudio to Android.bp by Dan Willemsen · 9 years ago
  62. 0230b1a Convert libaaudio to Android.bp by Dan Willemsen · 9 years ago
  63. b44c69e Convert libaaudio to Android.bp by Dan Willemsen · 9 years ago
  64. 02cc0ec resolve merge conflicts of 58fc59b91c to oc-mr1-dev-plus-aosp by Elliott Hughes · 9 years ago
  65. 5fa7dcf Merge "Add missing includes." am: fe4ab105da by Dan Albert · 9 years ago
  66. cb2e7fb Add missing includes. by Dan Albert · 9 years ago
  67. 36967fb Add missing includes. by Dan Albert · 9 years ago
  68. e474bc1 aaudio: keep track of streams using strong pointers am: 523b3047af by Phil Burk · 9 years ago
  69. 523b304 aaudio: keep track of streams using strong pointers by Phil Burk · 9 years ago
  70. 5e44deb Merge "aaudio: cleaned up PlayerBase implementation" into oc-mr1-dev am: a39b3ba3ad by Phil Burk · 9 years ago
  71. 8a8a9e5 aaudio: cleaned up PlayerBase implementation by Phil Burk · 9 years ago
  72. 71ce897 Merge "aaudio: prevent noise upon disconnect" into oc-mr1-dev am: aa488ac2ca by Phil Burk · 9 years ago
  73. 2d5ba53 aaudio: prevent noise upon disconnect by Phil Burk · 9 years ago
  74. c3efae1 aaudio: fix return code from getTimestamp() am: c75d97f208 am: 331aa6d5c9 by Phil Burk · 9 years ago
  75. 8ec8c38 Merge "aaudio: fix problems with PlayerBase and ref counting" into oc-mr1-dev am: e0de1cdc1e by Phil Burk · 9 years ago
  76. c75d97f aaudio: fix return code from getTimestamp() by Phil Burk · 9 years ago
  77. 965650e aaudio: fix problems with PlayerBase and ref counting by Phil Burk · 9 years ago
  78. b8ba103 Merge changes from topic "aaudio_timestamps" into oc-mr1-dev am: cc84034676 by Phil Burk · 9 years ago
  79. bcc3674 aaudio: fix timestamps and underruns by Phil Burk · 9 years ago
  80. 7328a80 aaudio: prevent retrograde motion in Legacy timestamps by Phil Burk · 9 years ago
  81. 0b8529f Merge "Generate the IPlayer interface with AIDL." by Ivan Lozano · 9 years ago
  82. 8cf3a07 Generate the IPlayer interface with AIDL. by Ivan Lozano · 9 years ago
  83. 77964b9 Merge "aaudio: fix hang in client when audioserver dies" into oc-mr1-dev am: 35fcdb6a65 by Phil Burk · 9 years ago
  84. 2bc7c18 aaudio: fix hang in client when audioserver dies by Phil Burk · 9 years ago
  85. 963a754 Merge "aaudio: fix returned performanceMode for Legacy" into oc-mr1-dev am: c35e23e508 by Phil Burk · 9 years ago
  86. 09c27ca aaudio: fix returned performanceMode for Legacy by Phil Burk · 9 years ago
  87. 39f02dd aaudio: fix EXCLUSIVE mode interfering with SHARED by Phil Burk · 9 years ago
  88. 15f7cab aaudio: fix EXCLUSIVE mode interfering with SHARED by Phil Burk · 9 years ago
  89. 703ddd9 Merge "aaudio: prevent memory leak from double configure" into oc-mr1-dev am: 8a37a466dc by Phil Burk · 9 years ago
  90. 99306c8 aaudio: prevent memory leak from double configure by Phil Burk · 9 years ago
  91. 3e1842c Merge "aaudio: deleted FifoBuffers to fix memory leak" into oc-mr1-dev am: 39ebbc5925 by Phil Burk · 9 years ago
  92. 39ebbc5 Merge "aaudio: deleted FifoBuffers to fix memory leak" into oc-mr1-dev by Phil Burk · 9 years ago
  93. 3173b6f aaudio: fix ownership problems with file descriptors am: 37417526c9 by Phil Burk · 9 years ago
  94. 3741752 aaudio: fix ownership problems with file descriptors by Phil Burk · 9 years ago
  95. 1389cc4 Merge "aaudio: fix ownership problems with file descriptors" into oc-mr1-dev am: c9f2e060b0 by Phil Burk · 9 years ago
  96. e32eb6d Merge "Generate IAudioRecord with AIDL." by Ivan Lozano · 9 years ago
  97. 4a8d260 aaudio: deleted FifoBuffers to fix memory leak by Phil Burk · 9 years ago
  98. e72481c aaudio: fix ownership problems with file descriptors by Phil Burk · 9 years ago
  99. ff6900d Generate IAudioRecord with AIDL. by Ivan Lozano · 9 years ago
  100. d2d6f84 Merge "Fix double fd close in SharedMemoryParcelable." into oc-dr1-dev by Ruben Brunk · 9 years ago