Home
last modified time | relevance | path

Searched refs:afmts (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
Dlinuxaudiodev.c83 int fd, afmts, imode; in newladobject() local
131 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) { in newladobject()
143 xp->x_afmts = afmts; in newladobject()
Dossaudiodev.c56 uint32_t afmts; /* audio formats supported by hardware */ member
79 int fd, afmts, imode; in newossobject() local
131 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) { in newossobject()
145 self->afmts = afmts; in newossobject()
/external/python/cpython3/Modules/
Dossaudiodev.c61 uint32_t afmts; /* audio formats supported by hardware */ member
84 int fd, afmts, imode; in newossobject() local
135 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &afmts) == -1) { in newossobject()
149 self->afmts = afmts; in newossobject()