HomeSort by relevance Sort by last modified time
    Searched full:snd_pcm_sframes_t (Results 26 - 32 of 32) sorted by null

12

  /external/chromium_org/media/audio/alsa/
alsa_output_unittest.cc 47 MOCK_METHOD2(PcmDelay, int(snd_pcm_t* handle, snd_pcm_sframes_t* delay));
48 MOCK_METHOD3(PcmWritei, snd_pcm_sframes_t(snd_pcm_t* handle,
51 MOCK_METHOD3(PcmReadi, snd_pcm_sframes_t(snd_pcm_t* handle,
63 MOCK_METHOD1(PcmAvailUpdate, snd_pcm_sframes_t(snd_pcm_t* handle));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.cc 110 snd_pcm_sframes_t frames;
156 snd_pcm_sframes_t delay;
312 snd_pcm_sframes_t read = stream_.symbol_table()->snd_pcm_readi()(
391 snd_pcm_sframes_t written = stream_.symbol_table()->snd_pcm_writei()(
  /bionic/libc/kernel/common/sound/
asound.h 100 typedef signed long snd_pcm_sframes_t; typedef
375 snd_pcm_sframes_t delay;
416 snd_pcm_sframes_t result;
422 snd_pcm_sframes_t result;
445 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 144 typedef signed long snd_pcm_sframes_t; typedef
389 snd_pcm_sframes_t delay; /* current delay in frames */
427 snd_pcm_sframes_t result;
433 snd_pcm_sframes_t result;
447 SNDRV_PCM_IOCTL_DELAY = _IOR('A', 0x21, snd_pcm_sframes_t),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 144 typedef signed long snd_pcm_sframes_t; typedef
389 snd_pcm_sframes_t delay; /* current delay in frames */
427 snd_pcm_sframes_t result;
433 snd_pcm_sframes_t result;
447 SNDRV_PCM_IOCTL_DELAY = _IOR('A', 0x21, snd_pcm_sframes_t),
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 117 snd_pcm_sframes_t n = 0;
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c 61 static snd_pcm_sframes_t (*SDL_NAME(snd_pcm_writei))(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);

Completed in 933 milliseconds

12