Lines Matching refs:iodev2
400 struct cras_iodev iodev2; in TEST_F() local
401 struct cras_iodev* iodevs[] = {&iodev, &iodev2}; in TEST_F()
407 SetupDevice(&iodev2, CRAS_STREAM_INPUT); in TEST_F()
413 thread_add_open_dev(thread_, &iodev2); in TEST_F()
417 EXPECT_NE((void*)NULL, iodev2.streams); in TEST_F()
431 EXPECT_EQ(iodev2.info.idx, cras_rstream_dev_offset_dev_id_val[1]); in TEST_F()
440 thread_rm_open_dev(thread_, CRAS_STREAM_INPUT, iodev2.info.idx); in TEST_F()
591 struct cras_iodev iodev2, *piodev2 = &iodev2; in TEST_F() local
598 SetupDevice(&iodev2, CRAS_STREAM_OUTPUT); in TEST_F()
612 thread_add_open_dev(thread_, &iodev2); in TEST_F()
613 dev_stream = iodev2.streams; in TEST_F()
626 dev_stream = iodev2.streams; in TEST_F()
633 dev_stream = iodev2.streams; in TEST_F()
641 &iodev2); in TEST_F()
642 dev_stream = iodev2.streams; in TEST_F()
646 thread_rm_open_dev(thread_, CRAS_STREAM_OUTPUT, iodev2.info.idx); in TEST_F()