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

  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 81 static unsigned int (*SDL_NAME(snd_pcm_hw_params_set_periods_near))(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int *dir);
116 { "snd_pcm_hw_params_set_periods_near", (void**)(char*)&SDL_NAME(snd_pcm_hw_params_set_periods_near) },
471 SDL_NAME(snd_pcm_hw_params_set_periods_near)(pcm_handle, hwparams, 2, NULL);
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_simple.c 87 err = INTERNAL(snd_pcm_hw_params_set_periods_near)(pcm, hw_params, &periods, NULL);
pcm.c 4770 int INTERNAL(snd_pcm_hw_params_set_periods_near)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) function
    [all...]
pcm_direct.c 954 ret = INTERNAL(snd_pcm_hw_params_set_periods_near)(spcm, hw_params, &params->periods, 0);
    [all...]
pcm_local.h     [all...]
  /device/samsung/crespo/alsa-lib/include/
pcm_old.h 125 asm(".symver snd_pcm_hw_params_set_periods_near,snd_pcm_hw_params_set_periods_near@ALSA_0.9");
137 unsigned int snd_pcm_hw_params_set_periods_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int *dir);
pcm.h 665 int snd_pcm_hw_params_set_periods_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
    [all...]
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 418 err = snd_pcm_hw_params_set_periods_near(handle, params, &nperiods, NULL);

Completed in 18 milliseconds