Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_msrc_81428_81429_host_audio_ac_search_test.c56 static UX_HOST_CLASS_AUDIO *host_audio_rx = UX_NULL; variable
651 host_audio_rx = audio; in test_host_change_function()
664 if (audio == host_audio_rx) in test_host_change_function()
665 host_audio_rx = 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()
1003 UX_TEST_ASSERT(host_audio_rx == UX_NULL); in _msrc_81428_audio_ac_type_tests()
1019 UX_TEST_ASSERT(host_audio_rx != UX_NULL); in _msrc_81428_audio_ac_type_tests()
1022 UX_TEST_ASSERT(host_audio_ac->ux_host_class_audio_as[0] == host_audio_rx); in _msrc_81428_audio_ac_type_tests()
1024 UX_TEST_ASSERT(host_audio_rx -> ux_host_class_audio_ac == host_audio_ac); in _msrc_81428_audio_ac_type_tests()
[all …]
Dusbx_msrc_81184_host_audio_desc_validate_test.c55 static UX_HOST_CLASS_AUDIO *host_audio_rx = UX_NULL; variable
644 host_audio_rx = audio; in test_host_change_function()
655 if (audio == host_audio_rx) in test_host_change_function()
656 host_audio_rx = 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 …]
Dusbx_msrc_81426_host_audio_type_get_fail_ac_link_test.c56 static UX_HOST_CLASS_AUDIO *host_audio_rx = UX_NULL; variable
651 host_audio_rx = audio; in test_host_change_function()
664 if (audio == host_audio_rx) in test_host_change_function()
665 host_audio_rx = 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()
986 UX_TEST_ASSERT(host_audio_rx == UX_NULL); in _audio_type_get_fail_ac_tests()
1020 status |= test_wait_until_not_null((void**)&host_audio_rx, 100); in tx_test_thread_host_simulation_entry()
1023 …UX_TEST_ASSERT(ux_host_class_audio_protocol_get(host_audio_rx) == UX_HOST_CLASS_AUDIO_PROTOCOL_IP_… in tx_test_thread_host_simulation_entry()
[all …]
Dusbx_audio10_iad_host_basic_test.c56 static UX_HOST_CLASS_AUDIO *host_audio_rx; variable
759 host_audio_rx = audio; in test_host_change_function()
777 if (audio == host_audio_rx) in test_host_change_function()
778 host_audio_rx = 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()
1202 status = ux_host_class_audio_streaming_sampling_set(host_audio_rx, &sampling); in _sampling_control_tests()
1207 UX_TEST_ASSERT(ux_host_class_audio_max_packet_size_get(host_audio_rx) == 256); in _sampling_control_tests()
1208 UX_TEST_ASSERT(host_audio_rx->ux_host_class_audio_packet_fraction == 0); in _sampling_control_tests()
1209 UX_TEST_ASSERT(host_audio_rx->ux_host_class_audio_packet_freq == 1000); in _sampling_control_tests()
[all …]
Dusbx_audio20_host_basic_test.c57 static UX_HOST_CLASS_AUDIO *host_audio_rx; variable
922 host_audio_rx = audio; in test_host_change_function()
930 if (audio == host_audio_rx) in test_host_change_function()
931 host_audio_rx = 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()
1421 status = ux_host_class_audio_streaming_sampling_set(host_audio_rx, &sampling); in _sampling_control_tests()
1425 UX_TEST_ASSERT(ux_host_class_audio_max_packet_size_get(host_audio_rx) == 256); in _sampling_control_tests()
1426 UX_TEST_ASSERT(host_audio_rx->ux_host_class_audio_packet_fraction == 0); in _sampling_control_tests()
1427 UX_TEST_ASSERT(host_audio_rx->ux_host_class_audio_packet_freq == 1000); in _sampling_control_tests()
[all …]