Searched defs:useThreshold (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) { argument
271 if (useThreshold) {
286 int setStartThreshold(AlsaPcmInfo* info, int useThreshold) { argument
289 if (!setStartThresholdNoCommit(info, useThreshold)) {
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c267 int setStartThresholdNoCommit(AlsaPcmInfo* info, int useThreshold) { argument
271 if (useThreshold) {
286 int setStartThreshold(AlsaPcmInfo* info, int useThreshold) { argument
289 if (!setStartThresholdNoCommit(info, useThreshold)) {

Completed in 826 milliseconds