Home
last modified time | relevance | path

Searched defs:DequeueBufferEvent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/virtio-media/device/src/
H A Dprotocol.rs282 pub struct DequeueBufferEvent { struct
287 impl DequeueBufferEvent { impl
H A Dioctl.rs174 unsafe impl ForceZeroCopy for crate::protocol::DequeueBufferEvent {} implementation