Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/
DIDisplay.cs15 void DrawFrame(IntPtr pointer); in DrawFrame()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Handlers/
DIOHandler.cs135 public void Attach(IPointerInput pointer = null, IKeyboard keyboard = null) in Attach()
165 public void Detach(bool pointer = false, bool keyboard = false) in Detach()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DSerializableMappedSegment.cs87 private IntPtr pointer; field in Antmicro.Renode.Core.SerializableMappedSegment
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs730 private static void MemSet(IntPtr pointer, byte value, int length) in MemSet()
738 private static extern IntPtr MemSet(IntPtr pointer, byte value, int length); in MemSet()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSMC91X.cs726 private ushort pointer; field in Antmicro.Renode.Peripherals.Network.SMC91X
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiDevice.cs831 private void ExtractPhaseAndPointer(ulong value, out bool phase, out ushort pointer) in ExtractPhaseAndPointer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1498 protected void Free(IntPtr pointer) in Free()