summaryrefslogtreecommitdiffstats
path: root/content/test/webrtc_audio_device_test.h
Commit message (Expand)AuthorAgeFilesLines
* Disable leaky tests in LeakSanitizer builds.earthdok@chromium.org2013-08-011-3/+12
* Correctly integrate StoragePartition into TestingProfile.ajwong@chromium.org2013-07-231-1/+0
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-181-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Pass more detailed audio hardware configuration information to the renderercrogers@google.com2013-03-131-3/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add explicit base to FilePath.brettw@chromium.org2013-02-071-1/+1
* Introduce AudioHardwareConfig for renderer side audio device info.dalecurtis@chromium.org2013-02-011-17/+6
* Move chrome://media-internals to content. This allows us to hide implementati...jam@chromium.org2013-02-011-3/+3
* Tab Audio Mirroring/Capture: Browser-side connect/disconnect functionality:miu@chromium.org2013-01-111-0/+2
* ipc: Remove ipc_listener.h from ipc_channel.h and update the files.tfarina@chromium.org2012-11-171-1/+5
* Move remaining content test code into the content namespace.jam@chromium.org2012-10-301-4/+4
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-5/+2
* Quick clean-up: 1) Make internally-used AudioEntry structs private in both Au...miu@chromium.org2012-10-281-3/+3
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-9/+10
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-171-2/+2
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-011-7/+12
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-4/+2
* Fix client-side phishing detection test flakiness and ChromeOS failure.bryner@chromium.org2012-06-051-0/+4
* Simplify how Content*Client interfaces are created. Instead of depending on t...jam@chromium.org2012-06-051-2/+2
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-2/+2
* Enable the webrtc audio tests on the build bots that have audio hardware.tommi@chromium.org2012-04-111-0/+4
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-2/+5
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-5/+2
* Move media/audio files into media namespacevrk@google.com2012-04-021-2/+5
* Revert 130019 - Enable the webrtc audio tests on the build bots that have aud...mattm@chromium.org2012-03-311-4/+0
* Enable the webrtc audio tests on the build bots that have audio hardware.tommi@chromium.org2012-03-311-0/+4
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-6/+7
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-061-2/+4
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-1/+1
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-1/+2
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-191-0/+2
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-2/+2
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-17/+5
* Refactor the Get*Hardware* routines a bit.tommi@chromium.org2011-11-181-3/+1
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-5/+5
* Adds more unit tests for WebRTC.henrika@chromium.org2011-11-161-2/+0
* Add support for audio capture devices. Previously only output was supported.tommi@chromium.org2011-11-111-1/+10
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-111-1/+2
* Add a COM initializer for the IO thread to accomodate the WASAPI changes and ...tommi@chromium.org2011-11-101-0/+11
* First unit tests for WebRTCAudioDevice.tommi@chromium.org2011-11-091-0/+190