Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/cuda/bench/
Dmain.c597 cuda(StreamDestroy(stream0)); in main()
598 cuda(StreamDestroy(stream1)); in main()
599 cuda(StreamDestroy(stream2)); in main()
/external/crosvm/devices/src/virtio/video/
Dcommand.rs71 StreamDestroy { enumerator
160 StreamDestroy { in from_reader()
Dworker.rs168 VideoCmd::StreamDestroy { stream_id } => { in handle_command_desc()
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs831 StreamDestroy { stream_id } => { in process_cmd()
/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs1214 VideoCmd::StreamDestroy { stream_id } => self.stream_destroy(stream_id), in process_cmd()