Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/
Dmod.rs89 pub enum GetPlanarFramebufferError { enum
96 impl fmt::Display for GetPlanarFramebufferError { implementation
105 impl error::Error for GetPlanarFramebufferError { implementation
114 impl From<io::Error> for GetPlanarFramebufferError { implementation
120 impl From<UnrecognizedFourcc> for GetPlanarFramebufferError { implementation
299 ) -> Result<framebuffer::PlanarInfo, GetPlanarFramebufferError> { in get_planar_framebuffer() argument