Home
last modified time | relevance | path

Searched refs:g_pos (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmcc_test.c40 static int32_t g_pos; variable
162 g_pos = pos; in mcc_read_track_position_cb()
173 g_pos = pos; in mcc_set_track_position_cb()
800 const int32_t tmp_pos = g_pos; in test_cp_fast_rewind()
821 if (tmp_pos <= g_pos) { in test_cp_fast_rewind()
829 const int32_t tmp_pos = g_pos; in test_cp_fast_forward()
850 if (tmp_pos >= g_pos) { in test_cp_fast_forward()
894 uint32_t tmp_pos = g_pos; in test_cp_move_relative()
915 if (g_pos == tmp_pos) { in test_cp_move_relative()
1687 if (g_pos != pos) { in test_write_track_position()
[all …]
Dmedia_controller_test.c33 static int32_t g_pos; variable
183 g_pos = position; in track_position_recv_cb()
199 g_pos = position; in track_position_write_cb()
734 uint32_t tmp_pos = g_pos; in test_cp_move_relative()
755 if (g_pos == tmp_pos) { in test_cp_move_relative()
1353 int32_t pos = g_pos + 1200; /*12 seconds further into the track */ in test_media_controller_player()
1363 if (g_pos != pos) { in test_media_controller_player()