Searched refs:hw_free (Results 1 - 25 of 30) sorted by relevance
12
/third_party/alsa-lib/include/ |
H A D | pcm_extplug.h | 148 * hw_free; optional 150 int (*hw_free)(snd_pcm_extplug_t *ext); member
|
H A D | pcm_ioplug.h | 159 * hw_free; optional 161 int (*hw_free)(snd_pcm_ioplug_t *io); member
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_extplug.c | 321 * hw_free callback 328 if (ext->data->callback->hw_free) in snd_pcm_extplug_hw_free() 329 return ext->data->callback->hw_free(ext->data); in snd_pcm_extplug_hw_free() 465 .hw_free = snd_pcm_extplug_hw_free, 618 again. The hw_params and hw_free callbacks are called at
|
H A D | pcm_copy.c | 160 .hw_free = snd_pcm_generic_hw_free,
|
H A D | pcm_ioplug.c | 460 if (io->data->callback->hw_free) in snd_pcm_ioplug_hw_free() 461 return io->data->callback->hw_free(io->data); in snd_pcm_ioplug_hw_free() 917 .hw_free = snd_pcm_ioplug_hw_free, 1027 callback. The hw_params and hw_free callbacks are called when
|
H A D | pcm_lfloat.c | 357 .hw_free = snd_pcm_generic_hw_free,
|
H A D | pcm_linear.c | 401 .hw_free = snd_pcm_generic_hw_free,
|
H A D | pcm_mulaw.c | 413 .hw_free = snd_pcm_generic_hw_free,
|
H A D | pcm_null.c | 330 .hw_free = snd_pcm_null_hw_free,
|
H A D | pcm_mmap_emul.c | 361 .hw_free = snd_pcm_generic_hw_free,
|
H A D | pcm_adpcm.c | 525 .hw_free = snd_pcm_adpcm_hw_free,
|
H A D | pcm_alaw.c | 399 .hw_free = snd_pcm_generic_hw_free,
|
H A D | pcm_hooks.c | 160 .hw_free = snd_pcm_hooks_hw_free,
|
H A D | pcm_iec958.c | 536 .hw_free = snd_pcm_generic_hw_free,
|
H A D | pcm_dsnoop.c | 469 .hw_free = snd_pcm_direct_hw_free,
|
H A D | pcm_shm.c | 600 .hw_free = snd_pcm_shm_hw_free,
|
H A D | pcm_dshare.c | 598 .hw_free = snd_pcm_direct_hw_free,
|
H A D | pcm_dmix.c | 901 .hw_free = snd_pcm_direct_hw_free,
|
H A D | pcm_meter.c | 515 .hw_free = snd_pcm_meter_hw_free,
|
H A D | pcm_plug.c | 1121 .hw_free = snd_pcm_plug_hw_free,
|
H A D | pcm_route.c | 917 .hw_free = snd_pcm_generic_hw_free,
|
H A D | pcm_softvol.c | 883 .hw_free = snd_pcm_generic_hw_free,
|
H A D | pcm_file.c | 833 .hw_free = snd_pcm_file_hw_free,
|
H A D | pcm_local.h | 150 int (*hw_free)(snd_pcm_t *pcm); member
|
H A D | pcm_hw.c | 1528 .hw_free = snd_pcm_hw_hw_free,
|
Completed in 32 milliseconds
12