RemoteHWInterface
interface = new(nothrow) RemoteHWInterface(target);
RemoteDrawingEngine::RemoteDrawingEngine(RemoteHWInterface* interface)
RemoteHWInterface* fHWInterface;
RemoteHWInterface* interface);
RemoteHWInterface::~RemoteHWInterface()
RemoteHWInterface::Initialize()
RemoteHWInterface::Shutdown()
RemoteHWInterface::CreateDrawingEngine()
RemoteHWInterface::CreateEventStream()
RemoteHWInterface::AddCallback(uint32 token, CallbackFunction callback,
RemoteHWInterface::RemoveCallback(uint32 token)
RemoteHWInterface::_FindCallback(uint32 token)
RemoteHWInterface::_CallbackCompare(const uint32* key,
RemoteHWInterface::_EventThreadEntry(void* data)
return ((RemoteHWInterface*)data)->_EventThread();
RemoteHWInterface::_EventThread()
RemoteHWInterface::_NewConnectionCallback(void *cookie, BNetEndpoint &endpoint)
return ((RemoteHWInterface *)cookie)->_NewConnection(endpoint);
RemoteHWInterface::CallbackFunction callback;
RemoteHWInterface::_NewConnection(BNetEndpoint &endpoint)
RemoteHWInterface::_Disconnect()
RemoteHWInterface::SetMode(const display_mode& mode)
RemoteHWInterface::GetMode(display_mode* mode)
RemoteHWInterface::RemoteHWInterface(const char* target)
RemoteHWInterface::GetPreferredMode(display_mode* mode)
RemoteHWInterface::GetDeviceInfo(accelerant_device_info* info)
RemoteHWInterface::GetModeList(display_mode** _modes, uint32* _count)
RemoteHWInterface::GetPixelClockLimits(display_mode* mode, uint32* low,
RemoteHWInterface::GetTimingConstraints(display_timing_constraints* constraints)
RemoteHWInterface::ProposeMode(display_mode* candidate, const display_mode* low,
RemoteHWInterface::SetDPMSMode(uint32 state)
RemoteHWInterface::DPMSMode()
RemoteHWInterface::DPMSCapabilities()
RemoteHWInterface::SetBrightness(float)
RemoteHWInterface::GetBrightness(float*)
RemoteHWInterface::RetraceSemaphore()
RemoteHWInterface::WaitForRetrace(bigtime_t timeout)
RemoteHWInterface::SetCursor(ServerCursor* cursor)
RemoteHWInterface::SetCursorVisible(bool visible)
RemoteHWInterface::MoveCursorTo(float x, float y)
RemoteHWInterface::SetDragBitmap(const ServerBitmap* bitmap,
RemoteHWInterface::FrontBuffer() const
RemoteHWInterface::BackBuffer() const
RemoteHWInterface::IsDoubleBuffered() const
RemoteHWInterface::InvalidateRegion(const BRegion& region)
RemoteHWInterface::Invalidate(const BRect& frame)
RemoteHWInterface::CopyBackToFront(const BRect& frame)
RemoteHWInterface::_FillDisplayModeTiming(display_mode &mode)
class RemoteHWInterface : public HWInterface {
RemoteHWInterface(const char* target);
virtual ~RemoteHWInterface();