Home
last modified time | relevance | path

Searched defs:odev (Results 1 – 20 of 20) sorted by relevance

/external/adhd/cras/src/server/
Dcras_iodev.c51 static int default_no_stream_playback(struct cras_iodev *odev) in default_no_stream_playback()
108 static unsigned int dev_playback_frames(struct cras_iodev* odev) in dev_playback_frames()
147 static int cras_iodev_no_stream_playback_transition(struct cras_iodev *odev, in cras_iodev_no_stream_playback_transition()
182 static int output_should_mute(struct cras_iodev *odev) in output_should_mute()
192 int cras_iodev_is_zero_volume(const struct cras_iodev *odev) in cras_iodev_is_zero_volume()
235 static int cras_iodev_output_event_sample_ready(struct cras_iodev *odev) in cras_iodev_output_event_sample_ready()
1257 int cras_iodev_fill_odev_zeros(struct cras_iodev *odev, unsigned int frames) in cras_iodev_fill_odev_zeros()
1289 int cras_iodev_output_underrun(struct cras_iodev *odev) { in cras_iodev_output_underrun()
1297 int cras_iodev_odev_should_wake(const struct cras_iodev *odev) in cras_iodev_odev_should_wake()
1310 unsigned int cras_iodev_frames_to_play_in_sleep(struct cras_iodev *odev, in cras_iodev_frames_to_play_in_sleep()
[all …]
Ddev_io.c105 struct cras_iodev *odev = adev->dev; in fetch_streams() local
493 struct cras_iodev *odev = adev->dev; in write_streams() local
614 struct cras_iodev *odev = adev->dev; in write_output_samples() local
926 struct open_dev *odev; in dev_io_find_open_dev() local
936 struct open_dev *odev; in dev_io_rm_open_dev() local
Dcras_alsa_io.c1737 static int adjust_appl_ptr(struct cras_iodev *odev) in adjust_appl_ptr()
1753 static int adjust_appl_ptr_samples_remaining(struct cras_iodev *odev) in adjust_appl_ptr_samples_remaining()
1790 static int alsa_output_underrun(struct cras_iodev *odev) in alsa_output_underrun()
1807 static int possibly_enter_free_run(struct cras_iodev *odev) in possibly_enter_free_run()
1856 static int leave_free_run(struct cras_iodev *odev) in leave_free_run()
1882 static int no_stream(struct cras_iodev *odev, int enable) in no_stream()
1890 static int output_should_wake(const struct cras_iodev *odev) in output_should_wake()
Dcras_hfp_info.c52 struct cras_iodev *odev; member
Dcras_hfp_ag_profile.c88 struct cras_iodev *odev; member
Dcras_apm_list.c105 struct cras_iodev *odev; member
Dcras_bt_device.c451 struct cras_iodev *odev = device->bt_iodevs[CRAS_STREAM_OUTPUT]; in cras_bt_device_has_a2dp() local
Daudio_thread.c249 static void fill_odevs_zeros_min_level(struct cras_iodev *odev) in fill_odevs_zeros_min_level()
/external/adhd/cras/src/tests/
Diodev_stub.cc99 int cras_iodev_prepare_output_before_write_samples(struct cras_iodev *odev) in cras_iodev_prepare_output_before_write_samples()
111 int cras_iodev_odev_should_wake(const struct cras_iodev *odev) in cras_iodev_odev_should_wake()
116 int cras_iodev_output_underrun(struct cras_iodev *odev) { in cras_iodev_output_underrun()
134 unsigned int cras_iodev_frames_to_play_in_sleep(struct cras_iodev *odev, in cras_iodev_frames_to_play_in_sleep()
Ddev_io_stubs.h54 OpendevPtr odev; member
Daudio_thread_unittest.cc280 struct cras_iodev odev; in TEST_F() local
1066 int cras_iodev_fill_odev_zeros(struct cras_iodev *odev, unsigned int frames) in cras_iodev_fill_odev_zeros()
1072 int cras_iodev_output_underrun(struct cras_iodev *odev) in cras_iodev_output_underrun()
1078 int cras_iodev_prepare_output_before_write_samples(struct cras_iodev *odev) in cras_iodev_prepare_output_before_write_samples()
1106 unsigned int cras_iodev_frames_to_play_in_sleep(struct cras_iodev *odev, in cras_iodev_frames_to_play_in_sleep()
1115 int cras_iodev_odev_should_wake(const struct cras_iodev *odev) in cras_iodev_odev_should_wake()
1160 int cras_iodev_start_ramp(struct cras_iodev *odev, in cras_iodev_start_ramp()
Ddev_io_stubs.cc120 OpendevPtr odev( in create_device() local
Dbt_io_unittest.cc468 int cras_iodev_default_no_stream_playback(struct cras_iodev *odev, int enable) in cras_iodev_default_no_stream_playback()
Drclient_unittest.cc694 struct cras_iodev *odev) in audio_thread_add_output_dev()
Diodev_unittest.cc562 static int no_stream(struct cras_iodev *odev, int enable) in no_stream()
570 static int output_should_wake(const struct cras_iodev *odev) in output_should_wake()
Dalsa_io_unittest.cc2933 int cras_iodev_fill_odev_zeros(struct cras_iodev *odev, unsigned int frames) in cras_iodev_fill_odev_zeros()
3001 int cras_iodev_default_no_stream_playback(struct cras_iodev *odev, int enable) in cras_iodev_default_no_stream_playback()
/external/iputils/Modules/
Dpg3.c149 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/
Daudio_helper.py244 def get_play_sine_args(channel, odev='default', freq=1000, duration=10, argument
265 def play_sine(channel, odev='default', freq=1000, duration=10, argument
/external/toybox/toys/pending/
Dip.c1446 int tb,idev,odev,proto; member
1671 char *idev = NULL, *odev = NULL; in route_get() local
/external/iproute2/ip/
Diproute.c1682 char *odev = NULL; in iproute_get() local