Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_iodev.c407 static void update_channel_layout(struct cras_iodev *iodev) in update_channel_layout() function
411 if (iodev->update_channel_layout == NULL) in update_channel_layout()
414 rc = iodev->update_channel_layout(iodev); in update_channel_layout()
494 update_channel_layout(iodev); in cras_iodev_set_format()
Dcras_iodev.h220 int (*update_channel_layout)(struct cras_iodev *iodev); member
Dcras_alsa_io.c582 static int update_channel_layout(struct cras_iodev *iodev) in update_channel_layout() function
2007 iodev->update_channel_layout = update_channel_layout; in alsa_iodev_create()
/external/adhd/cras/src/tests/
Diodev_unittest.cc116 int update_channel_layout(struct cras_iodev *iodev) { in update_channel_layout() function
263 iodev_.update_channel_layout = update_channel_layout; in SetUp()