Searched refs:TEST_IO_STREAM (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/ |
H A D | AudioPrimaryHidlHalTest.cpp | 31 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",
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/ |
H A D | AudioPrimaryHidlHalTest.h | 1274 #define TEST_IO_STREAM(test_name, documentation, code) \ macro 1433 TEST_IO_STREAM(GetAudioProperties, 1437 TEST_IO_STREAM(SetHwAvSync, "Try to set hardware sync to an invalid value", 1457 TEST_IO_STREAM(getEmptySetParameter, "Retrieve the values of an empty set", 1475 TEST_IO_STREAM(DebugDump, "Check that a stream can dump its state without error", 1478 TEST_IO_STREAM(DebugDumpInvalidArguments, 1486 TEST_IO_STREAM(AddNonExistingEffect, "Adding a non existing effect should fail", 1497 TEST_IO_STREAM(standby, "Make sure the stream can be put in stanby", 1509 TEST_IO_STREAM(close, "Make sure a stream can be closed", ASSERT_OK(closeStream())) 1511 TEST_IO_STREAM(closeTwice, "Make sure a stream can not be closed twice", [all …]
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
H A D | AudioPrimaryHidlHalTest.cpp | 158 TEST_IO_STREAM(GetDevices, "Check that the stream device == the one it was opened with", 182 TEST_IO_STREAM(SetDevices, "Check that the stream can be rerouted to SPEAKER or BUILTIN_MIC", 195 TEST_IO_STREAM(GetHwAvSync, "Get hardware sync can not fail", checkGetHwAVSync(getDevice().get()));
|