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