1. b7f8edc Use routed devices throughout the audio framework by Robert Wu · 1 year, 3 months ago
  2. cffd50f aaudio: handle shared disconnect before start by Phil Burk · 1 year, 8 months ago
  3. 76c2722 Merge "aaudio: prevent busy loop on shared stream standby" into main by Phil Burk · 1 year, 8 months ago
  4. 0abd79a aaudio: prevent busy loop on shared stream standby by Phil Burk · 1 year, 8 months ago
  5. b86b403 Move start/stopClient to command queue. by jiabin · 1 year, 8 months ago
  6. 1de7952 Set PAUSING state when start pausing a stream. by jiabin · 1 year, 8 months ago
  7. f7786a4 audio: Fix clang warnings by Andy Hung · 2 years ago
  8. e40864e Stop command thread only for the first close request. by jiabin · 2 years ago
  9. 773810a aaudio: un-suspend stream when message queue not full by Phil Burk · 2 years, 3 months ago
  10. d04b0ec AAudio: fix command thread busy loop after disconnection. by jiabin · 2 years, 11 months ago
  11. fc791ee Report data from aaudio mmap path to audio flinger. by jiabin · 3 years ago
  12. 613e6ae Enable clang-tidy in oboeservice. by jiabin · 3 years, 1 month ago
  13. b833fc5 Merge "AAudio: Add AAudioStream_getHardware* functions" by TreeHugger Robot · 3 years, 1 month ago
  14. 310037a AAudio: Add AAudioStream_getHardware* functions by Robert Wu · 3 years, 5 months ago
  15. 20d04e3 aaudio: fix command thread busy loop. by Jason Lin · 3 years, 2 months ago
  16. ec1788e Add playback mute notifications for mmap tracks by Vlad Popa · 3 years, 6 months ago
  17. f7f0615 Add standby mode for aaudio service stream. by jiabin · 4 years, 2 months ago
  18. ba75f21 Do not send command when aaudio command thread is not running. by jiabin · 4 years, 1 month ago
  19. 2a59462 Add AAudioCommandQueue in aaudio service. by jiabin · 4 years, 3 months ago
  20. a909409 Support aaudio channel mask. by jiabin · 4 years, 7 months ago
  21. 3376113 Switch media fw permissions checks to AttributionSource (av) by Svet Ganov · 4 years, 8 months ago
  22. 5a9f95f Merge changes Ie0e76781,I625d1919 into sc-dev by TreeHugger Robot · 4 years, 9 months ago
  23. e40fffe Merge "aaudio: pass strong pointers into threads" into sc-dev by TreeHugger Robot · 4 years, 9 months ago
  24. db46614 oboeservice: separate mDisconnected from mState by Phil Burk · 4 years, 9 months ago
  25. d50ae62 aaudio: unlock when joining the timestamp thread by Phil Burk · 4 years, 9 months ago
  26. 45da1b7 aaudio: prevent deadlock when stop() calls disconnect() by Phil Burk · 4 years, 10 months ago
  27. 3d20194 aaudio: pass strong pointers into threads by Phil Burk · 4 years, 10 months ago
  28. bda4575 Add attributionTag to audio-recordings by Philip P. Moltmann · 6 years ago
  29. 0bd745e aaudio: add thread safety annotation by Phil Burk · 5 years ago
  30. c5f4587 Convert AAudioService to AIDL by Ytai Ben-Tsvi · 5 years ago
  31. 8f4fe50 aaudio: refactor references to shared FIFO by Phil Burk · 6 years ago
  32. 3bd241d Merge "aaudio: lock transport methods" into rvc-dev by TreeHugger Robot · 6 years ago
  33. 7ebbc11 aaudio: lock transport methods by Phil Burk · 6 years ago
  34. ea84038 MediaMetrics: Prepare statistics for protos by Andy Hung · 6 years ago
  35. d203eb6 MediaMetrics: Use AllowUid property for services to control client access by Andy Hung · 6 years ago
  36. a987670 aaudio: add MediaMetrics for MMAP streams by Phil Burk · 6 years ago
  37. 8b4e05e aaudio: add AAudioStream_release() by Phil Burk · 6 years ago
  38. f878a8d aaudio: only send timestamps if queue less than half full by Phil Burk · 7 years ago
  39. a53ffa6 aaudio: rename timestamp variables by Phil Burk · 7 years ago
  40. 762365c aaudio: suspend a stream when its queue is full by Phil Burk · 7 years ago
  41. a3901e9 aaudio: reduce log spam by Phil Burk · 7 years ago
  42. 15f97c9 aaudio: set to SHARED when EXCLUSIVE fails by Phil Burk · 7 years ago
  43. 2fe718b aaudio: fix possible race condition in close() by Phil Burk · 8 years ago
  44. 6e2770e aaudio: use weak pointer to prevent UAF by Phil Burk · 8 years ago
  45. bbd5286 aaudio: teardown stream based on a port handle by Phil Burk · 8 years ago
  46. 19e990e aaudio: improve logging to help debugging by Phil Burk · 8 years ago
  47. 5cc83c3 aaudio: fix some state transitions by Phil Burk · 8 years ago
  48. 5597889 aaudio: name threads for easier debugging by Phil Burk · 8 years ago
  49. 9486252 aaudio: defer closing of stream until safe by Phil Burk · 8 years ago
  50. 2329638 aaudio: use xruns detected in the service by Phil Burk · 8 years ago
  51. a75fdf5 Merge "aaudio: cleanup logs and comments" by TreeHugger Robot · 8 years ago
  52. fbf031e aaudio: cleanup logs and comments by Phil Burk · 8 years ago
  53. 73af62a aaudio: fix loss of sync with HW FIFO index by Phil Burk · 8 years ago
  54. 83fb844 aaudio: fix small underflow when a stream is stopped by Phil Burk · 8 years ago
  55. 523b304 aaudio: keep track of streams using strong pointers by Phil Burk · 8 years ago
  56. bcc3674 aaudio: fix timestamps and underruns by Phil Burk · 8 years ago
  57. 39f02dd aaudio: fix EXCLUSIVE mode interfering with SHARED by Phil Burk · 8 years ago
  58. a5222e2 aaudio: improve error logging by Phil Burk · 8 years ago
  59. 97350f9 aaudio: improve accuracy of timestamps by Phil Burk · 9 years ago
  60. 940083c aaudio: fix intermittent hang and position error by Phil Burk · 9 years ago
  61. cb4dae2 aaudio: indicate client UID and PID to audio flinger by Eric Laurent · 9 years ago
  62. 5a26e66 aaudio: do not assert if deleting an unopened stream by Phil Burk · 9 years ago
  63. 98d6d92 aaudio: stop calling virtual methods from destructor by Phil Burk · 9 years ago
  64. 4501b35 aaudio: improved dumpsys by Phil Burk · 9 years ago
  65. 5ef003b aaudio: disconnect when onTearDown() called by Phil Burk · 9 years ago
  66. 11e8d33 aaudio: close MMAP stream if client dies by Phil Burk · 9 years ago
  67. ec89b2e aaudio: fix CTS for MMAP mode by Phil Burk · 9 years ago
  68. cf5f6d2 aaudio: reduce logspam, improve critical logs by Phil Burk · 9 years ago
  69. 87c9f64 aaudio: lower latency using MMAP capture by Phil Burk · 9 years ago
  70. 942bdc0 aaudio: plug some resource leaks by Phil Burk · 9 years ago
  71. 71f35bb aaudio: fix SHARED MMAP mode in server plus other bugs by Phil Burk · 9 years ago
  72. c0c70e3 AAudioService: integrated with audioserver by Phil Burk · 9 years ago
  73. 5ed503c liboboe: rename Oboe to AAudio by Phil Burk · 9 years ago[Renamed (72%) from services/oboeservice/OboeServiceStreamBase.cpp]
  74. dec33ab OboeAudioService: add thread to service for passing timestamps by Phil Burk · 9 years ago
  75. 2355edb OboeService: initial commit by Phil Burk · 9 years ago