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

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c267 int setStartThresholdNoCommit(AlsaPcmInfo* info, int useThreshold) { function
289 if (!setStartThresholdNoCommit(info, useThreshold)) {
396 if (!setStartThresholdNoCommit(info, FALSE /* don't use threshold */)) {
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c267 int setStartThresholdNoCommit(AlsaPcmInfo* info, int useThreshold) { function
289 if (!setStartThresholdNoCommit(info, useThreshold)) {
396 if (!setStartThresholdNoCommit(info, FALSE /* don't use threshold */)) {

Completed in 325 milliseconds