Searched refs:ReadRawFromPort (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/app/
H A DLooper.h145 void* ReadRawFromPort(int32* code,
/haiku/src/kits/app/
H A DLooper.cpp1097 BLooper::ReadRawFromPort(int32* msgCode, bigtime_t timeout) function in class:BLooper
1099 PRINT(("BLooper::ReadRawFromPort()\n"));
1108 PRINT(("BLooper::ReadRawFromPort(): failed: %ld\n", bufferSize));
1127 PRINT(("BLooper::ReadRawFromPort() read: %.4s, %p (%d bytes)\n",
1141 void* buffer = ReadRawFromPort(&msgCode, timeout);

Completed in 40 milliseconds