Home
last modified time | relevance | path

Searched refs:resource_destroy_all (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs844 fn resource_destroy_all(&mut self, stream_id: u32) -> VideoResult<VideoCmdResponseType> { in resource_destroy_all() method
1245 VideoCmd::ResourceDestroyAll { stream_id, .. } => self.resource_destroy_all(stream_id), in process_cmd()