The master branch has been tested with VTS tests for Android Q, and it was found that many VTS tests failed.
Tests results:
Module
Passed
Failed
Total Tests
arm64-v8a VtsHalAudioV2_0Target
973
55
1028
armeabi-v7a VtsHalAudioV2_0Target
973
55
1028
This pull request fix all VTS tests.
The Google VTS tests for Android expect that the non-implemented functions
return -ENOSYS. (Test for out_get_render_position(), Test for out_get_next_write_timestamp())
Set the return value in the out_get_render_position() and
out_get_next_write_timestamp() functions to -ENOSYS (Not implemented).
The master branch has been tested with VTS tests for Android Q, and it was found that many VTS tests failed. Tests results:
This pull request fix all VTS tests.
After apply this changes all VTS tests passed: