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

  /device/samsung/crespo/alsa-lib/test/
pcm.c 410 err = snd_async_add_pcm_handler(&ahandler, handle, async_callback, &data);
534 err = snd_async_add_pcm_handler(&ahandler, handle, async_direct_callback, &data);
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 407 ctrl->result = snd_async_add_pcm_handler(&client->async_handler, pcm, async_handler, client);
  /device/samsung/crespo/alsa-lib/include/
pcm.h 422 int snd_async_add_pcm_handler(snd_async_handler_t **handler, snd_pcm_t *pcm,
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm.c 141 #snd_async_add_pcm_handler() function for further details.
1998 int snd_async_add_pcm_handler(snd_async_handler_t **handler, snd_pcm_t *pcm, function
    [all...]

Completed in 1534 milliseconds