Home
last modified time | relevance | path

Searched refs:BufferError (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/bufferstreams/rust/src/subscribers/
Dtesting.rs26 Error(BufferError),
99 fn on_error(&mut self, error: BufferError) { in on_error() argument
Dshared.rs85 fn on_error(&mut self, error: BufferError) { in on_error() argument
/frameworks/native/libs/bufferstreams/rust/src/
Dlib.rs99 fn on_error(&mut self, error: BufferError); in on_error() argument
157 pub type BufferError = anyhow::Error; typedef
/frameworks/native/libs/bufferstreams/rust/src/publishers/
Dtesting.rs68 pub fn send_error(&mut self, error: BufferError) { in send_error() argument