Lines Matching refs:DoTask

214     void DoTask(VirtioGpuTaskContextAttachResource task);
215 void DoTask(VirtioGpuTaskContextDetachResource task);
216 void DoTask(VirtioGpuTaskCreateContext task);
217 void DoTask(VirtioGpuTaskCreateBlob task);
218 void DoTask(VirtioGpuTaskCreateResource task);
219 void DoTask(VirtioGpuTaskDestroyContext task);
220 void DoTask(VirtioGpuTaskMap task);
221 void DoTask(VirtioGpuTaskUnmap task);
222 void DoTask(VirtioGpuTaskSubmitCmd task);
223 void DoTask(VirtioGpuTaskTransferFromHost task);
224 void DoTask(VirtioGpuTaskTransferToHost task);
225 void DoTask(VirtioGpuTaskWithWaitable task);
226 void DoTask(VirtioGpuTaskUnrefResource task);
227 void DoTask(VirtioGpuTaskSnapshotSave task);
228 void DoTask(VirtioGpuTaskSnapshotRestore task);
770 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskContextAttachResource task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
780 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskContextDetachResource task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
790 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskCreateBlob task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
804 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskCreateContext task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
821 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskCreateResource task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
848 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskDestroyContext task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
856 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskMap task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
870 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskUnmap task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
876 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskSubmitCmd task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
900 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskTransferFromHost task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
916 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskTransferToHost task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
932 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskUnrefResource task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
936 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskSnapshotSave task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
943 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskSnapshotRestore task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
950 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskWithWaitable task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
955 DoTask(std::move(work)); in DoTask()
957 DoTask(std::move(work)); in DoTask()
959 DoTask(std::move(work)); in DoTask()
961 DoTask(std::move(work)); in DoTask()
963 DoTask(std::move(work)); in DoTask()
965 DoTask(std::move(work)); in DoTask()
967 DoTask(std::move(work)); in DoTask()
969 DoTask(std::move(work)); in DoTask()
971 DoTask(std::move(work)); in DoTask()
973 DoTask(std::move(work)); in DoTask()
975 DoTask(std::move(work)); in DoTask()
977 DoTask(std::move(work)); in DoTask()
979 DoTask(std::move(work)); in DoTask()
981 DoTask(std::move(work)); in DoTask()
1015 DoTask(std::move(*task)); in RunVirtioGpuTaskProcessingLoop()