Searched refs:snd_pcm_state_t (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/sound/
H A Dasound.h275 typedef int __bitwise snd_pcm_state_t; typedef
276 #define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0)
277 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1)
279 #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2)
280 #define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3)
281 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4)
282 #define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5)
284 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6)
285 #define SNDRV_PCM_STATE_SUSPENDED ((__force snd_pcm_state_t) 7)
286 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t)
[all...]
/bionic/libc/versioner-dependencies/common/kernel_uapi/sound/
H A Dasound.h275 typedef int __bitwise snd_pcm_state_t; typedef
276 #define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0)
277 #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1)
279 #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2)
280 #define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3)
281 #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4)
282 #define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5)
284 #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6)
285 #define SNDRV_PCM_STATE_SUSPENDED ((__force snd_pcm_state_t) 7)
286 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t)
[all...]

Completed in 669 milliseconds