Home
last modified time | relevance | path

Searched defs:loggingParent (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitBangHelper.cs14 …public BitBangHelper(int width, bool outputMsbFirst = false, IEmulationElement loggingParent = nul… in BitBangHelper()
77 private readonly IEmulationElement loggingParent; field in Antmicro.Renode.Utilities.BitBangHelper
81 public Encoder(int width, IEmulationElement loggingParent = null) in Encoder()
125 private readonly IEmulationElement loggingParent; field in Antmicro.Renode.Utilities.BitBangHelper.Encoder
130 public Decoder(int width, bool msbFirst = false, IEmulationElement loggingParent = null) in Decoder()
177 private readonly IEmulationElement loggingParent; field in Antmicro.Renode.Utilities.BitBangHelper.Decoder
DBitPatternDetector.cs16 …public BitPatternDetector(int width, IPeripheral loggingParent = null) : this(new bool[width], log… in BitPatternDetector()
20 public BitPatternDetector(bool[] resetValue, IPeripheral loggingParent = null) in BitPatternDetector()
67 private readonly IPeripheral loggingParent; field in Antmicro.Renode.Utilities.BitPatternDetector
DVideoCapturer.cs19 public static bool Start(string device, IEmulationElement loggingParent) in Start()
244 private static IEmulationElement loggingParent; field in Antmicro.Renode.VideoCapturer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMDecoder.cs18 …samplingRateHz, uint numberOfChannels, bool concatenatedChannels, IPeripheral loggingParent = null) in PCMDecoder()
110 private readonly IPeripheral loggingParent; field in Antmicro.Renode.Peripherals.Sound.PCMDecoder