• Home
  • History
  • Annotate
  • only in /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
History log of /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
83a017b6b7c099d1a0293e5839be6477325aef06 20-Mar-2013 Eric Laurent <elaurent@google.com> audio service: add config option for fixed volume

Add a boolean configuration option config_useFixedVolume indicating if
stream volumes or master volume can be modified.
If the option is true, the AudioManager volume and mute APIs will be no ops and the
volumes will be maxed out.
To be consistent:
- the ringer mode is forced to normal and cannot be modified
- volume panel is never displayed
- volume settings are not available
- ringer mode global action is not displayed.

The default for this option if false.

This is useful for a class of devices intended for connection to a digital
audio output only, where the volume is directly controlled on the audio sink.

Bug 8161458

Change-Id: I2571d5ee79952ef0914d8fd1985816467a80adcd
ediaAudioManagerTest.java
997592b3ce5492e500aebb87066bbeab6c4e4599 17-Apr-2012 Jean-Michel Trivi <jmtrivi@google.com> Add functional tests for Visualizer volume scaling mode

Add test to set/get the volume scaling mode.

Add test to verify that volume decreases diminish the commputed
energy.

Change-Id: I0a5d45d064a46a18e5c4b9d7a304c9572f100cdf
ediaVisualizerTest.java
7dd65078f6a40ed98ae8cddc5d7976d4fe629a29 17-Jan-2012 Jean-Michel Trivi <jmtrivi@google.com> More AudioManager tests

Add tests for AudioFocus:
- create a looper for AudioManager to use so listener callbacks can be used
- test each type of audio focus gain causes the expected type of focus loss
- stress test audio focus request and abandon, with and without a listener

Change-Id: I7d9c84ccd8ea49cf20ede57b1245899a81e99ab0
ediaAudioManagerTest.java
c81e0ad9bd438575389623f523a28e2e6ca69236 19-Nov-2011 Eric Laurent <elaurent@google.com> Fix audio effect tests

Make sure that audio effect tests relying on audio to actually play on
the music stream are not affected by current ringer mode. Silent mode
can mute music stream on tablets.

Issue 5638685.

Change-Id: Icdf14696986145ae3f50fc15d358335487d3525f
ediaEnvReverbTest.java
ediaPresetReverbTest.java
ediaVisualizerTest.java
be5fc40fe720e684bc6a976f0b1f4ccbf83847c2 03-Nov-2011 Eric Laurent <elaurent@google.com> Remove unreliable effect tests.

Remove automated tests checking that audio effects are actually processing
the signal based on visualizer captures.
This method is too unreliable when used to measure energy at given frequencies and
often gives false negatives.

Issue 5542879.

Change-Id: Ib31158fd84ff9edc85712ec03c0c9957370c8f84
ediaBassBoostTest.java
ediaEqualizerTest.java
ediaVirtualizerTest.java
0a6cd02b4824f9f974257362eddef0c5c5d46ab3 28-Sep-2011 Xia Wang <xiaw@google.com> am b2d17234: Merge "Reorganize media framework functional tests. Group tests into sub-packages" into ics-factoryrom

* commit 'b2d17234b77cda555905e0da997f543708374246':
Reorganize media framework functional tests. Group tests into sub-packages
db6028508c8eb31a0de1dcdfc410ddfe6df7c5ad 28-Sep-2011 Xia Wang <xiaw@google.com> Reorganize media framework functional tests.
Group tests into sub-packages

Change-Id: I878e14487142de495fc646037d5d0b51e39341bd
ediaAudioEffectTest.java
ediaAudioManagerTest.java
ediaAudioTrackTest.java
ediaBassBoostTest.java
ediaEnvReverbTest.java
ediaEqualizerTest.java
ediaPresetReverbTest.java
ediaVirtualizerTest.java
ediaVisualizerTest.java
imTonesTest.java