Home
last modified time | relevance | path

Searched refs:snd_pcm_status (Results 1 - 22 of 22) sorted by relevance

/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-mmap.c209 err = snd_pcm_status(state->handle, layout->status); in irq_mmap_r_process_frames()
248 err = snd_pcm_status(state->handle, layout->status); in irq_mmap_w_process_frames()
H A Dxfer-libasound-timer-mmap.c259 err = snd_pcm_status(state->handle, layout->status); in timer_mmap_r_process_frames()
384 err = snd_pcm_status(state->handle, layout->status); in timer_mmap_w_process_frames()
/third_party/alsa-lib/test/
H A Dpcm-multi-thread.c76 err = snd_pcm_status(pcm, stat); in peeper()
H A Dlatency.c327 if ((err = snd_pcm_status(handle, status)) < 0) { in showstat()
358 if ((err = snd_pcm_status(handle, status)) < 0) { in gettimestamp()
H A Daudio_time.c3 * and audio time, as reported in snd_pcm_status(). It should be
77 if ((err = snd_pcm_status(handle, status)) < 0) { in _gettimestamp()
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h480 struct snd_pcm_status { struct
677 #define SNDRV_PCM_IOCTL_STATUS _IOR('A', 0x20, struct snd_pcm_status)
683 #define SNDRV_PCM_IOCTL_STATUS_EXT _IOWR('A', 0x24, struct snd_pcm_status)
/third_party/pulseaudio/src/tests/
H A Dalsa-time-test.c179 r = snd_pcm_status(pcm, status); in main()
/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.c130 return snd_pcm_status(generic->slave, status); in snd_pcm_generic_status()
H A Dpcm_plugin.c552 err = snd_pcm_status(plugin->gen.slave, status); in snd_pcm_plugin_status()
564 * snd_pcm_status() in snd_pcm_plugin_status()
H A Dpcm_dsnoop.c184 snd_pcm_status(dsnoop->spcm, status); in snd_pcm_dsnoop_status()
H A Dpcm_dshare.c227 snd_pcm_status(dshare->spcm, status); in snd_pcm_dshare_status()
H A Dpcm_dmix.c460 snd_pcm_status(dmix->spcm, status); in snd_pcm_dmix_status()
H A Dpcm_meter.c204 err = snd_pcm_status(spcm, &status); in snd_pcm_meter_thread()
H A Dpcm_multi.c397 int err = snd_pcm_status(slave, status); in snd_pcm_multi_status()
H A Dpcm_rate.c1227 err = snd_pcm_status(rate->gen.slave, status); in snd_pcm_rate_status()
H A Dpcm.c1054 int snd_pcm_status(snd_pcm_t *pcm, snd_pcm_status_t *status) in snd_pcm_status() function
1075 * \link ::snd_pcm_status() \endlink.
7149 * \brief Get maximum number of frames available from a PCM status container after last #snd_pcm_status call
7152 * This value returns the peak for the available frames between #snd_pcm_status calls.
/third_party/alsa-lib/include/
H A Dlocal.h99 #define _snd_pcm_status snd_pcm_status
H A Dpcm.h550 int snd_pcm_status(snd_pcm_t *pcm, snd_pcm_status_t *status);
1048 #define snd_pcm_status_alloca(ptr) __snd_alloca(ptr, snd_pcm_status)
/third_party/libsnd/programs/
H A Dsndfile-play.c306 if ((retval = snd_pcm_status (alsa_dev, status)) < 0) in alsa_write_float()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c852 if ((err = snd_pcm_status(pcm, status)) < 0) { in pa_alsa_dump_status()
853 pa_log_debug("snd_pcm_status() failed: %s", pa_cstrerror(err)); in pa_alsa_dump_status()
1220 * This is done with snd_pcm_status() which provides in pa_alsa_safe_delay()
1234 if ((err = snd_pcm_status(pcm, status)) < 0) in pa_alsa_safe_delay()
/third_party/alsa-lib/aserver/
H A Daserver.c437 ctrl->result = snd_pcm_status(pcm, (snd_pcm_status_t *) &ctrl->u.status); in pcm_shm_cmd()
/third_party/alsa-utils/aplay/
H A Daplay.c1686 if ((res = snd_pcm_status(handle, status))<0) {
2009 err = snd_pcm_status(handle, status);

Completed in 43 milliseconds