Searched defs:QueueResult (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/v4l2r/lib/src/device/queue/ |
D | qbuf.rs | 35 pub type QueueResult<R, B: BufferHandles> = std::result::Result<R, QueueError<B>>; typedef 131 ) -> QueueResult<(), R> { in queue_bound_planes() 187 fn queue_with_handles(self, handles: B) -> QueueResult<(), B> { in queue_with_handles() 218 fn queue_with_handles(self, handles: B, bytes_used: &[usize]) -> QueueResult<(), B> { in queue_with_handles()
|
D | generic.rs | 160 ) -> QueueResult<(), GenericBufferHandles> { in queue_with_handles() 178 ) -> QueueResult<(), GenericBufferHandles> { in queue_with_handles()
|
/external/rust/crates/v4l2r/lib/src/device/ |
D | queue.rs | 655 fn queue_with_handles(self, handles: B) -> QueueResult<(), B>; in queue_with_handles() 665 fn queue_with_handles(self, handles: B, bytes_used: &[usize]) -> QueueResult<(), B>; in queue_with_handles()
|