Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Daudio_thread_unittest.cc337 struct cras_iodev iodev2; in TEST_F() local
338 struct cras_iodev *iodevs[] = {&iodev, &iodev2}; in TEST_F()
344 SetupDevice(&iodev2, CRAS_STREAM_INPUT); in TEST_F()
350 thread_add_open_dev(thread_, &iodev2); in TEST_F()
354 EXPECT_NE((void *)NULL, iodev2.streams); in TEST_F()
368 EXPECT_EQ(iodev2.info.idx, cras_rstream_dev_offset_dev_id_val[1]); in TEST_F()
377 thread_rm_open_dev(thread_, &iodev2); in TEST_F()
427 struct cras_iodev iodev2, *piodev2 = &iodev2; in TEST_F() local
434 SetupDevice(&iodev2, CRAS_STREAM_OUTPUT); in TEST_F()
448 thread_add_open_dev(thread_, &iodev2); in TEST_F()
[all …]