Home
last modified time | relevance | path

Searched defs:ShmStream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/common/audio_streams/src/
H A Dshm_streams.rs119 pub trait ShmStream: Send { interface
218 ) -> GenericResult<Box<dyn ShmStream>>;
326 ) -> GenericResult<Box<dyn ShmStream>> {
472 ) -> GenericResult<Box<dyn ShmStream>> {
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dshm_streams.rs100 ) -> GenericResult<Box<dyn ShmStream>> {
153 ) -> GenericResult<Box<dyn ShmStream>> {
217 ) -> GenericResult<Box<dyn ShmStream>> { in new()
/aosp_15_r20/external/crosvm/libcras_stub/src/
H A Dlibcras.rs156 ) -> std::result::Result<Box<dyn ShmStream>, BoxError> {