platform_hardware_interfaces/audio/common
Kevin Rocard c1d89888b9 Audio V4 VTS: test setter even if getter is NOT_SUPPORTED
Previously, the setter of optional properties were not tested
if the getter was not supported.
This was an issue as the framework rarely gets, most
often only sets as it consider having the ownership of those properties.
Thus implementation tend to only support set.

As a result optional setter were not tested although called by the
framework.

For example the default impl setTtyMode has a bug that was not detected
because the Pixel HAL does not support getTtyMode.

This patch makes sure to always test getter and setter.

Test: atest VtsHalAudioV4_0TargetTest
Bug: 71486871
Change-Id: Ib0b03fb6eb77cc0428a33eb463166dd7c339bd3d
Signed-off-by: Kevin Rocard <krocard@google.com>
2018-05-01 17:07:29 -07:00
..
2.0 Audio V4: Implement the shim core 4.0 -> legacy 2018-03-06 11:30:51 -08:00
4.0 Add 5.1.2, 5.1.4, 7.1.2, 7.1.4 output channel masks 2018-03-19 09:38:00 -07:00
all-versions Audio V4 VTS: test setter even if getter is NOT_SUPPORTED 2018-05-01 17:07:29 -07:00
README Audio V4: Rename audio/device to audio/core 2018-01-20 10:49:57 -08:00

This folder contains code common to audio core and effect API