summaryrefslogtreecommitdiffstats
path: root/chromeos/audio/cras_audio_handler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the issue where the active output device is lost after the device suspend...jennyz2015-04-291-0/+64
* Add a new audio extension event OnMuteChanged.jennyz2015-03-301-2/+6
* Redesign audio extension apis. This adds the following P1 requests api features:jennyz2015-03-211-43/+40
* Do not re-select active device if a lower priority device is hotplugged in an...jennyz2015-02-051-0/+51
* Update {virtual,override,final} to follow C++11 style in chromeos.dcheng2015-01-211-22/+11
* Fix an edge case in CrasAudioHandler caused by two consecutive NodesChanged s...jennyz2015-01-151-1/+81
* Reset the active audio node id once all of the devices are gone.mukai2014-11-241-1/+25
* Fix the hotrod active audio node selection issue caused by the change in exte...jennyz2014-11-051-75/+422
* Rename CrasAudioClientStubImpl to FakeCrasAudioClientsatorux2014-10-271-9/+9
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-061-9/+9
* Supports multiple active input/output audio nodes in CrasAudioHandler.jennyz2014-09-251-113/+332
* app_shell: Do simple audio initialization.derat2014-08-291-2/+3
* Part 3: Merged FakedDBusThreadManager with DBusThreadManager.zelidrag2014-08-271-1/+1
* Add keyboard mic APIshychao@chromium.org2014-07-291-0/+37
* Do not persist audio input device's mute state in prefs.jennyz@chromium.org2014-04-221-17/+7
* Modify logic of CrasAudioHandler::NonActiveDeviceUnpluggedhychao@chromium.org2014-01-231-0/+174
* Fix the inconsitent active audio node issue caused by multiple NodesChanged s...jennyz@chromium.org2013-09-181-0/+176
* Fix the bluetooth audio device id changing on the fly issue and the active de...jennyz@chromium.org2013-09-171-0/+49
* Fix the wrong output device switching caused by an input device being plugged...jennyz@chromium.org2013-09-091-1/+60
* Set up hdmi output device default volume to 100.jennyz@chromium.org2013-09-091-6/+6
* Clear all other input/output audio devices' active status before switching to...jennyz@chromium.org2013-08-161-0/+39
* Don't switch to the high priority audio device if user has set a lower priori...jennyz@chromium.org2013-08-151-0/+82
* Add test coverage for CrasAudioHandler.jennyz@chromium.org2013-07-291-0/+1114