Home
last modified time | relevance | path

Searched defs:IoctlResult (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/virtio-media/device/src/
H A Dioctl.rs185 pub type IoctlResult<T> = Result<T, i32>; typedef
249 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon()
252 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff()
275 fn s_std(&mut self, session: &mut Self::Session, std: v4l2_std_id) -> IoctlResult<()> { in s_std()
309 ) -> IoctlResult<()> { in s_tuner()
322 ) -> IoctlResult<()> { in s_audio()
368 fn s_audout(&mut self, session: &mut Self::Session, index: u32) -> IoctlResult<()> { in s_audout()
381 ) -> IoctlResult<()> { in s_modulator()
395 ) -> IoctlResult<()> { in s_frequency()
431 ) -> IoctlResult<()> { in g_ext_ctrls()
[all …]
/aosp_15_r20/external/virtio-media/device/src/devices/
H A Dv4l2_device_proxy.rs668 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon()
691 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff()
783 fn s_std(&mut self, session: &mut Self::Session, std: v4l2_std_id) -> IoctlResult<()> { in s_std()
821 ) -> IoctlResult<()> { in s_tuner()
834 ) -> IoctlResult<()> { in s_audio()
888 fn s_audout(&mut self, session: &mut Self::Session, index: u32) -> IoctlResult<()> { in s_audout()
901 ) -> IoctlResult<()> { in s_modulator()
915 ) -> IoctlResult<()> { in s_frequency()
949 ) -> IoctlResult<()> { in g_ext_ctrls()
967 ) -> IoctlResult<()> { in s_ext_ctrls()
[all …]
H A Dvideo_decoder.rs146 ) -> IoctlResult<()>; in decode()
149 fn use_as_output(&mut self, index: u32, backing: &mut Self::BufferStorage) -> IoctlResult<()>; in use_as_output()
155 fn drain(&mut self) -> IoctlResult<()>; in drain()
158 fn clear_output_buffers(&mut self) -> IoctlResult<()>; in clear_output_buffers()
979 ) -> IoctlResult<()> { in subscribe_event()
998 ) -> IoctlResult<()> { in unsubscribe_event()
1018 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon()
1050 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff()
H A Dsimple_device.rs131 ) -> IoctlResult<()> { in process_queued_buffers()
507 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon()
518 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff()
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/
H A Dlib.rs652 ) -> IoctlResult<()> { in decode()
702 fn use_as_output(&mut self, index: u32, backing: &mut Self::BufferStorage) -> IoctlResult<()> { in use_as_output()
726 fn drain(&mut self) -> IoctlResult<()> { in drain()
742 fn clear_output_buffers(&mut self) -> IoctlResult<()> { in clear_output_buffers()