Home
last modified time | relevance | path

Searched defs:streamon (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/
Dstreamon.rs37 pub fn streamon(fd: &impl AsRawFd, queue: QueueType) -> Result<(), StreamOnError> { in streamon() function
/aosp_15_r20/external/virtio-media/device/src/devices/
H A Dsimple_device.rs507 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() function
H A Dvideo_decoder.rs1018 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() function
H A Dv4l2_device_proxy.rs668 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() function
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Dioctl.rs68 mod streamon; module
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Device.cpp1031 bool V4L2Queue::streamon() { in streamon() function in android::V4L2Queue
/aosp_15_r20/external/virtio-media/device/src/
H A Dioctl.rs249 fn streamon(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamon() method