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

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c247 * To prevent unnecessary flushes AlsaPcmInfo::isRunning & isFlushed are used.
264 } AlsaPcmInfo; typedef in typeref:struct:tag_AlsaPcmInfo
267 int setStartThresholdNoCommit(AlsaPcmInfo* info, int useThreshold) {
286 int setStartThreshold(AlsaPcmInfo* info, int useThreshold) {
304 int setHWParams(AlsaPcmInfo* info,
386 int setSWParams(AlsaPcmInfo* info) {
425 AlsaPcmInfo* info = NULL;
438 info = (AlsaPcmInfo*) malloc(sizeof(AlsaPcmInfo));
443 memset(info, 0, sizeof(AlsaPcmInfo));
[all...]
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c247 * To prevent unnecessary flushes AlsaPcmInfo::isRunning & isFlushed are used.
264 } AlsaPcmInfo; typedef in typeref:struct:tag_AlsaPcmInfo
267 int setStartThresholdNoCommit(AlsaPcmInfo* info, int useThreshold) {
286 int setStartThreshold(AlsaPcmInfo* info, int useThreshold) {
304 int setHWParams(AlsaPcmInfo* info,
386 int setSWParams(AlsaPcmInfo* info) {
425 AlsaPcmInfo* info = NULL;
438 info = (AlsaPcmInfo*) malloc(sizeof(AlsaPcmInfo));
443 memset(info, 0, sizeof(AlsaPcmInfo));
[all...]

Completed in 310 milliseconds