summaryrefslogtreecommitdiffstats
path: root/services/oboeservice
Commit message (Expand)AuthorAgeFilesLines
* aaudio: protect against null clientPhil Burk2019-05-021-0/+6
* aaudio: use actual DSP burst size in timing modelPhil Burk2019-04-231-20/+5
* aaudio: reduce error logging, improve securityPhil Burk2019-04-177-42/+28
* aaudio: only send timestamps if queue less than half fullPhil Burk2019-04-022-0/+27
* Add aaudio APC opt-outKevin Rocard2019-03-221-1/+3
* aaudio: rename timestamp variablesPhil Burk2019-01-196-13/+18
* aaudio: suspend a stream when its queue is fullPhil Burk2018-12-134-2/+29
* Merge "Fix performance-for-range-copy warnings" am: 1ce37f1de3 am: c9584831bcChih-Hung Hsieh2018-12-135-8/+8
|\
| * Fix performance-for-range-copy warningsChih-Hung Hsieh2018-12-115-8/+8
| * Merge "aaudio: fix race condition in timestamp path"Glenn Kasten2018-11-282-1/+16
| |\
| | * aaudio: fix race condition in timestamp pathPhil Burk2018-10-222-1/+16
* | | aaudio: reduce log spamPhil Burk2018-12-0310-23/+7
* | | Merge "AAudio: Change dumpsys denial to Denial" am: 4cc8f84d26 am: e4814339b2Andy Hung2018-10-231-1/+1
|\| |
| * | AAudio: Change dumpsys denial to DenialAndy Hung2018-10-221-1/+1
| |/
| * Aaudio: Implement app shareable flag instead of -size hackKevin Rocard2018-08-171-8/+4
* | aaudio: fix race condition in timestamp pathPhil Burk2018-10-112-1/+16
* | aaudio: use new flowgraph to simplify processingPhil Burk2018-09-074-13/+18
* | aaudio: set to SHARED when EXCLUSIVE failsPhil Burk2018-09-057-18/+27
* | aaudio: cleanup FIFOPhil Burk2018-08-232-2/+2
* | Aaudio: Implement app shareable flag instead of -size hackKevin Rocard2018-08-021-8/+4
* | Move ServiceUtilities from audioflinger to libmediautilsAndy Hung2018-05-162-2/+1
|/
* aaudio: fix possible race condition in close()Phil Burk2018-05-155-42/+73
* aaudio: use weak pointer to prevent UAFPhil Burk2018-05-015-45/+108
* aaudio: teardown stream based on a port handlePhil Burk2018-04-1812-25/+119
* Revert "Revert "audioflinger: implement silenced capture for mmap""Eric Laurent2018-04-162-2/+3
* Merge "Revert "audioflinger: implement silenced capture for mmap"" into pi-devTreeHugger Robot2018-04-162-3/+2
|\
| * Revert "audioflinger: implement silenced capture for mmap"Eric Laurent2018-04-162-3/+2
* | aaudio: cleanup logs and add counters to dumpsysPhil Burk2018-04-136-30/+56
|/
* audioflinger: implement silenced capture for mmapEric Laurent2018-04-112-2/+3
* aaudio: improve logging to help debuggingPhil Burk2018-03-2311-66/+70
* aaudio: pass smart pointer to mixer threadPhil Burk2018-03-231-12/+25
* aaudio: convert mono output to stereoPhil Burk2018-03-011-1/+0
* aaudio: fix some state transitionsPhil Burk2018-01-241-4/+4
* aaudio: implement sessionId for effectsPhil Burk2018-01-185-11/+31
* Merge "aaudio: fix USAGE, INPUT_PRESET and CONTENT_TYPE"TreeHugger Robot2018-01-183-8/+13
|\
| * aaudio: fix USAGE, INPUT_PRESET and CONTENT_TYPEPhil Burk2018-01-163-8/+13
* | aaudio: name threads for easier debuggingPhil Burk2018-01-163-7/+30
|/
* aaudio: implement new USAGE, CONTENT_TYPE and INPUT_PRESETPhil Burk2018-01-111-8/+18
* aaudio: defer closing of stream until safePhil Burk2017-12-054-43/+105
* aaudio: use xruns detected in the servicePhil Burk2017-11-218-19/+67
* Merge "aaudio: cleanup logs and comments"TreeHugger Robot2017-11-0114-119/+106
|\
| * aaudio: cleanup logs and commentsPhil Burk2017-10-3114-119/+106
* | aaudio: fix loss of sync with HW FIFO indexPhil Burk2017-10-262-7/+20
|/
* Merge "aaudio: fix small underflow when a stream is stopped"Phil Burk2017-10-264-28/+41
|\
| * aaudio: fix small underflow when a stream is stoppedPhil Burk2017-10-264-28/+41
* | AAudioEndpointManager: fix log levelMikhail Naganov2017-10-201-1/+1
|/
* Merge "aaudio service: prevent disconnected endpoints from being used"TreeHugger Robot2017-10-173-1/+18
|\
| * aaudio service: prevent disconnected endpoints from being usedPhil Burk2017-10-173-1/+18
* | Add missing includes.Dan Albert2017-10-111-0/+3
|/
* aaudio: fix audioserver crash when starting a stream is rejected am: b92c988ffcPhil Burk2017-09-161-5/+22
|\