• Home
  • Raw
  • Download

Lines Matching defs:iodev

70 static int update_supported_formats(struct cras_iodev *iodev)  in update_supported_formats()
109 static unsigned int bt_local_queued_frames(const struct cras_iodev *iodev) in bt_local_queued_frames()
117 static int frames_queued(const struct cras_iodev *iodev, in frames_queued()
130 static int fill_zeros_to_target_level(struct cras_iodev *iodev, in fill_zeros_to_target_level()
148 static int output_underrun(struct cras_iodev *iodev) in output_underrun()
254 struct cras_iodev *iodev = (struct cras_iodev *)arg; in a2dp_socket_write_cb() local
258 static int configure_dev(struct cras_iodev *iodev) in configure_dev()
330 static int start(const struct cras_iodev *iodev) in start()
344 static int close_dev(struct cras_iodev *iodev) in close_dev()
372 static unsigned int frames_to_play_in_sleep(struct cras_iodev *iodev, in frames_to_play_in_sleep()
400 static int encode_and_flush(const struct cras_iodev *iodev) in encode_and_flush()
521 static int delay_frames(const struct cras_iodev *iodev) in delay_frames()
530 static int get_buffer(struct cras_iodev *iodev, struct cras_audio_area **area, in get_buffer()
551 static int put_buffer(struct cras_iodev *iodev, unsigned nwritten) in put_buffer()
568 static int flush_buffer(struct cras_iodev *iodev) in flush_buffer()
573 static void set_volume(struct cras_iodev *iodev) in set_volume()
589 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node()
613 struct cras_iodev *iodev; in a2dp_iodev_create() local
694 void a2dp_iodev_destroy(struct cras_iodev *iodev) in a2dp_iodev_destroy()