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

  /external/qemu/android/config/
check-alsa.c 45 DYN_FUNCTION(int,snd_pcm_hw_params_set_period_time_near,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir)) \
  /device/samsung/crespo/alsa-lib/include/
pcm_old.h 86 asm(".symver snd_pcm_hw_params_set_period_time_near,snd_pcm_hw_params_set_period_time_near@ALSA_0.9");
98 unsigned int snd_pcm_hw_params_set_period_time_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int *dir);
pcm.h 640 int snd_pcm_hw_params_set_period_time_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
    [all...]
  /external/qemu/audio/
alsaaudio.c 76 DYNLINK_FUNC(int,snd_pcm_hw_params_set_period_time_near,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir)) \
454 err = FF(snd_pcm_hw_params_set_period_time_near) (
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm.c 4346 int INTERNAL(snd_pcm_hw_params_set_period_time_near)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) function
    [all...]
pcm_direct.c 939 ret = INTERNAL(snd_pcm_hw_params_set_period_time_near)(spcm, hw_params, (unsigned int *)&params->period_time, 0);
    [all...]
pcm_local.h 760 int INTERNAL(snd_pcm_hw_params_set_period_time_near)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
    [all...]
  /device/samsung/crespo/alsa-lib/test/
pcm.c 141 err = snd_pcm_hw_params_set_period_time_near(handle, params, &period_time, &dir);
  /device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c 388 err = snd_pcm_hw_params_set_period_time_near(handle, params, &period_time, NULL);
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 1006 err = snd_pcm_hw_params_set_period_time_near(handle, params,
    [all...]

Completed in 255 milliseconds