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.c420 static void update_channel_layout(struct cras_iodev *iodev) in update_channel_layout() function
424 if (iodev->update_channel_layout == NULL) in update_channel_layout()
427 rc = iodev->update_channel_layout(iodev); in update_channel_layout()
499 update_channel_layout(iodev); in cras_iodev_set_format()
Dcras_iodev.h269 int (*update_channel_layout)(struct cras_iodev *iodev); member
Dcras_alsa_io.c634 static int update_channel_layout(struct cras_iodev *iodev) in update_channel_layout() function
2118 iodev->update_channel_layout = update_channel_layout; in alsa_iodev_create()
/external/adhd/cras/src/tests/
Diodev_unittest.cc121 int update_channel_layout(struct cras_iodev* iodev) { in update_channel_layout() function
264 iodev_.update_channel_layout = update_channel_layout; in SetUp()