HomeSort by relevance Sort by last modified time
    Searched refs:update_channel_layout (Results 1 - 4 of 4) sorted by null

  /external/adhd/cras/src/server/
cras_iodev.c 407 static void update_channel_layout(struct cras_iodev *iodev) function
411 if (iodev->update_channel_layout == NULL)
414 rc = iodev->update_channel_layout(iodev);
494 update_channel_layout(iodev);
    [all...]
cras_iodev.h 136 * update_channel_layout - Update the channel layout base on set iodev->format,
220 int (*update_channel_layout)(struct cras_iodev *iodev); member in struct:cras_iodev
cras_alsa_io.c 582 static int update_channel_layout(struct cras_iodev *iodev) function
    [all...]
  /external/adhd/cras/src/tests/
iodev_unittest.cc 116 int update_channel_layout(struct cras_iodev *iodev) { function
263 iodev_.update_channel_layout = update_channel_layout;
    [all...]

Completed in 206 milliseconds