Home
last modified time | relevance | path

Searched refs:snd_pcm_avail (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
Dcras_alsa_helpers.c269 rc = snd_pcm_avail(handle); in cras_alsa_resume_appl_ptr()
677 frames = snd_pcm_avail(handle); in cras_alsa_get_avail_frames()
Dcras_alsa_io.c540 nframes = snd_pcm_avail(aio->handle); in flush_buffer()
/external/adhd/cras/src/tests/
Dalsa_helpers_unittest.cc299 snd_pcm_sframes_t snd_pcm_avail(snd_pcm_t *pcm) { in snd_pcm_avail() function