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

  /device/samsung/crespo/alsa-lib/src/
async.c 160 err = snd_ctl_async(handler->u.ctl, -1, 1);
  /device/samsung/crespo/alsa-lib/src/control/
control_local.h 100 int snd_ctl_async(snd_ctl_t *ctl, int sig, pid_t pid);
hcontrol.c 70 * \param mode Open mode (see #SND_CTL_NONBLOCK, #SND_CTL_ASYNC)
163 return snd_ctl_async(hctl->ctl, sig, pid);
control.c 145 int snd_ctl_async(snd_ctl_t *ctl, int sig, pid_t pid) function
214 * \brief Ask to be informed about events (poll, #snd_ctl_async, #snd_ctl_read)
739 err = snd_ctl_async(ctl, snd_async_handler_get_signo(h), getpid());
921 * \param mode Open mode (see #SND_CTL_NONBLOCK, #SND_CTL_ASYNC)
938 * \param mode Open mode (see #SND_CTL_NONBLOCK, #SND_CTL_ASYNC)
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 620 ctrl->result = snd_ctl_async(ctl, ctrl->u.async.sig, ctrl->u.async.pid);

Completed in 56 milliseconds