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

  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_local.h 392 int _snd_pcm_poll_descriptor(snd_pcm_t *pcm);
393 #define _snd_pcm_link_descriptor _snd_pcm_poll_descriptor /* FIXME */
394 #define _snd_pcm_async_descriptor _snd_pcm_poll_descriptor /* FIXME */
    [all...]
pcm.c 6492 int _snd_pcm_poll_descriptor(snd_pcm_t *pcm) function
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 289 client->device.pcm.fd = _snd_pcm_poll_descriptor(pcm);
505 return shm_ack_fd(client, _snd_pcm_poll_descriptor(pcm));

Completed in 14 milliseconds