Home
last modified time | relevance | path

Searched refs:sampleThread (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DEOSS3_Voice.cs31 sampleThread?.Dispose(); in Reset()
32 sampleThread = null; in Reset()
111 sampleThread = machine.ObtainManagedThread(InputSamples, 1); in StartPDMThread()
112 sampleThread.Start(); in StartPDMThread()
117 if(sampleThread == null) in StopPDMThread()
121 sampleThread.Stop(); in StopPDMThread()
122 sampleThread.Dispose(); in StopPDMThread()
123 sampleThread = null; in StopPDMThread()
341 private IManagedThread sampleThread; field in Antmicro.Renode.Peripherals.Sound.EOSS3_Voice
DNRF52840_PDM.cs37 sampleThread?.Dispose(); in Reset()
38 sampleThread = null; in Reset()
135 sampleThread = machine.ObtainManagedThread(InputSamples, 1); in StartPDMThread()
142 sampleThread = machine.ObtainManagedThread(InputSamples, (uint)eventFrequency); in StartPDMThread()
143 sampleThread.Start(); in StartPDMThread()
149 if(sampleThread == null) in StopPDMThread()
153 sampleThread.Stop(); in StopPDMThread()
154 sampleThread.Dispose(); in StopPDMThread()
155 sampleThread = null; in StopPDMThread()
399 if(oldval != val && sampleThread != null) in CreateRegisters()
[all …]