Home
last modified time | relevance | path

Searched refs:alsa_stream (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/tests/
Dalsa_io_unittest.cc293 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
632 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
663 EXPECT_EQ(SND_PCM_STREAM_CAPTURE, aio->alsa_stream); in TEST()
692 EXPECT_EQ(SND_PCM_STREAM_CAPTURE, aio->alsa_stream); in TEST()
894 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
915 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
1017 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
1056 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
1197 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
1262 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
[all …]
/external/adhd/cras/src/server/
Dcras_alsa_io.c144 snd_pcm_stream_t alsa_stream; member
362 rc = cras_alsa_pcm_open(&handle, aio->dev, aio->alsa_stream); in open_dev()
450 if (aio->alsa_stream == SND_PCM_STREAM_CAPTURE) in configure_dev()
1987 aio->alsa_stream = SND_PCM_STREAM_CAPTURE; in alsa_iodev_create()
1991 aio->alsa_stream = SND_PCM_STREAM_PLAYBACK; in alsa_iodev_create()