summaryrefslogtreecommitdiffstats
path: root/media/audio/android
Commit message (Expand)AuthorAgeFilesLines
* Don't use base::MessageLoop::{Quit,QuitClosure} in media/ki.stfu2015-10-121-1/+1
* Re-land attempt 2: Add localized default audio device names.ajm2015-09-292-25/+27
* Revert "Re-land: Add localized default audio device names."jmadill2015-09-292-27/+25
* Re-land: Add localized default audio device names.ajm2015-09-292-25/+27
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-2/+1
* Revert "Add localized default audio device names."dgrogan2015-09-222-27/+25
* Add localized default audio device names.ajm2015-09-222-25/+27
* Refactor AudioParameters member setting.ajm2015-09-082-29/+12
* Use safer IPC serializations in media_param_traits.ccdcheng2015-06-301-2/+0
* Add way to set volume on all output audio streams on Android.halliwell2015-02-243-1/+46
* AudioManagerAndroid: Change stream destruction order.raphael.kubo.da.costa2015-02-241-1/+1
* Add flag --require-audio-hardware-for-testing.watk2015-02-111-4/+3
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-055-69/+63
* Mechanical rename of tracing includes for /mediassid2015-01-282-2/+2
* Disable power logging and related UMA stats when AGC is not supported.henrika2014-12-024-4/+6
* [media/audio] Convert VLOGs to DVLOGsanujk.sharma2014-11-191-26/+26
* Cleanup: Remove more unused timer.h includes.thestig2014-10-292-0/+2
* Add support for audio input mute detection on all platforms.henrika2014-10-164-0/+12
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-075-46/+46
* Reenable AudioAndroidOutputTest.StartOutputStreamCallbacks on Arm64.rmcilroy2014-09-301-17/+2
* Remove AudioBuffersState classacolwell2014-09-292-4/+4
* Disable AudioAndroidOutputTest.StartOutputStreamCallbacks on Arm64.rmcilroy2014-09-261-2/+17
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Revert of Revert of Remove the last piece of deprecated synchronous IO code. ...xians2014-08-282-6/+2
* Revert of Remove the last piece of deprecated synchronous IO code. (patchset ...tnagel2014-08-272-2/+6
* Remove the last piece of deprecated synchronous IO code.xians2014-08-272-6/+2
* Revert 290359 "Remove AudioBuffersState class."acolwell@chromium.org2014-08-182-4/+4
* Remove AudioBuffersState class.acolwell@chromium.org2014-08-182-4/+4
* Restores AudioAndroidOutputTest.StartOutputStreamCallbacksNonDefaultParameters.henrika@chromium.org2014-08-121-2/+2
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-195-25/+48
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-175-48/+25
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-175-25/+48
* Improves audio support for case when process lacks MODIFY_AUDIO_SETTINGS and/...henrika@chromium.org2014-06-091-0/+5
* add audio-buffer-size command line flag support to the input audio for all th...xians@chromium.org2014-05-201-2/+7
* Remove OnMoreIOData(), which is not used any more.xians@chromium.org2014-05-181-16/+0
* Disable AudioAndroidOutputTest.StartOutputStreamCallbacksNonDefaultParameterstrchen@chromium.org2014-05-161-1/+1
* Bump up average_time_between_callback_ms for audio unittestdpranke@chromium.org2014-05-151-1/+1
* Initialization of audio manager for Android is now done on the audio thread.henrika@chromium.org2014-02-213-191/+345
* Volume button now controls media volume for WebAudio.henrika@chromium.org2014-02-204-28/+36
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-133-16/+11
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-073-11/+16
* Remove the unified IO code on the browser.xians@chromium.org2014-02-073-16/+11
* Factorize MockAudioSourceCallback out of many unittests.dalecurtis@chromium.org2014-01-301-23/+12
* Disabling a flaky android test StartInputStreamCallbacksronghuawu@chromium.org2014-01-241-1/+2
* Disable flaky StartInputStreamCallbacksNonDefaultParameters.ronghuawu@chromium.org2014-01-241-1/+2
* Adding Bluetooth support to media in Chrome.henrika@chromium.org2014-01-201-0/+1
* Ensure Android RunSymmetric test can select the AudioRecord path.ajm@chromium.org2014-01-162-2/+5
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-1/+1
* Remove an unused OnClose() method from AudioInputCallback.tommi@chromium.org2013-12-183-13/+3
* Reland "Refactor audio manager for Android to avoid heavy tasks at startup"henrika@chromium.org2013-12-173-18/+96