Home
last modified time | relevance | path

Searched refs:ReadList (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h189 status_t ReadList(T* array, int32 count);
347 RemoteMessage::ReadList(T* array, int32 count) in ReadList() function
H A DRemoteEventStream.cpp179 if (message.ReadList(bytes, numBytes) != B_OK) { in EventReceived()
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp841 if (message.ReadList(points, 4) != B_OK) in _DrawThread()
1051 message.ReadList(points, 3); in _DrawThread()
1079 if (message.ReadList(points, 2) != B_OK) in _DrawThread()
1160 message.ReadList(points, 2); in _DrawThread()
1223 message.ReadList(delta, length); in _DrawThread()
1252 if (message.ReadList(offsets, count) != B_OK) { in _DrawThread()