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

  /device/samsung/crespo/alsa-lib/include/
pcm_old.h 62 asm(".symver snd_pcm_hw_params_get_rate,snd_pcm_hw_params_get_rate@ALSA_0.9");
69 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, int *dir);
pcm.h 616 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_ioplug.c 403 INTERNAL(snd_pcm_hw_params_get_rate)(params, &io->data->rate, 0);
413 INTERNAL(snd_pcm_hw_params_get_rate)(params, &io->data->rate, 0);
pcm_plug.c 1008 INTERNAL(snd_pcm_hw_params_get_rate)(params, &clt_params.rate, 0);
1012 INTERNAL(snd_pcm_hw_params_get_rate)(&sparams, &slv_params.rate, 0);
    [all...]
pcm.c 3963 int INTERNAL(snd_pcm_hw_params_get_rate)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) function
    [all...]
pcm_local.h 740 int INTERNAL(snd_pcm_hw_params_get_rate)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
    [all...]
pcm_rate.c 254 err = INTERNAL(snd_pcm_hw_params_get_rate)(params, &cinfo->rate, 0);
    [all...]
pcm_params.c     [all...]
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 532 snd_pcm_hw_params_get_rate(params, &rate, &dir);
    [all...]

Completed in 20 milliseconds