mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
069bc4504485711a8c8b7bfd47ffcf2c6c43ae0d
The test was assuming Stream::getFrameCount() would return the AudioConfig::frameCount used to create the stream, similarly to the sampleRate or the channelMask. Nevertheless this is not the case as the AudioConfig::frameCount field is not to used by Stream::openOutputStream (nor Input) as the buffer size is chosen by the HAL, not the framework. Thus the test can not assume the frameCount chosen by the HAL and must not test for a particular value. Test: atest VtsHalAudioV4_0TargetTest Bug: 116169974 Change-Id: Ibbf0825f540957e01e7c512d851cb9628991f4c4 Signed-off-by: Kevin Rocard <krocard@google.com>
Merge "Convert contexthub hal test to use VtsHalHidlTargetTestEnvBase" am:
bd98b61b2c am: 5cc68bc013
Merge "Convert gatekeeper hal test to use VtsHalHidlTargetTestEnvBase" am:
c730bcf0af am: a96bb1d1c0
Merge "Convert boot, memtrack and power hal to use service name aware testing." am:
b9515d9d3f am: a713584847
Merge "Ignore meta sensor events when checking values" into oreo-vts-dev am:
d09fdd6ca1 am: bfc5b817e7
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%