Searched refs:MsgType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp51 LLIMessageType MsgType; local
53 MsgType = ThisChild.waitForIncomingMessage();
54 ThisChild.handleMessage(MsgType);
55 } while (MsgType != LLI_Terminate &&
56 MsgType != LLI_Error);
68 int32_t MsgType = -1; local
69 if (ReadBytes(&MsgType, 4) > 0)
70 return (LLIMessageType)MsgType;
175 uint32_t MsgType = (uint32_t)LLI_ChildActive; local
176 int rc = WriteBytes(&MsgType,
188 uint32_t MsgType = (uint32_t)LLI_AllocationResult; local
205 uint32_t MsgType = (uint32_t)LLI_LoadResult; local
222 uint32_t MsgType = (uint32_t)LLI_ExecutionResult; local
[all...]
/external/llvm/tools/lli/
H A DRemoteTargetExternal.cpp139 LLIMessageType MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection; local
140 if (!SendHeader(MsgType)) {
214 uint32_t MsgType; local
215 if (!ReadBytes(&MsgType, 4)) {
219 if (MsgType != (uint32_t)ExpectedMsgType) {
224 ErrorMsg += MsgType;
268 bool RemoteTargetExternal::SendHeader(LLIMessageType MsgType) { argument
273 if (!WriteBytes(&MsgType, 4)) {
/external/deqp/execserver/
H A DxsProtocol.hpp88 template <int MsgType>
92 SimpleMessage (const deUint8* data, int dataSize) : Message((MessageType)MsgType) { DE_UNREF(data); XS_CHECK_MSG(dataSize == 0, "No payload expected"); }
93 SimpleMessage (void) : Message((MessageType)MsgType) {}
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc.c380 static int MsgType= PHDAL4NFC_WRITE_MESSAGE; local
381 int * pmsgType=&MsgType;
713 static int MsgType= PHDAL4NFC_READ_MESSAGE; local
714 int * pmsgType=&MsgType;

Completed in 130 milliseconds