Lines Matching refs:FAIL
77 FAIL("Local player instance failed (%d)", err); in local_player_instance_cb()
88 FAIL("Discover player failed (%d)\n", err); in discover_player_cb()
99 FAIL("Player Name read failed (%d)\n", err); in player_name_cb()
104 FAIL("Wrong player\n"); in player_name_cb()
114 FAIL("Icon Object ID read failed (%d)", err); in icon_id_cb()
119 FAIL("Wrong player\n"); in icon_id_cb()
130 FAIL("Icon URL read failed (%d)", err); in icon_url_cb()
135 FAIL("Wrong player\n"); in icon_url_cb()
144 FAIL("Track title read failed (%d)", err); in track_title_cb()
149 FAIL("Wrong player\n"); in track_title_cb()
159 FAIL("Track duration read failed (%d)", err); in track_duration_cb()
164 FAIL("Wrong player\n"); in track_duration_cb()
174 FAIL("Track position read failed (%d)", err); in track_position_recv_cb()
179 FAIL("Wrong player\n"); in track_position_recv_cb()
190 FAIL("Track position write failed (%d)", err); in track_position_write_cb()
195 FAIL("Wrong player\n"); in track_position_write_cb()
206 FAIL("Playback speed read failed (%d)", err); in playback_speed_recv_cb()
211 FAIL("Wrong player\n"); in playback_speed_recv_cb()
222 FAIL("Playback speed write failed (%d)", err); in playback_speed_write_cb()
227 FAIL("Wrong player\n"); in playback_speed_write_cb()
238 FAIL("Seeking speed read failed (%d)", err); in seeking_speed_cb()
243 FAIL("Wrong player\n"); in seeking_speed_cb()
253 FAIL("Track Segments ID read failed (%d)\n", err); in track_segments_id_cb()
258 FAIL("Wrong player\n"); in track_segments_id_cb()
269 FAIL("Current Track Object ID read failed (%d)\n", err); in current_track_id_cb()
274 FAIL("Wrong player\n"); in current_track_id_cb()
285 FAIL("Next Track Object ID read failed (%d)\n", err); in next_track_id_cb()
290 FAIL("Wrong player\n"); in next_track_id_cb()
301 FAIL("Parent Group Object ID read failed (%d)\n", err); in parent_group_id_cb()
306 FAIL("Wrong player\n"); in parent_group_id_cb()
317 FAIL("Current Group Object ID read failed (%d)\n", err); in current_group_id_cb()
322 FAIL("Wrong player\n"); in current_group_id_cb()
333 FAIL("Playing order read failed (%d)", err); in playing_order_recv_cb()
338 FAIL("Wrong player\n"); in playing_order_recv_cb()
349 FAIL("Playing order write failed (%d)", err); in playing_order_write_cb()
354 FAIL("Wrong player\n"); in playing_order_write_cb()
365 FAIL("Playing orders supported read failed (%d)", err); in playing_orders_supported_cb()
370 FAIL("Wrong player\n"); in playing_orders_supported_cb()
380 FAIL("Media State read failed (%d)", err); in media_state_cb()
385 FAIL("Wrong player\n"); in media_state_cb()
396 FAIL("Command send failed (%d)", err); in command_send_cb()
401 FAIL("Wrong player\n"); in command_send_cb()
411 FAIL("Command failed (%d)", err); in command_recv_cb()
416 FAIL("Wrong player\n"); in command_recv_cb()
427 FAIL("Commands supported failed (%d)", err); in commands_supported_cb()
432 FAIL("Wrong player\n"); in commands_supported_cb()
445 FAIL("Search failed (%d)", err); in search_send_cb()
450 FAIL("Wrong player\n"); in search_send_cb()
460 FAIL("Search failed (%d), result code: %u", err, result_code); in search_recv_cb()
465 FAIL("Wrong player\n"); in search_recv_cb()
476 FAIL("Search Results Object ID read failed (%d)", err); in search_results_id_cb()
481 FAIL("Wrong player\n"); in search_results_id_cb()
492 FAIL("Content control ID read failed (%d)", err); in content_ctrl_id_cb()
497 FAIL("Wrong player\n"); in content_ctrl_id_cb()
509 FAIL("Could not init mpl: %d", err); in initialize_media()
551 FAIL("Could not init mpl: %d", err); in initialize_media()
563 FAIL("Bluetooth init failed (err %d)\n", err); in bt_ready()
584 FAIL("Failed to read media state: %d", err); in test_verify_media_state_wait_flags()
590 FAIL("Server is not in expected state: %d, expected: %d\n", in test_verify_media_state_wait_flags()
611 FAIL("Failed to send command: %d, opcode: %u", in test_send_cmd_wait_flags()
630 FAIL("PLAY command failed\n"); in test_cp_play()
649 FAIL("PAUSE command failed\n"); in test_cp_pause()
668 FAIL("FAST REWIND command failed\n"); in test_cp_fast_rewind()
687 FAIL("FAST FORWARD command failed\n"); in test_cp_fast_forward()
706 FAIL("STOP command failed\n"); in test_cp_stop()
729 FAIL("Failed to read track position: %d\n", err); in test_cp_move_relative()
743 FAIL("MOVE RELATIVE command failed\n"); in test_cp_move_relative()
750 FAIL("Failed to read track position: %d\n", err); in test_cp_move_relative()
757 FAIL("Server did not move track position\n"); in test_cp_move_relative()
787 FAIL("PREV SEGMENT command failed\n"); in test_cp_prev_segment()
804 FAIL("NEXT SEGMENT command failed\n"); in test_cp_next_segment()
821 FAIL("FIRST SEGMENT command failed\n"); in test_cp_first_segment()
838 FAIL("LAST SEGMENT command failed\n"); in test_cp_last_segment()
856 FAIL("GOTO SEGMENT command failed\n"); in test_cp_goto_segment()
874 FAIL("Failed to read current track object ID: %d", err); in test_read_current_track_object_id_wait_flags()
903 FAIL("PREV TRACK command failed\n"); in test_cp_prev_track()
911 FAIL("Server did not change track\n"); in test_cp_prev_track()
932 FAIL("NEXT TRACK command failed\n"); in test_cp_next_track()
939 FAIL("Server did not change track\n"); in test_cp_next_track()
960 FAIL("FIRST TRACK command failed\n"); in test_cp_first_track()
967 FAIL("Server did not change track\n"); in test_cp_first_track()
988 FAIL("LAST TRACK command failed\n"); in test_cp_last_track()
995 FAIL("Server did not change track\n"); in test_cp_last_track()
1017 FAIL("GOTO TRACK command failed\n"); in test_cp_goto_track()
1024 FAIL("Server did not change track\n"); in test_cp_goto_track()
1042 FAIL("Failed to read current group object ID: %d", err); in test_read_current_group_object_id_wait_flags()
1071 FAIL("PREV GROUP command failed\n"); in test_cp_prev_group()
1079 FAIL("Server did not change group\n"); in test_cp_prev_group()
1100 FAIL("NEXT GROUP command failed\n"); in test_cp_next_group()
1107 FAIL("Server did not change group\n"); in test_cp_next_group()
1128 FAIL("FIRST GROUP command failed\n"); in test_cp_first_group()
1135 FAIL("Server did not change group\n"); in test_cp_first_group()
1156 FAIL("LAST GROUP command failed\n"); in test_cp_last_group()
1163 FAIL("Server did not change group\n"); in test_cp_last_group()
1185 FAIL("GOTO GROUP command failed\n"); in test_cp_goto_group()
1192 FAIL("Server did not change group\n"); in test_cp_goto_group()
1216 FAIL("Failed to read search results object ID: %d", err); in test_scp()
1223 FAIL("Search results object ID not zero before search\n"); in test_scp()
1253 FAIL("Failed to write to search control point\n"); in test_scp()
1261 FAIL("SEARCH operation failed\n"); in test_scp()
1270 FAIL("No search results\n"); in test_scp()
1291 FAIL("Failed to read media player name ID: %d", err); in test_media_controller_player()
1302 FAIL("Failed to read icon object ID: %d", err); in test_media_controller_player()
1313 FAIL("Failed to read icon url: %d", err); in test_media_controller_player()
1324 FAIL("Failed to read track_title: %d", err); in test_media_controller_player()
1335 FAIL("Failed to read track_duration: %d", err); in test_media_controller_player()
1346 FAIL("Failed to read track position: %d", err); in test_media_controller_player()
1358 FAIL("Failed to set track position: %d", err); in test_media_controller_player()
1366 FAIL("Track position set failed: Incorrect position\n"); in test_media_controller_player()
1374 FAIL("Failed to read playback speed: %d", err); in test_media_controller_player()
1386 FAIL("Failed to set playback speed: %d", err); in test_media_controller_player()
1392 FAIL("Playback speed failed: Incorrect playback speed\n"); in test_media_controller_player()
1400 FAIL("Failed to read seeking speed: %d", err); in test_media_controller_player()
1411 FAIL("Failed to read track segments object ID: %d", err); in test_media_controller_player()
1422 FAIL("Failed to read current track object ID: %d", err); in test_media_controller_player()
1433 FAIL("Failed to read next track object ID: %d", err); in test_media_controller_player()
1444 FAIL("Failed to read parent group object ID: %d", err); in test_media_controller_player()
1455 FAIL("Failed to read current group object ID: %d", err); in test_media_controller_player()
1466 FAIL("Failed to read playing order: %d", err); in test_media_controller_player()
1484 FAIL("Failed to set playing_order: %d", err); in test_media_controller_player()
1490 FAIL("Playing order set failed: Incorrect playing_order\n"); in test_media_controller_player()
1498 FAIL("Failed to read playing orders supported: %d", err); in test_media_controller_player()
1509 FAIL("Failed to read media state: %d", err); in test_media_controller_player()
1520 FAIL("Failed to read content control ID: %d", err); in test_media_controller_player()
1590 FAIL("Bluetooth init failed (err %d)\n", err); in initialize_bluetooth()
1607 FAIL("Failed to start scanning (err %d\n)", err); in scan_and_connect()
1626 FAIL("Remote player discovery failed (err %d)\n", err); in discover_remote_player()
1660 FAIL("Advertising failed to start (err %d)\n", err); in test_media_controller_remote_player()