Home
last modified time | relevance | path

Searched defs:AllocatedQueue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/
Dtraits.rs44 pub trait AllocatedQueue<'a, D: Direction>: TryDequeue + Stream + Sized { trait
Dqueue.rs422 impl<'a, D: Direction, P: BufferHandles + 'a> AllocatedQueue<'a, D> impl