Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/
Dg_selection.rs49 pub enum GSelectionError { enum
70 ) -> Result<R, GSelectionError> { in g_selection() argument
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/
Dqueue.rs123 pub fn get_selection(&self, target: SelectionTarget) -> Result<Rect, ioctl::GSelectionError> { in get_selection()