Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs103 pending_commands: BTreeSet<PendingCommand>, field
190 pending_commands: Default::default(), in new()
274 .pending_commands in require_input_buffers()
279 .pending_commands in require_input_buffers()
302 .pending_commands in require_input_buffers()
307 .pending_commands in require_input_buffers()
467 if self.pending_commands.remove(&PendingCommand::Drain) { in flush_response()
476 if self.pending_commands.remove(&PendingCommand::SrcQueueClear) { in flush_response()
488 if self.pending_commands.remove(&PendingCommand::DstQueueClear) { in flush_response()
591 if stream.pending_commands.contains(&PendingCommand::Drain) { in stream_drain()
[all …]