Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp616 #define EACH_TEST(TParam_, field_type_name_, test_name) \ argument
622 test_name(TParam_, field_type_name_); \
627 #define EACH_TEST_SELF(type_, test_name) EACH_TEST(type_, type_, test_name) argument
628 #define EACH_TEST_INPUT(type_, test_name) EACH_TEST(type_::input, type_, test_name) argument
629 #define EACH_TEST_OUTPUT(type_, test_name) EACH_TEST(type_::output, type_, test_name) argument
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h813 #define TEST_IO_STREAM(test_name, documentation, code) \ argument
814 TEST_P(InputStreamTest, test_name) { \
818 TEST_P(OutputStreamTest, test_name) { \