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.rs90 pending_commands: BTreeSet<PendingCommand>, field
163 pending_commands: Default::default(), in new()
246 if self.pending_commands.remove(&PendingCommand::GetSrcParams) { in require_input_buffers()
260 if self.pending_commands.remove(&PendingCommand::GetDstParams) { in require_input_buffers()
441 if self.pending_commands.remove(&PendingCommand::Drain) { in flush_response()
450 if self.pending_commands.remove(&PendingCommand::SrcQueueClear) { in flush_response()
462 if self.pending_commands.remove(&PendingCommand::DstQueueClear) { in flush_response()
567 if stream.pending_commands.contains(&PendingCommand::Drain) { in stream_drain()
571 stream.pending_commands.insert(PendingCommand::Drain); in stream_drain()
574 .pending_commands in stream_drain()
[all …]