• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/

Lines Matching refs:DPRINTF

391       DPRINTF(E_LOG, L_PLAYER, "Couldn't get clock: %s\n", strerror(errno));
399 DPRINTF(E_DBG, L_PLAYER, "Delta is %" PRIu64 " usec\n", delta);
405 DPRINTF(E_DBG, L_PLAYER, "Delta is %" PRIu64 " samples\n", delta);
418 DPRINTF(E_DBG, L_PLAYER, "Pos: %" PRIu64 " (clock)\n", *pos);
435 DPRINTF(E_LOG, L_PLAYER, "Couldn't get clock: %s\n", strerror(errno));
448 DPRINTF(E_DBG, L_PLAYER, "Pos: %" PRIu64 " (laudio)\n", *pos);
484 DPRINTF(E_DBG, L_PLAYER, "Local audio stopping\n");
496 DPRINTF(E_DBG, L_PLAYER, "Local audio running\n");
504 DPRINTF(E_DBG, L_PLAYER, "Local audio failed\n");
564 DPRINTF(E_LOG, L_PLAYER, "PTOH! Unhandled song boundary case in metadata_send()\n");
599 DPRINTF(E_LOG, L_PLAYER, "Could not start query\n");
604 DPRINTF(E_DBG, L_PLAYER, "Player queue query returned %d items\n", qp->results);
613 DPRINTF(E_LOG, L_PLAYER, "Invalid song id in query result!\n");
621 DPRINTF(E_LOG, L_PLAYER, "Out of memory for struct player_source\n");
645 DPRINTF(E_DBG, L_PLAYER, "Added song id %d (%s)\n", id, dbmfi.title);
652 DPRINTF(E_LOG, L_PLAYER, "Error fetching results\n");
682 DPRINTF(E_LOG, L_PLAYER, "Improper DAAP query!\n");
785 DPRINTF(E_LOG, L_PLAYER, "Could not allocate memory for shuffle array\n");
852 DPRINTF(E_LOG, L_PLAYER, "Couldn't fetch file id %d\n", ps->id);
859 DPRINTF(E_DBG, L_PLAYER, "File id %d is disabled, skipping\n", ps->id);
865 DPRINTF(E_DBG, L_PLAYER, "Opening %s\n", mfi->path);
873 DPRINTF(E_LOG, L_PLAYER, "Could not open file id %d\n", ps->id);
934 DPRINTF(E_LOG, L_PLAYER, "Failed to restart song for song repeat\n");
964 DPRINTF(E_DBG, L_PLAYER, "End of playlist reached and repeat is OFF\n");
992 DPRINTF(E_WARN, L_PLAYER, "Could not open any file in the queue (next)\n");
1022 DPRINTF(E_DBG, L_PLAYER, "Start of playlist reached and repeat is OFF\n");
1050 DPRINTF(E_WARN, L_PLAYER, "Could not open any file in the queue (prev)\n");
1090 DPRINTF(E_LOG, L_PLAYER, "Couldn't get current playback position\n");
1183 DPRINTF(E_DBG, L_PLAYER, "Playback switched to next song\n");
1209 DPRINTF(E_DBG, L_PLAYER, "New file\n");
1256 DPRINTF(E_DBG, L_PLAYER, "Error reading from source, aborting playback\n");
1302 DPRINTF(E_LOG, L_PLAYER, "Could not set playback timer: %s\n", strerror(errno));
1311 DPRINTF(E_LOG, L_PLAYER, "Could not re-add playback timer event\n");
1346 DPRINTF(E_LOG, L_PLAYER, "Could not re-add playback timer event\n");
1389 DPRINTF(E_DBG, L_PLAYER, "Removing AirTunes device %s; stopped advertising\n", dev->name);
1398 DPRINTF(E_LOG, L_PLAYER, "Could not save state for speaker %s\n", dev->name);
1516 DPRINTF(E_WARN, L_PLAYER, "AirTunes device %s stopped advertising, but not in our list\n", dev->name);
1563 DPRINTF(E_WARN, L_PLAYER, "AirTunes device disappeared during streaming!\n");
1568 DPRINTF(E_LOG, L_PLAYER, "AirTunes device %s FAILED\n", dev->name);
1585 DPRINTF(E_WARN, L_PLAYER, "AirTunes device disappeared during streaming!\n");
1590 DPRINTF(E_LOG, L_PLAYER, "AirTunes device %s stopped\n", dev->name);
1633 DPRINTF(E_WARN, L_PLAYER, "AirTunes device disappeared before shutdown completion!\n");
1661 DPRINTF(E_WARN, L_PLAYER, "Failed to stop lost device\n");
1663 DPRINTF(E_INFO, L_PLAYER, "Lost device stopped properly\n");
1677 DPRINTF(E_WARN, L_PLAYER, "AirTunes device disappeared during startup!\n");
1714 DPRINTF(E_LOG, L_PLAYER, "Could not get current time: %s\n", strerror(errno));
1754 DPRINTF(E_WARN, L_PLAYER, "AirTunes device disappeared during probe!\n");
1801 DPRINTF(E_WARN, L_PLAYER, "AirTunes device disappeared during restart!\n");
1894 DPRINTF(E_DBG, L_PLAYER, "Player status: stopped\n");
1900 DPRINTF(E_DBG, L_PLAYER, "Player status: paused\n");
1914 DPRINTF(E_DBG, L_PLAYER, "Player status: playing (buffering)\n");
1924 DPRINTF(E_DBG, L_PLAYER, "Player status: playing\n");
1932 DPRINTF(E_LOG, L_PLAYER, "Could not get current stream position for playstatus\n");
2023 DPRINTF(E_LOG, L_PLAYER, "Cannot start playback: no output started\n");
2036 DPRINTF(E_LOG, L_PLAYER, "Local audio failed to start\n");
2045 DPRINTF(E_LOG, L_PLAYER, "Couldn't get current clock: %s\n", strerror(errno));
2059 DPRINTF(E_LOG, L_PLAYER, "Could not create playback timer: %s\n", strerror(errno));
2072 DPRINTF(E_LOG, L_PLAYER, "Could not set playback timer: %s\n", strerror(errno));
2080 DPRINTF(E_LOG, L_PLAYER, "Could not create kqueue: %s\n", strerror(errno));
2092 DPRINTF(E_LOG, L_PLAYER, "Could not add kevent timer: %s\n", strerror(errno));
2104 DPRINTF(E_LOG, L_PLAYER, "Could not set up playback timer event\n");
2134 DPRINTF(E_LOG, L_PLAYER, "Nothing to play!\n");
2189 DPRINTF(E_LOG, L_PLAYER, "Couldn't jump to queue position %d\n", *idx_id);
2207 DPRINTF(E_LOG, L_PLAYER, "Couldn't find anything to play!\n");
2230 DPRINTF(E_LOG, L_PLAYER, "Could not open local audio\n");
2248 DPRINTF(E_LOG, L_PLAYER, "Could not start selected AirTunes device %s\n", rd->name);
2258 DPRINTF(E_LOG, L_PLAYER, "Could not start playback: no output selected or couldn't start any output\n");
2423 DPRINTF(E_LOG, L_PLAYER, "Could not retrieve current position for pause\n");
2497 DPRINTF(E_DBG, L_PLAYER, "*** master: %d\n", master_volume);
2499 DPRINTF(E_DBG, L_PLAYER, "*** laudio: abs %d rel %d\n", laudio_volume, laudio_relvol);
2500 // DPRINTF(E_DBG, L_PLAYER, "*** laudio: abs %d rel %d\n", laudio_volume, laudio_relvol);
2514 DPRINTF(E_DBG, L_PLAYER, "*** %s: abs %d rel %d\n", rd->name, rd->volume, rd->relvol);
2533 DPRINTF(E_DBG, L_PLAYER, "Activating local audio\n");
2540 DPRINTF(E_LOG, L_PLAYER, "Could not open local audio\n");
2553 DPRINTF(E_LOG, L_PLAYER, "Could not get current stream position for local audio start\n");
2562 DPRINTF(E_LOG, L_PLAYER, "Local playback failed to start\n");
2576 DPRINTF(E_DBG, L_PLAYER, "Activating RAOP device %s\n", rd->name);
2581 DPRINTF(E_LOG, L_PLAYER, "Could not start device %s\n", rd->name);
2588 DPRINTF(E_DBG, L_PLAYER, "Probing RAOP device %s\n", rd->name);
2593 DPRINTF(E_LOG, L_PLAYER, "Could not probe device %s\n", rd->name);
2612 DPRINTF(E_DBG, L_PLAYER, "Deactivating local audio\n");
2627 DPRINTF(E_DBG, L_PLAYER, "Deactivating RAOP device %s\n", rd->name);
2654 DPRINTF(E_DBG, L_PLAYER, "Speaker set: %d speakers\n", nspk);
2664 DPRINTF(E_DBG, L_PLAYER, "Set %" PRIu64 " device %" PRIu64 "\n", ids[i], rd->id);
2674 DPRINTF(E_INFO, L_PLAYER, "RAOP device %s is password-protected, but we don't have it\n", rd->name);
2680 DPRINTF(E_DBG, L_PLAYER, "RAOP device %s selected\n", rd->name);
2690 DPRINTF(E_LOG, L_PLAYER, "Could not activate RAOP device %s\n", rd->name);
2704 DPRINTF(E_DBG, L_PLAYER, "RAOP device %s NOT selected\n", rd->name);
2714 DPRINTF(E_LOG, L_PLAYER, "Could not deactivate RAOP device %s\n", rd->name);
2737 DPRINTF(E_DBG, L_PLAYER, "Local audio selected\n");
2747 DPRINTF(E_LOG, L_PLAYER, "Could not activate local audio output\n");
2758 DPRINTF(E_DBG, L_PLAYER, "Local audio NOT selected\n");
2768 DPRINTF(E_LOG, L_PLAYER, "Could not deactivate local audio output\n");
2802 DPRINTF(E_DBG, L_PLAYER, "*** laudio: abs %d rel %d\n", laudio_volume, laudio_relvol);
2817 DPRINTF(E_DBG, L_PLAYER, "*** %s: abs %d rel %d\n", rd->name, rd->volume, rd->relvol);
2847 DPRINTF(E_DBG, L_PLAYER, "*** laudio: abs %d rel %d\n", laudio_volume, laudio_relvol);
2864 DPRINTF(E_DBG, L_PLAYER, "*** %s: abs %d rel %d\n", rd->name, rd->volume, rd->relvol);
2902 DPRINTF(E_DBG, L_PLAYER, "*** laudio: abs %d rel %d\n", laudio_volume, laudio_relvol);
2915 DPRINTF(E_DBG, L_PLAYER, "*** %s: abs %d rel %d\n", rd->name, rd->volume, rd->relvol);
2925 DPRINTF(E_DBG, L_PLAYER, "*** %s: abs %d rel %d\n", rd->name, rd->volume, rd->relvol);
2951 DPRINTF(E_LOG, L_PLAYER, "Invalid repeat mode: %d\n", cmd->arg.mode);
2972 DPRINTF(E_LOG, L_PLAYER, "Invalid shuffle mode: %d\n", cmd->arg.intval);
3080 DPRINTF(E_LOG, L_PLAYER, "Could not read command! (read %d): %s\n", ret, (ret < 0) ? strerror(errno) : "-no error-");
3130 DPRINTF(E_LOG, L_PLAYER, "BUG: cmd->func is NULL!\n");
3138 DPRINTF(E_LOG, L_PLAYER, "Could not send command: %s\n", strerror(errno));
3550 DPRINTF(E_LOG, L_PLAYER, "Could not allocate player_command\n");
3582 DPRINTF(E_LOG, L_PLAYER, "Could not allocate player_command\n");
3624 DPRINTF(E_LOG, L_PLAYER, "Could not extract AirTunes device ID (%s)\n", name);
3632 DPRINTF(E_LOG, L_PLAYER, "Could not extract AirTunes device name (%s)\n", name);
3638 DPRINTF(E_DBG, L_PLAYER, "Event for AirTunes device %" PRIx64 "/%s (%d)\n", id, at_name, port);
3643 DPRINTF(E_LOG, L_PLAYER, "Out of memory for new AirTunes device\n");
3675 DPRINTF(E_LOG, L_PLAYER, "AirTunes %s: no tp field in TXT record!\n", name);
3682 DPRINTF(E_LOG, L_PLAYER, "AirTunes %s: tp has no value\n", name);
3689 DPRINTF(E_LOG, L_PLAYER, "AirTunes %s: device does not support AirTunes v2 (tp=%s), discarding\n", name, p);
3698 DPRINTF(E_INFO, L_PLAYER, "AirTunes %s: no pw field in TXT record, assuming no password protection\n", name);
3703 DPRINTF(E_LOG, L_PLAYER, "AirTunes %s: pw has no value\n", name);
3714 DPRINTF(E_LOG, L_PLAYER, "AirTunes device %s is password-protected\n", name);
3721 DPRINTF(E_LOG, L_PLAYER, "No password given in config for AirTunes device %s\n", name);
3729 DPRINTF(E_LOG, L_PLAYER, "AirTunes %s: no am field in TXT record!\n", name);
3739 DPRINTF(E_LOG, L_PLAYER, "AirTunes %s: am has no value\n", name);
3750 DPRINTF(E_DBG, L_PLAYER, "AirTunes device %s: password: %s, type %s\n", name, (password) ? "yes" : "no", raop_devtype[devtype]);
3790 DPRINTF(E_LOG, L_PLAYER, "Error: DB init failed\n");
3798 DPRINTF(E_LOG, L_PLAYER, "Player event loop terminated ahead of time!\n");
3805 DPRINTF(E_LOG, L_PLAYER, "Could not save state for local audio\n");
3811 DPRINTF(E_LOG, L_PLAYER, "Could not save state for speaker %s\n", rd->name);
3882 DPRINTF(E_LOG, L_PLAYER, "Could not allocate evbuffer for audio buffer\n");
3894 DPRINTF(E_LOG, L_PLAYER, "Could not create eventfd: %s\n", strerror(errno));
3906 DPRINTF(E_LOG, L_PLAYER, "Could not create pipe: %s\n", strerror(errno));
3919 DPRINTF(E_LOG, L_PLAYER, "Could not create command pipe: %s\n", strerror(errno));
3927 DPRINTF(E_LOG, L_PLAYER, "Could not create an event base\n");
3947 DPRINTF(E_LOG, L_PLAYER, "Local audio init failed\n");
3955 DPRINTF(E_LOG, L_PLAYER, "RAOP init failed\n");
3968 DPRINTF(E_FATAL, L_PLAYER, "Could not add mDNS browser for AirTunes devices\n");
3976 DPRINTF(E_LOG, L_PLAYER, "Could not spawn player thread: %s\n", strerror(errno));
4016 DPRINTF(E_LOG, L_PLAYER, "Could not send exit event: %s\n", strerror(errno));
4026 DPRINTF(E_LOG, L_PLAYER, "Could not write to exit fd: %s\n", strerror(errno));
4035 DPRINTF(E_LOG, L_PLAYER, "Could not join HTTPd thread: %s\n", strerror(errno));