/external/qemu/distrib/sdl-1.2.12/src/audio/alsa/ |
SDL_alsa_audio.c | 77 static int (*SDL_NAME(snd_pcm_hw_params_get_channels))(const snd_pcm_hw_params_t *params); 112 { "snd_pcm_hw_params_get_channels", (void**)(char*)&SDL_NAME(snd_pcm_hw_params_get_channels) }, 449 status = SDL_NAME(snd_pcm_hw_params_get_channels)(hwparams);
|
/device/samsung/crespo/alsa-lib/include/ |
pcm_old.h | 43 asm(".symver snd_pcm_hw_params_get_channels,snd_pcm_hw_params_get_channels@ALSA_0.9"); 50 int snd_pcm_hw_params_get_channels(const snd_pcm_hw_params_t *params);
|
pcm.h | 604 int snd_pcm_hw_params_get_channels(const snd_pcm_hw_params_t *params, unsigned int *val); [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_ioplug.c | 402 INTERNAL(snd_pcm_hw_params_get_channels)(params, &io->data->channels); 412 INTERNAL(snd_pcm_hw_params_get_channels)(params, &io->data->channels);
|
pcm_extplug.c | 308 INTERNAL(snd_pcm_hw_params_get_channels)(params, &ext->data->channels);
|
pcm_plug.c | 1007 INTERNAL(snd_pcm_hw_params_get_channels)(params, &clt_params.channels); 1011 INTERNAL(snd_pcm_hw_params_get_channels)(&sparams, &slv_params.channels); [all...] |
pcm.c | 3805 int INTERNAL(snd_pcm_hw_params_get_channels)(const snd_pcm_hw_params_t *params, unsigned int *val) function [all...] |
pcm_local.h | 728 int INTERNAL(snd_pcm_hw_params_get_channels)(const snd_pcm_hw_params_t *params, unsigned int *val); [all...] |
pcm_rate.c | 263 err = INTERNAL(snd_pcm_hw_params_get_channels)(params, &channels); [all...] |
pcm_params.c | [all...] |
/external/bluetooth/bluez/audio/ |
pcm_bluetooth.c | 533 snd_pcm_hw_params_get_channels(params, &channels); [all...] |