HomeSort by relevance Sort by last modified time
    Searched full:snd_hctl_t (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control.h 492 typedef struct _snd_hctl snd_hctl_t; typedef in typeref:struct:_snd_hctl
511 typedef int (*snd_hctl_callback_t)(snd_hctl_t *hctl,
523 int snd_hctl_open(snd_hctl_t **hctl, const char *name, int mode);
524 int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);
525 int snd_hctl_close(snd_hctl_t *hctl);
526 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
527 int snd_hctl_poll_descriptors_count(snd_hctl_t *hctl);
528 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space);
529 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
530 unsigned int snd_hctl_get_count(snd_hctl_t *hctl)
    [all...]
mixer.h 102 int snd_mixer_attach_hctl(snd_mixer_t *mixer, snd_hctl_t *hctl);
104 int snd_mixer_detach_hctl(snd_mixer_t *mixer, snd_hctl_t *hctl);
105 int snd_mixer_get_hctl(snd_mixer_t *mixer, const char *name, snd_hctl_t **hctl);
mixer_abst.h 76 snd_hctl_t *hctl;
  /external/adhd/cras/src/tests/
alsa_card_unittest.cc 63 static snd_hctl_t *snd_hctl_open_pointer_val;
124 snd_hctl_open_pointer_val = reinterpret_cast<snd_hctl_t *>(0x4323);
    [all...]
alsa_jack_unittest.cc 59 static snd_hctl_t *snd_hctl_elem_get_hctl_return_value;
90 static snd_hctl_t *fake_hctl = (snd_hctl_t *)2;
689 snd_hctl_elem_get_hctl_return_value = reinterpret_cast<snd_hctl_t *>(0x33);
791 snd_hctl_elem_get_hctl_return_value = reinterpret_cast<snd_hctl_t *>(0x33);
836 snd_hctl_elem_get_hctl_return_value = reinterpret_cast<snd_hctl_t *>(0x33);
    [all...]
alsa_io_unittest.cc 133 static snd_hctl_t *fake_hctl = (snd_hctl_t *)2;
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_io.h 49 snd_hctl_t *hctl,
cras_alsa_jack.h 55 snd_hctl_t *hctl,
cras_alsa_card.c 61 snd_hctl_t *hctl;
cras_alsa_jack.c 115 snd_hctl_t *hctl;
1106 snd_hctl_t *hctl,
    [all...]
cras_alsa_io.c     [all...]

Completed in 1413 milliseconds