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

  /device/samsung/crespo/libaudio/
asound.h 205 typedef int __bitwise snd_pcm_state_t; typedef
206 #define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0)
207 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1)
208 #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2)
209 #define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3)
210 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4)
211 #define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5)
212 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6)
213 #define SNDRV_PCM_STATE_SUSPENDED ((__force snd_pcm_state_t) 7)
214 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 105 snd_pcm_state_t state; /**< current PCM state; read-only */
pcm.h 260 } snd_pcm_state_t; typedef in typeref:enum:_snd_pcm_state
426 snd_pcm_state_t snd_pcm_state(snd_pcm_t *pcm);
    [all...]
  /external/qemu/android/config/
check-alsa.c 50 DYN_FUNCTION(snd_pcm_state_t,snd_pcm_state,(snd_pcm_t *pcm)) \
  /external/qemu/audio/
alsaaudio.c 81 DYNLINK_FUNC(snd_pcm_state_t,snd_pcm_state,(snd_pcm_t *pcm)) \

Completed in 700 milliseconds