Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c490 dmix->comm_fd = ret;
492 ret = snd_receive_fd(dmix->comm_fd, &buf, 1, &dmix->hw_fd);
494 close(dmix->comm_fd);
495 dmix->comm_fd = -1;
506 close(dmix->comm_fd);
507 dmix->comm_fd = -1;
H A Dpcm_direct.h156 int comm_fd; /* communication file descriptor (socket) */ member

Completed in 5 milliseconds