Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheral.cs53 … if(EmulationManager.Instance.CurrentEmulation.TryGetMachineForPeripheral(@this, out machine)) in TryGetMachine()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DVideoAnalyzer.cs199 …return EmulationManager.Instance.CurrentEmulation.TryGetMachineForPeripheral(element, out var mach… in FindKeyboards()
204 …return EmulationManager.Instance.CurrentEmulation.TryGetMachineForPeripheral(element, out var mach… in FindPointers()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs444 public bool TryGetMachineForPeripheral(IPeripheral p, out IMachine machine) in TryGetMachineForPeripheral() method in Antmicro.Renode.Core.Emulation
498 …if(TryGetMachineForPeripheral(objAsIPeripheral, out machine) && TryGetMachineName(machine, out mac… in TryGetEmulationElementName()