summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.cpp
Commit message (Expand)AuthorAgeFilesLines
* am 4c6e77ff: AudioFlinger: Clear record buffers when starting RecordThreadAndy Hung2015-10-131-1/+4
|\
| * AudioFlinger: Clear record buffers when starting RecordThreadAndy Hung2015-10-131-1/+4
* | CameraService: Use SCHED_FIFO for request queue thread in HFREino-Ville Talvala2015-09-261-1/+1
* | audio flinger: force audio path start from normal mixerEric Laurent2015-09-101-0/+6
|/
* Merge "Fix capture overruns at non-primary sample rate" into mnc-devGlenn Kasten2015-07-241-14/+6
|\
| * Fix capture overruns at non-primary sample rateGlenn Kasten2015-07-221-14/+6
* | Fix record memory buffer allocation for legacy upmix/downmixAndy Hung2015-07-221-1/+1
|/
* AudioFlinger: fix repeated underruns for compressed audioPhil Burk2015-07-171-4/+12
* Merge "audioflinger: flush HAL when transitioning to next direct track" into ...Eric Laurent2015-07-131-9/+12
|\
| * audioflinger: flush HAL when transitioning to next direct trackEric Laurent2015-07-071-9/+12
* | audio: several fixes in audio routing callbacksEric Laurent2015-07-101-11/+16
|/
* audio: add definitions for devices connected over IPEric Laurent2015-07-061-0/+2
* reduce number of binder calls from mediaserverEric Laurent2015-06-261-3/+12
* Reduce log messages on AudioFlinger throttleAndy Hung2015-06-181-2/+15
* Merge "AudioFlinger: flush stream when switching tracks" into mnc-devPhil Burk2015-06-111-22/+40
|\
| * AudioFlinger: flush stream when switching tracksPhil Burk2015-06-111-22/+40
* | Take advantage of audio_channel_in_mask_from_countGlenn Kasten2015-06-091-5/+3
|/
* Throttle MixerThread data pull to no more than twice expected rateAndy Hung2015-06-031-3/+35
* Merge "Add more device codes for symbolic display" into mnc-devGlenn Kasten2015-05-291-0/+34
|\
| * Add more device codes for symbolic displayGlenn Kasten2015-05-271-0/+34
* | audio flinger: add suffix to time variables namesEric Laurent2015-05-271-51/+51
* | Merge "audio flinger: pause direct output when underrunning" into mnc-devEric Laurent2015-05-271-7/+7
|\ \ | |/ |/|
| * audio flinger: pause direct output when underrunningEric Laurent2015-05-261-7/+7
* | Merge "audio flinger: do not call JAVA services until system is ready" into m...Eric Laurent2015-05-211-35/+48
|\ \
| * | audio flinger: do not call JAVA services until system is readyEric Laurent2015-05-201-35/+48
| |/
* | Merge "Update FastTrack channel conversion check" into mnc-devAndy Hung2015-05-191-3/+5
|\ \
| * | Update FastTrack channel conversion checkAndy Hung2015-05-191-3/+5
| |/
* | Fix channel mask dump in AudioFlingerAndy Hung2015-05-191-43/+56
|/
* Merge "Update sampling rate to 192kHz for devices" into mnc-devAndy Hung2015-05-121-2/+5
|\
| * Update sampling rate to 192kHz for devicesAndy Hung2015-05-121-2/+5
* | Merge "Work around bug in offload driver" into mnc-devMarco Nelissen2015-05-121-2/+12
|\ \
| * | Work around bug in offload driverMarco Nelissen2015-05-121-2/+12
* | | Merge "Allow 8 channels in RecordThread" into mnc-devAndy Hung2015-05-121-3/+1
|\ \ \ | | |/ | |/|
| * | Allow 8 channels in RecordThreadAndy Hung2015-05-051-3/+1
* | | audio flinger: fix fuzz test crashEric Laurent2015-05-081-1/+4
| |/ |/|
* | Implement audio device callbackEric Laurent2015-05-061-0/+8
|/
* Merge "AudioTrack: fix direct tracks not pausing" into mnc-devPhil Burk2015-05-021-8/+9
|\
| * AudioTrack: fix direct tracks not pausingPhil Burk2015-05-011-8/+9
* | AudioSystem: refactor audio config cache and callbacksEric Laurent2015-05-011-38/+34
|/
* PatchPanel: do not use setParameters() internally.Eric Laurent2015-04-281-36/+169
* Add floating and multichannel record to AudioFlingerAndy Hung2015-04-221-67/+144
* Merge "Make record buffer in RecordThread variable format"Andy Hung2015-04-221-8/+8
|\
| * Make record buffer in RecordThread variable formatAndy Hung2015-04-211-8/+8
* | Use AudioPlaybackRate to hold TimestretchBufferProvider parametersRicardo Garcia2015-04-221-8/+4
|/
* Add playback rate to AudioTrackAndy Hung2015-04-091-16/+29
* Enable 8 bit and float pcm record formats for AudioFlingerAndy Hung2015-04-081-0/+13
* Improve ResamplerBufferProviderAndy Hung2015-04-081-28/+56
* Add RecordBufferConverter for RecordThread data processingAndy Hung2015-04-081-112/+193
* audio flinger: fix standby on output with HW A/V syncEric Laurent2015-04-011-2/+12
* Merge "AudioFlinger: call SPDIF wrapper from AudioFlinger"Phil Burk2015-03-241-17/+13
|\