Home
last modified time | relevance | path

Searched defs:StreamDirection (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_streams.rs92 direction: StreamDirection, in new_stream_inner()
145 direction: StreamDirection, in new_stream()
214 direction: StreamDirection, in new()
/external/crosvm/common/audio_streams/src/
Dshm_streams.rs210 direction: StreamDirection, in new_stream()
318 _direction: StreamDirection, in new_stream()
464 _direction: StreamDirection, in new_stream()
Daudio_streams.rs123 pub enum StreamDirection { enum
/external/crosvm/libcras_stub/src/
Dlibcras.rs148 _direction: StreamDirection, in new_stream()
/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc76 enum StreamDirection { kForward = 0, kReverse }; enum