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.cc274 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
508 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
538 EXPECT_EQ(SND_PCM_STREAM_CAPTURE, aio->alsa_stream); in TEST()
566 EXPECT_EQ(SND_PCM_STREAM_CAPTURE, aio->alsa_stream); in TEST()
791 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
810 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
829 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
956 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
995 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
1172 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream); in TEST()
[all …]
/external/adhd/cras/src/server/
Dcras_alsa_io.c152 snd_pcm_stream_t alsa_stream; member
410 rc = cras_alsa_pcm_open(&handle, pcm_name, aio->alsa_stream); in open_dev()
508 if (aio->alsa_stream == SND_PCM_STREAM_CAPTURE) in configure_dev()
2098 aio->alsa_stream = SND_PCM_STREAM_CAPTURE; in alsa_iodev_create()
2102 aio->alsa_stream = SND_PCM_STREAM_PLAYBACK; in alsa_iodev_create()