Home
last modified time | relevance | path

Searched refs:g_mute (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmicp_mic_dev_test.c33 static volatile uint8_t g_mute; variable
47 g_mute = mute; in micp_mute_cb()
352 WAIT_FOR_COND(expected_mute == g_mute); in test_mic_dev_only()
362 WAIT_FOR_COND(expected_mute == g_mute); in test_mic_dev_only()
372 WAIT_FOR_COND(expected_mute == g_mute); in test_mic_dev_only()
Dmicp_mic_ctlr_test.c31 static volatile uint8_t g_mute; variable
171 g_mute = mute; in micp_mic_ctlr_mute_cb()
434 WAIT_FOR_COND(g_mute == expected_mute && g_cb && g_write_complete); in test_main()
445 WAIT_FOR_COND(g_mute == expected_mute && g_cb && g_write_complete); in test_main()
Dvcp_vol_ctlr_test.c33 static volatile uint8_t g_mute; variable
58 g_mute = mute; in vcs_state_cb()
1056 WAIT_FOR_COND(g_mute == expected_mute && g_cb && g_write_complete); in test_mute()
1084 expected_mute == g_mute && in test_unmute_vol_down()
1114 g_mute == expected_mute && in test_unmute_vol_up()
1142 WAIT_FOR_COND(g_mute == expected_mute && g_cb && g_write_complete); in test_unmute()
Dvcp_vol_rend_test.c42 static volatile uint8_t g_mute; variable
66 g_mute = mute; in vcs_state_cb()
917 WAIT_FOR_COND(expected_mute == g_mute); in test_mute()
935 WAIT_FOR_COND(expected_volume == g_volume && expected_mute == g_mute); in test_unmute_vol_down()
953 WAIT_FOR_COND(expected_volume == g_volume && expected_mute == g_mute); in test_unmute_vol_up()
970 WAIT_FOR_COND(expected_mute == g_mute); in test_unmute()