Searched defs:streamon (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/ |
D | streamon.rs | 37 pub fn streamon(fd: &impl AsRawFd, queue: QueueType) -> Result<(), StreamOnError> { in streamon() function
|
/aosp_15_r20/external/virtio-media/device/src/devices/ |
H A D | simple_device.rs | 507 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() function
|
H A D | video_decoder.rs | 1018 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() function
|
H A D | v4l2_device_proxy.rs | 668 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() function
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ |
D | ioctl.rs | 68 mod streamon; module
|
/aosp_15_r20/external/v4l2_codec2/v4l2/ |
H A D | V4L2Device.cpp | 1031 bool V4L2Queue::streamon() { in streamon() function in android::V4L2Queue
|
/aosp_15_r20/external/virtio-media/device/src/ |
H A D | ioctl.rs | 249 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() method
|