1. ef170f0 aaudio test: catch errors with release of input stream by Phil Burk · 6 years ago
  2. 8f4fe50 aaudio: refactor references to shared FIFO by Phil Burk · 6 years ago
  3. 29112a1 aaudio test: flushing to start transition by Phil Burk · 6 years ago
  4. fd19a77 aaudio test: add -s to test_steal_exclusive by Phil Burk · 6 years ago
  5. b9e4fd4 aaudio test: improve stealing test by Phil Burk · 6 years ago
  6. 4756a9f aaudio test: test stealing an exclusive stream by Phil Burk · 6 years ago
  7. cc131ba aaudio test: add tests for after release by Phil Burk · 6 years ago
  8. 9cf2382 aaudio test: check for uninitialized callback buffer by Phil Burk · 6 years ago
  9. 8b4e05e aaudio: add AAudioStream_release() by Phil Burk · 6 years ago
  10. 773eeb2 Merge "aaudio: add missing symbols and tests for capture privacy API" by Eric Laurent · 6 years ago
  11. 76373c2 aaudio: add missing symbols and tests for capture privacy API by Eric Laurent · 6 years ago
  12. 3e8bbb9 Adding system usages to AAudio by Hayden Gomes · 6 years ago
  13. 6363f4b aaudio test: allow zero buffer size by Phil Burk · 6 years ago
  14. cc34ecf aaudio: test audio_utils::Histogram by Phil Burk · 7 years ago
  15. 2d2f17c Split libaaudio.so to internal and NDK part by dimitry · 7 years ago
  16. 42471cc aaudio test: trigger race condition and hang by Phil Burk · 7 years ago
  17. a7138f1 audio tests: test for up message queue getting full by Phil Burk · 7 years ago
  18. 68646ba Add aaudio APC opt-out by Kevin Rocard · 7 years ago
  19. bd63c6f aaudio test_return_stop prints frames in buffer by Phil Burk · 7 years ago
  20. c0682e2 aaudio test: test drift in clock model by Phil Burk · 7 years ago
  21. d8ef100 Merge "aaudio test: improve test_timestamps.cpp" by TreeHugger Robot · 7 years ago
  22. 19785de aaudio test: improve test_timestamps.cpp by Phil Burk · 7 years ago
  23. ae4b6ec add new audio sources for audio capture by Eric Laurent · 7 years ago
  24. 384a196 aaudio: remove redundant message from test-return_stop.cpp by Phil Burk · 7 years ago
  25. 61cf6c1 audio: add test_return_stop.cpp by Phil Burk · 7 years ago
  26. e6faa59 aaudio: improve test_atomic_fifo by Phil Burk · 7 years ago
  27. d1bdb20 aaudio: unit test for IsochronousClockModel by Phil Burk · 9 years ago
  28. 0127c1b aaudio: use new flowgraph to simplify processing by Phil Burk · 8 years ago
  29. bb78a73 aaudio test: test flowgraph by Phil Burk · 8 years ago
  30. 882c520 aaudio: cleanup FIFO by Phil Burk · 8 years ago
  31. 217a14f aaudio: add unit test for FIFO by Phil Burk · 8 years ago
  32. 381708a aaudio: test interference between streams by Phil Burk · 8 years ago
  33. 67fdd89 aaudio: fix sessionId conversion by Phil Burk · 8 years ago
  34. 4fa3b94 aaudio: test matrix of state transitions by Phil Burk · 8 years ago
  35. eaef9b9 aaudio: use AAUDIO_INPUT_PRESET_VOICE_RECOGNITION by Phil Burk · 8 years ago
  36. a11f935 aaudio test: test sessionID for effects by Phil Burk · 8 years ago
  37. f9d1b99 aaudio: test USAGE, CONTENT_TYPE and INPUT_PRESET by Phil Burk · 8 years ago
  38. 2581ae2 aaudio: test calls to requestStop() from the data callback by Phil Burk · 8 years ago
  39. 7dd4843 Merge "aaudio: monkey test random activity" by TreeHugger Robot · 8 years ago
  40. b17aec1 Merge "aaudio: test linear ramp and conversion utilities" by TreeHugger Robot · 8 years ago
  41. 8693867 aaudio: monkey test random activity by Phil Burk · 8 years ago
  42. c2d2079 aaudio: test linear ramp and conversion utilities by Phil Burk · 8 years ago
  43. 0c15f4f aaudio: test some state transitions by Phil Burk · 8 years ago
  44. 9a9e600 aaudio: test AAudioStream_setBufferSizeInFrames() by Phil Burk · 8 years ago
  45. e72b63e Merge "Use -Werror in frameworks/av/media/libaaudio" by Chih-hung Hsieh · 8 years ago
  46. 68326fe Use -Werror in frameworks/av/media/libaaudio by Chih-Hung Hsieh · 8 years ago
  47. 3295913 Add back builds for libaaudio examples by Dan Willemsen · 8 years ago
  48. b44c69e Convert libaaudio to Android.bp by Dan Willemsen · 8 years ago
  49. bc4845e aaudio test: add test of improper handling of disconnect by Phil Burk · 9 years ago
  50. 523b304 aaudio: keep track of streams using strong pointers by Phil Burk · 9 years ago
  51. c75d97f aaudio: fix return code from getTimestamp() by Phil Burk · 9 years ago
  52. cda5c07 aaudio: test timestamps by Phil Burk · 9 years ago
  53. e72481c aaudio: fix ownership problems with file descriptors by Phil Burk · 9 years ago
  54. 97350f9 aaudio: improve accuracy of timestamps by Phil Burk · 9 years ago
  55. e34b0cf aaudio test: test both input and output stream limits by Phil Burk · 9 years ago
  56. 9169294 aaudio: limit number of streams per process by Phil Burk · 9 years ago
  57. 11e8d33 aaudio: close MMAP stream if client dies by Phil Burk · 9 years ago
  58. 0f6bf43 libaaudio: use shared library for tests and examples by Phil Burk · 9 years ago
  59. 1d32e9f aaudio: implement native IPLayer for legacy playback streams by Eric Laurent · 9 years ago
  60. 9dca982 aaudio: remove deprecated aaudio_audio_format_t by Phil Burk · 9 years ago
  61. 8dd7fed aaudio: add a test for openStream() with varying parameters by Phil Burk · 9 years ago
  62. e572f46 aaudio: apply volume in the MMAP data path by Phil Burk · 9 years ago
  63. a4eb0d8 aaudio: merge contents of AAudioDefinitions.h into AAudio.h by Phil Burk · 9 years ago
  64. e4d7bb4 libaaudio: implement callback by Phil Burk · 9 years ago
  65. c35f3ae libaaudio: remove LEGACY sharing mode by Phil Burk · 9 years ago
  66. f53e613 libaaudio: change name from liboboe by Phil Burk · 9 years ago