Home
last modified time | relevance | path

Searched refs:TEST_IO_STREAM (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/
DAudioPrimaryHidlHalTest.cpp31 TEST_IO_STREAM(GetDevice, "Check that the stream device == the one it was opened with",
44 TEST_IO_STREAM(SetDevice, "Check that the stream can be rerouted to SPEAKER or BUILTIN_MIC",
58 TEST_IO_STREAM(SetConnectedState,
63 TEST_IO_STREAM(GetHwAvSync, "Get hardware sync can not fail",
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1352 #define TEST_IO_STREAM(test_name, documentation, code) \ macro
1362 TEST_IO_STREAM(GetFrameCount, "Check that getting stream frame count does not crash the HAL.",
1366 TEST_IO_STREAM(GetSampleRate, "Check that the stream sample rate == the one it was opened with",
1369 TEST_IO_STREAM(GetChannelMask, "Check that the stream channel mask == the one it was opened with",
1372 TEST_IO_STREAM(GetFormat, "Check that the stream format == the one it was opened with",
1377 TEST_IO_STREAM(GetFrameSize, "Check that the stream frame size == the one it was opened with",
1380 TEST_IO_STREAM(GetBufferSize, "Check that the stream buffer size== the one it was opened with",
1421 TEST_IO_STREAM(SupportedSampleRate, "Check that the stream sample rate is declared as supported",
1430 TEST_IO_STREAM(SupportedChannelMask, "Check that the stream channel mask is declared as supported",
1435 TEST_IO_STREAM(SupportedFormat, "Check that the stream format is declared as supported",
[all …]
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp177 TEST_IO_STREAM(GetDevices, "Check that the stream device == the one it was opened with",
201 TEST_IO_STREAM(SetDevices, "Check that the stream can be rerouted to SPEAKER or BUILTIN_MIC",
214 TEST_IO_STREAM(GetHwAvSync, "Get hardware sync can not fail", checkGetHwAVSync(getDevice().get()));