/external/adhd/cras/src/server/ |
D | cras_iodev.c | 72 static int default_no_stream_playback(struct cras_iodev *odev) in default_no_stream_playback() 129 static unsigned int dev_playback_frames(struct cras_iodev *odev) in dev_playback_frames() 172 static int cras_iodev_no_stream_playback_transition(struct cras_iodev *odev, in cras_iodev_no_stream_playback_transition() 207 static int output_should_mute(struct cras_iodev *odev) in output_should_mute() 217 int cras_iodev_is_zero_volume(const struct cras_iodev *odev) in cras_iodev_is_zero_volume() 260 static int cras_iodev_output_event_sample_ready(struct cras_iodev *odev) in cras_iodev_output_event_sample_ready() 766 int cras_iodev_get_valid_frames(struct cras_iodev *odev, in cras_iodev_get_valid_frames() 1326 int cras_iodev_fill_odev_zeros(struct cras_iodev *odev, unsigned int frames) in cras_iodev_fill_odev_zeros() 1358 int cras_iodev_output_underrun(struct cras_iodev *odev, unsigned int hw_level, in cras_iodev_output_underrun() 1371 int cras_iodev_odev_should_wake(const struct cras_iodev *odev) in cras_iodev_odev_should_wake() [all …]
|
D | dev_io.c | 83 struct open_dev *odev; in update_estimated_rate() local 198 struct cras_iodev *odev = adev->dev; in fetch_streams() local 651 struct cras_iodev *odev = adev->dev; in write_streams() local 772 struct cras_iodev *odev = adev->dev; in write_output_samples() local 1279 struct open_dev *odev; in dev_io_find_open_dev() local 1288 struct open_dev *odev; in dev_io_rm_open_dev() local 1351 struct open_dev *odev; in find_matched_input_stream() local
|
D | cras_a2dp_iodev.c | 178 struct cras_iodev *odev = &a2dpio->base; in enter_no_stream() local 198 struct cras_iodev *odev = &a2dpio->base; in leave_no_stream() local 214 static int no_stream(struct cras_iodev *odev, int enable) in no_stream()
|
D | cras_alsa_io.c | 1817 static int adjust_appl_ptr_for_leaving_free_run(struct cras_iodev *odev) in adjust_appl_ptr_for_leaving_free_run() 1830 static int adjust_appl_ptr_for_underrun(struct cras_iodev *odev) in adjust_appl_ptr_for_underrun() 1844 static int adjust_appl_ptr_samples_remaining(struct cras_iodev *odev) in adjust_appl_ptr_samples_remaining() 1881 static int alsa_output_underrun(struct cras_iodev *odev) in alsa_output_underrun() 1894 static int possibly_enter_free_run(struct cras_iodev *odev) in possibly_enter_free_run() 1942 static int leave_free_run(struct cras_iodev *odev) in leave_free_run() 1972 static int no_stream(struct cras_iodev *odev, int enable) in no_stream() 1980 static int is_free_running(const struct cras_iodev *odev) in is_free_running() 2011 static int get_valid_frames(struct cras_iodev *odev, struct timespec *tstamp) in get_valid_frames()
|
D | cras_hfp_ag_profile.c | 95 struct cras_iodev *odev; member
|
D | cras_apm_list.c | 132 struct cras_iodev *odev; member
|
D | cras_bt_device.c | 484 struct cras_iodev *odev = device->bt_iodevs[CRAS_STREAM_OUTPUT]; in cras_bt_device_has_a2dp() local
|
D | audio_thread.c | 259 static void fill_odevs_zeros_min_level(struct cras_iodev *odev) in fill_odevs_zeros_min_level()
|
/external/adhd/cras/src/tests/ |
D | iodev_stub.cc | 163 int cras_iodev_prepare_output_before_write_samples(struct cras_iodev* odev) { in cras_iodev_prepare_output_before_write_samples() 175 int cras_iodev_odev_should_wake(const struct cras_iodev* odev) { in cras_iodev_odev_should_wake() 179 int cras_iodev_output_underrun(struct cras_iodev* odev, in cras_iodev_output_underrun() 198 unsigned int cras_iodev_frames_to_play_in_sleep(struct cras_iodev* odev, in cras_iodev_frames_to_play_in_sleep()
|
D | dev_io_stubs.h | 54 OpendevPtr odev; member
|
D | audio_thread_unittest.cc | 343 struct cras_iodev odev; in TEST_F() local 1315 int cras_iodev_fill_odev_zeros(struct cras_iodev* odev, unsigned int frames) { in cras_iodev_fill_odev_zeros() 1320 int cras_iodev_output_underrun(struct cras_iodev* odev, in cras_iodev_output_underrun() 1327 int cras_iodev_prepare_output_before_write_samples(struct cras_iodev* odev) { in cras_iodev_prepare_output_before_write_samples() 1337 unsigned int cras_iodev_frames_to_play_in_sleep(struct cras_iodev* odev, in cras_iodev_frames_to_play_in_sleep() 1345 int cras_iodev_odev_should_wake(const struct cras_iodev* odev) { in cras_iodev_odev_should_wake() 1389 int cras_iodev_start_ramp(struct cras_iodev* odev, in cras_iodev_start_ramp()
|
D | empty_iodev_unittest.cc | 55 int cras_iodev_default_no_stream_playback(struct cras_iodev* odev, int enable) { in cras_iodev_default_no_stream_playback()
|
D | dev_io_stubs.cc | 138 OpendevPtr odev(reinterpret_cast<open_dev*>(calloc(1, sizeof(open_dev))), in create_device() local
|
D | bt_io_unittest.cc | 473 int cras_iodev_default_no_stream_playback(struct cras_iodev* odev, int enable) { in cras_iodev_default_no_stream_playback() 483 struct cras_iodev* odev, in cras_iodev_default_frames_to_play_in_sleep()
|
D | hfp_iodev_unittest.cc | 370 int cras_iodev_fill_odev_zeros(struct cras_iodev* odev, unsigned int frames) { in cras_iodev_fill_odev_zeros()
|
D | alsa_io_unittest.cc | 2953 int cras_iodev_fill_odev_zeros(struct cras_iodev* odev, unsigned int frames) { in cras_iodev_fill_odev_zeros() 3013 int cras_iodev_default_no_stream_playback(struct cras_iodev* odev, int enable) { in cras_iodev_default_no_stream_playback() 3017 int cras_iodev_output_underrun(struct cras_iodev* odev, in cras_iodev_output_underrun()
|
D | a2dp_iodev_unittest.cc | 911 int cras_iodev_fill_odev_zeros(struct cras_iodev* odev, unsigned int frames) { in cras_iodev_fill_odev_zeros()
|
D | control_rclient_unittest.cc | 733 struct cras_iodev* odev) {} in audio_thread_add_output_dev()
|
D | iodev_unittest.cc | 518 static int no_stream(struct cras_iodev* odev, int enable) { in no_stream() 525 static int is_free_running(const struct cras_iodev* odev) { in is_free_running()
|
D | iodev_list_unittest.cc | 2215 int cras_iodev_start_volume_ramp(struct cras_iodev* odev, in cras_iodev_start_volume_ramp()
|
/external/iputils/Modules/ |
D | pg3.c | 149 struct net_device *odev; in pg_setup_inject() local 239 fill_packet(struct net_device *odev, __u32 saddr) in fill_packet() 344 struct net_device *odev; in pg_inject() local
|
/external/autotest/client/cros/audio/ |
D | audio_helper.py | 229 def get_play_sine_args(channel, odev='default', freq=1000, duration=10, argument 250 def play_sine(channel, odev='default', freq=1000, duration=10, argument
|
/external/toybox/toys/pending/ |
D | ip.c | 1496 int tb,idev,odev,proto; member 1782 char *idev = NULL, *odev = NULL; in route_get() local
|
/external/iproute2/ip/ |
D | iproute.c | 1682 char *odev = NULL; in iproute_get() local
|