Searched refs:RemoteMessage (Results 1 - 10 of 10) sorted by relevance

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteEventStream.h16 class RemoteMessage;
31 bool EventReceived(RemoteMessage& message);
H A DRemoteMessage.h132 class RemoteMessage { class
134 RemoteMessage(StreamingRingBuffer* source,
136 ~RemoteMessage();
206 RemoteMessage::RemoteMessage(StreamingRingBuffer* source, function in class:RemoteMessage
220 RemoteMessage::~RemoteMessage()
229 RemoteMessage::Start(uint16 code)
242 RemoteMessage::Flush()
258 RemoteMessage
[all...]
H A DRemoteMessage.cpp9 #include "RemoteMessage.h"
32 #define TRACE_ALWAYS(x...) printf("RemoteMessage: " x)
34 #define TRACE_ALWAYS(x...) debug_printf("RemoteMessage: " x)
42 RemoteMessage::NextMessage(uint16& code)
82 RemoteMessage::Cancel()
91 RemoteMessage::AddBitmap(const ServerBitmap& bitmap, bool minimal)
115 RemoteMessage::AddFont(const ServerFont& font)
131 RemoteMessage::AddDrawState(const DrawState& drawState)
148 RemoteMessage::AddArrayLine(const ViewLineArrayInfo& line)
157 RemoteMessage
[all...]
H A DRemoteDrawingEngine.cpp10 #include "RemoteMessage.h"
39 RemoteMessage message(NULL, fHWInterface->SendBuffer());
47 RemoteMessage message(NULL, fHWInterface->SendBuffer());
77 RemoteMessage message(NULL, fHWInterface->SendBuffer());
95 RemoteMessage message(NULL, fHWInterface->SendBuffer());
117 RemoteMessage message(NULL, fHWInterface->SendBuffer());
133 RemoteMessage message(NULL, fHWInterface->SendBuffer());
148 RemoteMessage message(NULL, fHWInterface->SendBuffer());
164 RemoteMessage message(NULL, fHWInterface->SendBuffer());
183 RemoteMessage messag
[all...]
H A DRemoteHWInterface.cpp12 #include "RemoteMessage.h"
234 RemoteMessage message(fReceiveBuffer.Get(), NULL);
256 RemoteMessage reply(NULL, fSendBuffer.Get());
284 RemoteMessage reply(NULL, fSendBuffer.Get());
351 RemoteMessage message(NULL, fSendBuffer.Get());
518 RemoteMessage message(NULL, fSendBuffer.Get());
528 RemoteMessage message(NULL, fSendBuffer.Get());
538 RemoteMessage message(NULL, fSendBuffer.Get());
550 RemoteMessage message(NULL, fSendBuffer.Get());
580 RemoteMessage messag
[all...]
H A DRemoteHWInterface.h22 class RemoteMessage;
88 typedef bool (*CallbackFunction)(void* cookie, RemoteMessage& message);
H A DRemoteEventStream.cpp11 #include "RemoteMessage.h"
94 RemoteEventStream::EventReceived(RemoteMessage& message)
H A DRemoteDrawingEngine.h158 RemoteMessage& message);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js950 function RemoteMessage(socket) class
956 RemoteMessage.staticRemoteColor = new RemoteColor();
959 RemoteMessage.prototype.allocate = function(bufferSize)
966 RemoteMessage.prototype.ensureBufferSize = function(bufferSize)
973 RemoteMessage.prototype.attach = function(buffer, byteOffset)
990 RemoteMessage.prototype.code = function()
996 RemoteMessage.prototype.size = function()
1002 RemoteMessage.prototype.start = function(code)
1011 RemoteMessage.prototype.flush = function()
1018 RemoteMessage
[all...]
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp11 #include "RemoteMessage.h"
283 RemoteMessage message(NULL, fSendBuffer);
297 RemoteMessage message(NULL, fSendBuffer);
312 RemoteMessage message(NULL, fSendBuffer);
337 RemoteMessage message(NULL, fSendBuffer);
439 RemoteMessage reply(NULL, fSendBuffer);
440 RemoteMessage message(fReceiveBuffer, NULL);

Completed in 107 milliseconds