Searched refs:g_test_suite_command_buffer_array (Results 1 – 1 of 1) sorted by relevance
43 static char g_test_suite_command_buffer_array[CONFIG_TEST_SUITE_COMMAND_BUFFER_SIZE + 1]; variable180 test_suite_receive_msgqueue(g_test_suite_command_buffer_array, &rx_length); in test_suite_task_entry()187 audio_lieyin_command_receive(g_test_suite_command_buffer_array, rx_length); in test_suite_task_entry()189 memset_s(g_test_suite_command_buffer_array, rx_length, 0, rx_length); in test_suite_task_entry()204 char *rx_buf = g_test_suite_command_buffer_array; in test_suite_task_entry()217 volatile char * const test_suite_command_buffer = g_test_suite_command_buffer_array; in test_suite_task_entry()247 static volatile char * const test_suite_command_buffer = g_test_suite_command_buffer_array; in test_suite_nonos_loop()