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

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
H A Dpcm.h52 typedef struct _snd_pcm_status snd_pcm_status_t; typedef in typeref:struct:_snd_pcm_status
433 int snd_pcm_status(snd_pcm_t *pcm, snd_pcm_status_t *status);
828 * \brief allocate an invalid #snd_pcm_status_t using standard alloca
832 int snd_pcm_status_malloc(snd_pcm_status_t **ptr);
833 void snd_pcm_status_free(snd_pcm_status_t *obj);
834 void snd_pcm_status_copy(snd_pcm_status_t *dst, const snd_pcm_status_t *src);
835 snd_pcm_state_t snd_pcm_status_get_state(const snd_pcm_status_t *obj);
836 void snd_pcm_status_get_trigger_tstamp(const snd_pcm_status_t *obj, snd_timestamp_t *ptr);
837 void snd_pcm_status_get_trigger_htstamp(const snd_pcm_status_t *ob
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
H A Dpcm.h52 typedef struct _snd_pcm_status snd_pcm_status_t; typedef in typeref:struct:_snd_pcm_status
433 int snd_pcm_status(snd_pcm_t *pcm, snd_pcm_status_t *status);
828 * \brief allocate an invalid #snd_pcm_status_t using standard alloca
832 int snd_pcm_status_malloc(snd_pcm_status_t **ptr);
833 void snd_pcm_status_free(snd_pcm_status_t *obj);
834 void snd_pcm_status_copy(snd_pcm_status_t *dst, const snd_pcm_status_t *src);
835 snd_pcm_state_t snd_pcm_status_get_state(const snd_pcm_status_t *obj);
836 void snd_pcm_status_get_trigger_tstamp(const snd_pcm_status_t *obj, snd_timestamp_t *ptr);
837 void snd_pcm_status_get_trigger_htstamp(const snd_pcm_status_t *ob
[all...]

Completed in 32 milliseconds