Searched refs:setStartThreshold (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c286 int setStartThreshold(AlsaPcmInfo* info, int useThreshold) { function
555 setStartThreshold(info, TRUE /* use threshold */);
621 setStartThreshold(info, FALSE /* don't use threshold */); // device will not start after buffer xrun
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c286 int setStartThreshold(AlsaPcmInfo* info, int useThreshold) { function
555 setStartThreshold(info, TRUE /* use threshold */);
621 setStartThreshold(info, FALSE /* don't use threshold */); // device will not start after buffer xrun

Completed in 1219 milliseconds