Searched refs:previous_volume (Results 1 – 1 of 1) sorted by relevance
982 const uint8_t previous_volume = g_volume; in test_vol_down() local1002 WAIT_FOR_COND(previous_volume == 0 || in test_vol_down()1003 (g_volume < previous_volume && g_cb && g_write_complete)); in test_vol_down()1009 const uint8_t previous_volume = g_volume; in test_vol_up() local1029 WAIT_FOR_COND(previous_volume == UINT8_MAX || in test_vol_up()1030 (g_volume > previous_volume && g_cb && g_write_complete)); in test_vol_up()1063 const uint8_t previous_volume = g_volume; in test_unmute_vol_down() local1083 WAIT_FOR_COND((previous_volume == 0 || g_volume < previous_volume) && in test_unmute_vol_down()1093 const uint8_t previous_volume = g_volume; in test_unmute_vol_up() local1113 WAIT_FOR_COND((previous_volume == UINT8_MAX || g_volume > previous_volume) && in test_unmute_vol_up()