HomeSort by relevance Sort by last modified time
    Searched refs:_do_ioctl_1 (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
ossaudiodev.c 217 /* _do_ioctl_1() is a private helper function used for the OSS ioctls --
227 _do_ioctl_1(int fd, PyObject *args, char *fname, int cmd) function
315 return _do_ioctl_1(self->fd, args, "setfmt", SNDCTL_DSP_SETFMT);
330 return _do_ioctl_1(self->fd, args, "channels", SNDCTL_DSP_CHANNELS);
336 return _do_ioctl_1(self->fd, args, "speed", SNDCTL_DSP_SPEED);
695 /* Can't use _do_ioctl_1 because of encoded arg thingy. */
715 /* Can't use _do_ioctl_1 because of encoded arg thingy. */
747 return _do_ioctl_1(self->fd, args, "set_recsrc",
  /external/python/cpython3/Modules/
ossaudiodev.c 235 /* _do_ioctl_1() is a private helper function used for the OSS ioctls --
245 _do_ioctl_1(int fd, PyObject *args, char *fname, int cmd) function
337 return _do_ioctl_1(self->fd, args, "setfmt", SNDCTL_DSP_SETFMT);
359 return _do_ioctl_1(self->fd, args, "channels", SNDCTL_DSP_CHANNELS);
368 return _do_ioctl_1(self->fd, args, "speed", SNDCTL_DSP_SPEED);
798 /* Can't use _do_ioctl_1 because of encoded arg thingy. */
821 /* Can't use _do_ioctl_1 because of encoded arg thingy. */
859 return _do_ioctl_1(self->fd, args, "set_recsrc",
    [all...]

Completed in 112 milliseconds