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

  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_generic.c 172 return snd_pcm_pause(generic->slave, enable);
pcm_multi.c 533 return snd_pcm_pause(multi->slaves[0].linked, enable);
537 err = snd_pcm_pause(multi->slaves[i].pcm, enable);
    [all...]
pcm.c 189 the #snd_pcm_pause() function until the pause is released.
457 \par snd_pcm_pause
458 The #snd_pcm_pause() function enters the
1122 int snd_pcm_pause(snd_pcm_t *pcm, int enable) function
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 463 ctrl->result = snd_pcm_pause(pcm, ctrl->u.pause.enable);
  /device/samsung/crespo/alsa-lib/include/
pcm.h 437 int snd_pcm_pause(snd_pcm_t *pcm, int enable);
    [all...]

Completed in 16 milliseconds