Searched refs:RemoteHWInterface (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp9 #include "RemoteHWInterface.h"
27 #define TRACE(x...) /*debug_printf("RemoteHWInterface: " x)*/
28 #define TRACE_ALWAYS(x...) debug_printf("RemoteHWInterface: " x)
29 #define TRACE_ERROR(x...) debug_printf("RemoteHWInterface: " x)
34 RemoteHWInterface::CallbackFunction callback;
39 RemoteHWInterface::RemoteHWInterface(const char* target) function in class:RemoteHWInterface
123 RemoteHWInterface::~RemoteHWInterface()
139 RemoteHWInterface
[all...]
H A DRemoteHWInterface.h27 class RemoteHWInterface : public HWInterface { class in inherits:HWInterface
29 RemoteHWInterface(const char* target);
30 virtual ~RemoteHWInterface();
H A DRemoteDrawingEngine.h13 #include "RemoteHWInterface.h"
28 RemoteHWInterface* interface);
167 RemoteHWInterface* fHWInterface;
H A DRemoteDrawingEngine.cpp27 RemoteDrawingEngine::RemoteDrawingEngine(RemoteHWInterface* interface)
/haiku/src/servers/app/
H A DScreenManager.cpp17 #include "RemoteHWInterface.h"
146 interface = new(nothrow) RemoteHWInterface(target);

Completed in 171 milliseconds