Searched refs:iodev_ (Results 1 – 3 of 3) sorted by relevance
60 SetUpIodev(&iodev_, CRAS_STREAM_OUTPUT); in SetUp()62 iodev_.active_node = &node_; in SetUp()140 static struct cras_iodev iodev_; member in __anon02b6a9020111::BtIoBasicSuite154 struct cras_iodev BtIoBasicSuite::iodev_; member in __anon02b6a9020111::BtIoBasicSuite171 bt_iodev = cras_bt_io_create(fake_device, &iodev_, in TEST_F()174 EXPECT_EQ(&iodev_, active_profile_dev(bt_iodev)); in TEST_F()197 free(iodev_.supported_rates); in TEST_F()198 free(iodev_.supported_channel_counts); in TEST_F()199 free(iodev_.supported_formats); in TEST_F()204 iodev_.direction = CRAS_STREAM_INPUT; in TEST_F()[all …]
76 memset(&iodev_, 0, sizeof(iodev_)); in SetUp()77 iodev_.buffer_size = 16384; in SetUp()79 iodev_.direction = CRAS_STREAM_INPUT; in SetUp()81 iodev_.frames_queued = frames_queued; in SetUp()82 iodev_.delay_frames = delay_frames; in SetUp()83 iodev_.get_buffer = get_buffer; in SetUp()84 iodev_.put_buffer = put_buffer; in SetUp()85 iodev_.is_open = is_open; in SetUp()86 iodev_.open_dev = open_dev; in SetUp()87 iodev_.close_dev = close_dev; in SetUp()[all …]
263 memset(&iodev_, 0, sizeof(iodev_)); in SetUp()264 iodev_.update_channel_layout = update_channel_layout; in SetUp()265 iodev_.supported_rates = sample_rates_; in SetUp()266 iodev_.supported_channel_counts = channel_counts_; in SetUp()267 iodev_.supported_formats = pcm_formats_; in SetUp()268 iodev_.dsp_context = NULL; in SetUp()276 cras_iodev_free_format(&iodev_); in TearDown()280 struct cras_iodev iodev_; member in __anon389f9a6c0111::IoDevSetFormatTestSuite293 iodev_.direction = CRAS_STREAM_OUTPUT; in TEST_F()295 rc = cras_iodev_set_format(&iodev_, &fmt); in TEST_F()[all …]