Lines Matching refs:ConsoleDevice
39 class ConsoleDevice : public ExecDevice { class
41 ConsoleDevice(const char *title);
42 virtual ~ConsoleDevice();
219 ConsoleDevice::ConsoleDevice(const char *title) in ConsoleDevice() function in ConsoleDevice
227 ConsoleDevice::~ConsoleDevice() in ~ConsoleDevice()
233 ConsoleDevice::Open() in Open()
290 ConsoleDevice::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) in ReadAt()
297 ConsoleDevice::WaitForKey() in WaitForKey()
345 ConsoleDevice::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) in WriteAt()
352 ConsoleDevice::Clear() in Clear()
360 ConsoleDevice::MoveTo(int16 x, int16 y) in MoveTo()
373 ConsoleDevice::SetColor(int32 foreground, int32 background) in SetColor()
404 ConsoleDevice::Columns() in Columns()
412 ConsoleDevice::Rows() in Rows()
631 static ConsoleDevice sOutput(NULL);
635 static ConsoleDevice sDebugOutput("Debug");
638 static ConsoleDevice &sInput = sOutput;