Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dcras_iodev_info.h28 uint32_t max_supported_channels; member
/external/adhd/cras/src/libcras/
Dcras_client.h1347 uint32_t *max_supported_channels);
1923 uint32_t *max_supported_channels) in libcras_node_info_get_max_supported_channels() argument
1926 max_supported_channels); in libcras_node_info_get_max_supported_channels()
Dcras_client.c3403 *max_channels = devs[i].max_supported_channels; in cras_client_get_max_supported_channels()
4127 uint32_t max_supported_channels; member
4154 uint32_t *max_supported_channels) in cras_node_info_get_max_supported_channels() argument
4156 (*max_supported_channels) = node->max_supported_channels; in cras_node_info_get_max_supported_channels()
4212 node->node_->max_supported_channels = iodev->max_supported_channels; in libcras_node_info_create()
/external/adhd/cras/src/server/
Dcras_empty_iodev.c238 iodev->info.max_supported_channels = 2; in empty_iodev_create()
Dtest_iodev.c202 iodev->info.max_supported_channels = 1; in test_iodev_create()
Dcras_bt_io.c205 iodev->info.max_supported_channels = dev->info.max_supported_channels; in update_supported_formats()
Dcras_hfp_alsa_iodev.c308 iodev->info.max_supported_channels = 1; in hfp_alsa_iodev_create()
Dcras_loopback_iodev.c304 iodev->info.max_supported_channels = 2; in create_loopback_iodev()
Dcras_hfp_iodev.c350 iodev->info.max_supported_channels = 1; in hfp_iodev_create()
Dcras_a2dp_iodev.c680 iodev->info.max_supported_channels = in a2dp_iodev_create()
Dcras_iodev_list.c864 edev->dev->info.max_supported_channels)) { in stream_added_cb()
Dcras_alsa_io.c1492 iodev->info.max_supported_channels = max_channels; in update_max_supported_channels()
/external/adhd/cras/client/cras-sys/src/
Dlib.rs185 max_supported_channels: 0, in default()
Dgen.rs57 pub max_supported_channels: u32, field
103 &(*(::std::ptr::null::<cras_iodev_info>())).max_supported_channels as *const _ as usize in bindgen_test_layout_cras_iodev_info()
110 stringify!(max_supported_channels) in bindgen_test_layout_cras_iodev_info()
/external/adhd/cras/src/tests/
Dalsa_io_unittest.cc932 EXPECT_EQ(max_channels, aio->base.info.max_supported_channels); in TEST()
1107 EXPECT_EQ(max_channels, iodev->info.max_supported_channels); in TEST()
1179 EXPECT_EQ(2, iodev->info.max_supported_channels); in TEST()
1207 EXPECT_EQ(2, iodev->info.max_supported_channels); in TEST()
Diodev_list_unittest.cc385 d1_.info.max_supported_channels = 2; in TEST_F()
412 d1_.info.max_supported_channels = 6; in TEST_F()
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c360 devs[i].max_supported_channels, devs[i].name); in print_dev_info()