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

  /external/python/cpython2/Modules/
ossaudiodev.c 269 /* _do_ioctl_0() is a private helper for the no-argument ioctls:
272 _do_ioctl_0(int fd, PyObject *args, char *fname, int cmd) function
342 return _do_ioctl_0(self->fd, args, "sync", SNDCTL_DSP_SYNC);
348 return _do_ioctl_0(self->fd, args, "reset", SNDCTL_DSP_RESET);
354 return _do_ioctl_0(self->fd, args, "post", SNDCTL_DSP_POST);
  /external/python/cpython3/Modules/
ossaudiodev.c 287 /* _do_ioctl_0() is a private helper for the no-argument ioctls:
290 _do_ioctl_0(int fd, PyObject *args, char *fname, int cmd) function
377 return _do_ioctl_0(self->fd, args, "sync", SNDCTL_DSP_SYNC);
386 return _do_ioctl_0(self->fd, args, "reset", SNDCTL_DSP_RESET);
395 return _do_ioctl_0(self->fd, args, "post", SNDCTL_DSP_POST);
    [all...]

Completed in 199 milliseconds