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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_extplug.h 49 typedef struct snd_pcm_extplug snd_pcm_extplug_t; typedef in typeref:struct:snd_pcm_extplug
128 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext,
137 int (*close)(snd_pcm_extplug_t *ext);
141 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params);
145 int (*hw_free)(snd_pcm_extplug_t *ext);
149 void (*dump)(snd_pcm_extplug_t *ext, snd_output_t *out);
153 int (*init)(snd_pcm_extplug_t *ext);
157 int snd_pcm_extplug_create(snd_pcm_extplug_t *ext, const char *name,
160 int snd_pcm_extplug_delete(snd_pcm_extplug_t *ext);
163 void snd_pcm_extplug_params_reset(snd_pcm_extplug_t *ext)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm_extplug.h 49 typedef struct snd_pcm_extplug snd_pcm_extplug_t; typedef in typeref:struct:snd_pcm_extplug
128 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext,
137 int (*close)(snd_pcm_extplug_t *ext);
141 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params);
145 int (*hw_free)(snd_pcm_extplug_t *ext);
149 void (*dump)(snd_pcm_extplug_t *ext, snd_output_t *out);
153 int (*init)(snd_pcm_extplug_t *ext);
157 int snd_pcm_extplug_create(snd_pcm_extplug_t *ext, const char *name,
160 int snd_pcm_extplug_delete(snd_pcm_extplug_t *ext);
163 void snd_pcm_extplug_params_reset(snd_pcm_extplug_t *ext)
    [all...]

Completed in 152 milliseconds