Searched defs:xrun_recovery (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c664 int xrun_recovery(AlsaPcmInfo* info, int err) { function
668 TRACE0("xrun_recovery: underrun/overflow.\n");
676 TRACE0("xrun_recovery: suspended.\n");
691 TRACE0("xrun_recovery: EAGAIN try again flag.\n");
695 TRACE2("xrun_recovery: unexpected error %d: %s\n", err, snd_strerror(err));
722 ret = xrun_recovery(info, (int) writtenFrames);
777 ret = xrun_recovery(info, (int) readFrames);
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c664 int xrun_recovery(AlsaPcmInfo* info, int err) { function
668 TRACE0("xrun_recovery: underrun/overflow.\n");
676 TRACE0("xrun_recovery: suspended.\n");
691 TRACE0("xrun_recovery: EAGAIN try again flag.\n");
695 TRACE2("xrun_recovery: unexpected error %d: %s\n", err, snd_strerror(err));
722 ret = xrun_recovery(info, (int) writtenFrames);
777 ret = xrun_recovery(info, (int) readFrames);

Completed in 33 milliseconds