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

  /external/qemu/android/config/
check-alsa.c 47 DYN_FUNCTION(int,snd_pcm_drop,(snd_pcm_t *pcm)) \
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_generic.c 160 return snd_pcm_drop(generic->slave);
pcm_multi.c 499 return snd_pcm_drop(multi->slaves[0].linked);
503 err = snd_pcm_drop(multi->slaves[i].pcm);
    [all...]
pcm_file.c 248 int err = snd_pcm_drop(file->gen.slave);
pcm_share.c     [all...]
pcm.c 168 be stopped using the #snd_pcm_drop() or
178 #snd_pcm_drop() or #snd_pcm_drain() calls.
199 #snd_pcm_drop(), #snd_pcm_drain() can be used
447 \par snd_pcm_drop
448 The #snd_pcm_drop() function enters the
690 snd_pcm_drop(pcm);
1079 int snd_pcm_drop(snd_pcm_t *pcm) function
    [all...]
  /external/qemu/audio/
alsaaudio.c 78 DYNLINK_FUNC(int,snd_pcm_drop,(snd_pcm_t *pcm)) \
746 err = FF(snd_pcm_drop) (handle);
  /device/samsung/crespo/alsa-lib/test/
latency.c 667 snd_pcm_drop(chandle);
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 460 ctrl->result = snd_pcm_drop(pcm);
  /device/samsung/crespo/alsa-lib/include/
pcm.h 435 int snd_pcm_drop(snd_pcm_t *pcm);
    [all...]

Completed in 23 milliseconds