Searched refs:afmts (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/ |
D | linuxaudiodev.c | 83 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()
|
D | ossaudiodev.c | 56 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/ |
D | ossaudiodev.c | 61 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()
|