Searched defs:IoctlResult (Results 1 – 6 of 6) sorted by relevance
/external/virtio-media/device/src/ |
D | ioctl.rs | 251 pub type IoctlResult<T> = Result<T, i32>; typedef 315 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() 318 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff() 341 fn s_std(&mut self, session: &mut Self::Session, std: v4l2_std_id) -> IoctlResult<()> { in s_std() 375 ) -> IoctlResult<()> { in s_tuner() 388 ) -> IoctlResult<()> { in s_audio() 434 fn s_audout(&mut self, session: &mut Self::Session, index: u32) -> IoctlResult<()> { in s_audout() 447 ) -> IoctlResult<()> { in s_modulator() 461 ) -> IoctlResult<()> { in s_frequency() 497 ) -> IoctlResult<()> { in g_ext_ctrls() [all …]
|
/external/crosvm/devices/src/virtio/media/ |
D | decoder_adapter.rs | 201 fn try_send_pending_output_buffers(&mut self) -> IoctlResult<()> { in try_send_pending_output_buffers() 283 fn drain(&mut self) -> IoctlResult<()> { in drain() 291 fn clear_output_buffers(&mut self) -> IoctlResult<()> { in clear_output_buffers() 409 ) -> IoctlResult<()> { in decode() 428 fn use_as_output(&mut self, index: u32, backing: &mut Self::BufferStorage) -> IoctlResult<()> { in use_as_output()
|
/external/virtio-media/device/src/devices/ |
D | v4l2_device_proxy.rs | 670 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() 693 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff() 785 fn s_std(&mut self, session: &mut Self::Session, std: v4l2_std_id) -> IoctlResult<()> { in s_std() 823 ) -> IoctlResult<()> { in s_tuner() 836 ) -> IoctlResult<()> { in s_audio() 890 fn s_audout(&mut self, session: &mut Self::Session, index: u32) -> IoctlResult<()> { in s_audout() 903 ) -> IoctlResult<()> { in s_modulator() 917 ) -> IoctlResult<()> { in s_frequency() 951 ) -> IoctlResult<()> { in g_ext_ctrls() 969 ) -> IoctlResult<()> { in s_ext_ctrls() [all …]
|
D | video_decoder.rs | 148 ) -> IoctlResult<()>; in decode() 151 fn use_as_output(&mut self, index: u32, backing: &mut Self::BufferStorage) -> IoctlResult<()>; in use_as_output() 157 fn drain(&mut self) -> IoctlResult<()>; in drain() 160 fn clear_output_buffers(&mut self) -> IoctlResult<()>; in clear_output_buffers() 980 ) -> IoctlResult<()> { in subscribe_event() 999 ) -> IoctlResult<()> { in unsubscribe_event() 1019 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() 1051 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff()
|
D | simple_device.rs | 133 ) -> IoctlResult<()> { in process_queued_buffers() 509 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() 520 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff()
|
/external/virtio-media/extras/ffmpeg-decoder/src/ |
D | lib.rs | 652 ) -> 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()
|