Home
last modified time | relevance | path

Searched refs:host_audio_tx (Results 1 – 5 of 5) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_audio20_host_basic_test.c56 static UX_HOST_CLASS_AUDIO *host_audio_tx; variable
924 host_audio_tx = audio; in test_host_change_function()
932 if (audio == host_audio_tx) in test_host_change_function()
933 host_audio_tx = UX_NULL; in test_host_change_function()
1204 if (!host_audio_tx || !host_audio_rx) in _memory_tests()
1248 if (host_audio_tx && host_audio_rx) in _memory_tests()
1272 status = ux_host_class_audio_control_get(host_audio_tx, &audio_control); in _feature_control_tests()
1281 status = ux_host_class_audio_control_value_set(host_audio_tx, &audio_control); in _feature_control_tests()
1289 status = ux_host_class_audio_control_get(host_audio_tx, &audio_control); in _feature_control_tests()
1298 status = ux_host_class_audio_control_value_set(host_audio_tx, &audio_control); in _feature_control_tests()
[all …]
Dusbx_audio10_iad_host_basic_test.c55 static UX_HOST_CLASS_AUDIO *host_audio_tx; variable
761 host_audio_tx = audio; in test_host_change_function()
779 if (audio == host_audio_tx) in test_host_change_function()
780 host_audio_tx = UX_NULL; in test_host_change_function()
1030 if (!host_audio_tx || !host_audio_rx) in _memory_tests()
1074 if (host_audio_tx && host_audio_rx) in _memory_tests()
1096 status = ux_host_class_audio_control_get(host_audio_tx, &audio_control); in _feature_control_tests()
1105 status = ux_host_class_audio_control_value_set(host_audio_tx, &audio_control); in _feature_control_tests()
1113 status = ux_host_class_audio_control_get(host_audio_tx, &audio_control); in _feature_control_tests()
1122 status = ux_host_class_audio_control_value_set(host_audio_tx, &audio_control); in _feature_control_tests()
[all …]
Dusbx_msrc_81428_81429_host_audio_ac_search_test.c55 static UX_HOST_CLASS_AUDIO *host_audio_tx = UX_NULL; variable
653 host_audio_tx = audio; in test_host_change_function()
666 if (audio == host_audio_tx) in test_host_change_function()
667 host_audio_tx = UX_NULL; in test_host_change_function()
896 if (!host_audio_tx || !host_audio_rx) in _memory_tests()
940 if (host_audio_tx && host_audio_rx) in _memory_tests()
1004 UX_TEST_ASSERT(host_audio_tx == UX_NULL); in _msrc_81428_audio_ac_type_tests()
1020 UX_TEST_ASSERT(host_audio_tx != UX_NULL); in _msrc_81428_audio_ac_type_tests()
1023 UX_TEST_ASSERT(host_audio_ac->ux_host_class_audio_as[1] == host_audio_tx); in _msrc_81428_audio_ac_type_tests()
1025 UX_TEST_ASSERT(host_audio_tx -> ux_host_class_audio_ac == host_audio_ac); in _msrc_81428_audio_ac_type_tests()
[all …]
Dusbx_msrc_81426_host_audio_type_get_fail_ac_link_test.c55 static UX_HOST_CLASS_AUDIO *host_audio_tx = UX_NULL; variable
653 host_audio_tx = audio; in test_host_change_function()
666 if (audio == host_audio_tx) in test_host_change_function()
667 host_audio_tx = UX_NULL; in test_host_change_function()
896 if (!host_audio_tx || !host_audio_rx) in _memory_tests()
940 if (host_audio_tx && host_audio_rx) in _memory_tests()
959 … UX_TEST_ASSERT(host_audio_ac == UX_NULL && host_audio_rx == UX_NULL && host_audio_tx == UX_NULL); in _audio_type_get_fail_ac_tests()
987 UX_TEST_ASSERT(host_audio_tx != UX_NULL); in _audio_type_get_fail_ac_tests()
989 UX_TEST_ASSERT(host_audio_ac->ux_host_class_audio_as[0] == host_audio_tx); in _audio_type_get_fail_ac_tests()
992 UX_TEST_ASSERT(host_audio_tx->ux_host_class_audio_ac == host_audio_ac); in _audio_type_get_fail_ac_tests()
[all …]
Dusbx_msrc_81184_host_audio_desc_validate_test.c54 static UX_HOST_CLASS_AUDIO *host_audio_tx = UX_NULL; variable
646 host_audio_tx = audio; in test_host_change_function()
657 if (audio == host_audio_tx) in test_host_change_function()
658 host_audio_tx = UX_NULL; in test_host_change_function()
884 if (!host_audio_tx || !host_audio_rx) in _memory_tests()
928 if (host_audio_tx && host_audio_rx) in _memory_tests()
947 UX_TEST_ASSERT(host_audio_rx == UX_NULL && host_audio_tx == UX_NULL); in _audio_desc_tests()
972 UX_TEST_ASSERT(host_audio_rx == UX_NULL && host_audio_tx == UX_NULL); in _audio_desc_tests()
988 UX_TEST_ASSERT(host_audio_rx == UX_NULL && host_audio_tx == UX_NULL); in _audio_desc_tests()
1010 UX_TEST_ASSERT(host_audio_rx == UX_NULL && host_audio_tx == UX_NULL); in _audio_desc_tests()
[all …]