Home
last modified time | relevance | path

Searched defs:recordingBehaviour (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Foreign/
DRecorder.cs23 public Recorder(FileStream stream, IMachine machine, RecordingBehaviour recordingBehaviour) in Recorder()
100 private readonly RecordingBehaviour recordingBehaviour; field in Antmicro.Renode.EventRecording.Recorder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs57 void RecordTo(string fileName, RecordingBehaviour recordingBehaviour); in RecordTo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs913 public void RecordTo(string fileName, RecordingBehaviour recordingBehaviour) in RecordTo()