Home
last modified time | relevance | path

Searched refs:StreamDirection (Results 1 – 8 of 8) sorted by relevance

/external/adhd/cras/client/libcras/src/
Dcras_shm_stream.rs9 BoxError, SampleFormat, StreamDirection,
45 direction: StreamDirection,
80 direction: StreamDirection, in try_new() argument
131 StreamDirection::Playback => CRAS_AUDIO_MESSAGE_ID::AUDIO_MESSAGE_REQUEST_DATA, in wait_for_next_action_with_timeout()
132 StreamDirection::Capture => CRAS_AUDIO_MESSAGE_ID::AUDIO_MESSAGE_DATA_READY, in wait_for_next_action_with_timeout()
156 StreamDirection::Playback => { in callback()
162 StreamDirection::Capture => { in callback()
185 if self.direction == StreamDirection::Playback { in ignore()
Dlibcras.rs132 StreamDirection, StreamEffect, StreamSource,
618 direction: StreamDirection, in new_stream() argument
627 if direction == StreamDirection::Capture && !self.cras_capture {
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_streams.rs15 use audio_streams::{BoxError, SampleFormat, StreamDirection, StreamEffect};
83 direction: StreamDirection, in new_stream() argument
94 StreamDirection::Playback => VIRTIO_SND_D_OUTPUT,
95 StreamDirection::Capture => VIRTIO_SND_D_INPUT,
149 direction: StreamDirection,
162 direction: StreamDirection, in new() argument
236 StreamDirection::Playback => { in callback()
244 StreamDirection::Capture => { in callback()
/external/adhd/audio_streams/src/
Dshm_streams.rs13 use crate::{BoxError, SampleFormat, StreamDirection, StreamEffect};
198 direction: StreamDirection, in new_stream() argument
305 _direction: StreamDirection, in new_stream() argument
450 _direction: StreamDirection, in new_stream() argument
486 StreamDirection::Playback, in mock_trigger_callback()
531 StreamDirection::Playback, in null_consumption_rate()
Daudio_streams.rs83 pub enum StreamDirection { enum
/external/adhd/cras/client/cras-sys/src/
Dlib.rs28 use audio_streams::{SampleFormat, StreamDirection, StreamEffect};
615 impl From<StreamDirection> for CRAS_STREAM_DIRECTION {
617 fn from(direction: StreamDirection) -> Self { in from()
619 StreamDirection::Playback => CRAS_STREAM_DIRECTION::CRAS_STREAM_OUTPUT, in from()
620 StreamDirection::Capture => CRAS_STREAM_DIRECTION::CRAS_STREAM_INPUT, in from()
/external/crosvm/devices/src/pci/
Dac97_bus_master.rs15 BoxError, NoopStreamControl, SampleFormat, StreamControl, StreamDirection, StreamEffect,
560 Ac97Function::Microphone => StreamDirection::Capture, in create_audio_worker()
561 Ac97Function::Input => StreamDirection::Capture, in create_audio_worker()
562 Ac97Function::Output => StreamDirection::Playback, in create_audio_worker()
573 StreamDirection::Capture => { in create_audio_worker()
583 StreamDirection::Playback => [0, 0], in create_audio_worker()
/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc81 enum StreamDirection { kForward = 0, kReverse }; enum
268 StreamDirection file_direction) { in OutputFilePath()
2058 std::vector<StreamDirection> stream_directions; in TEST_P()
2061 for (StreamDirection file_direction : stream_directions) { in TEST_P()