Searched refs:LLIMessageType (Results 1 – 4 of 4) sorted by relevance
123 bool Receive(LLIMessageType Msg);124 bool Receive(LLIMessageType Msg, int32_t &Data);125 bool Receive(LLIMessageType Msg, uint64_t &Data);128 bool ReceiveHeader(LLIMessageType Msg);130 bool SendHeader(LLIMessageType Msg);
139 LLIMessageType MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection; in SendLoadSection()175 bool RemoteTargetExternal::Receive(LLIMessageType Msg) { in Receive()187 bool RemoteTargetExternal::Receive(LLIMessageType Msg, int32_t &Data) { in Receive()198 bool RemoteTargetExternal::Receive(LLIMessageType Msg, uint64_t &Data) { in Receive()209 bool RemoteTargetExternal::ReceiveHeader(LLIMessageType ExpectedMsgType) { in ReceiveHeader()268 bool RemoteTargetExternal::SendHeader(LLIMessageType MsgType) { in SendHeader()
61 enum LLIMessageType { enum
17 LLIMessageType waitForIncomingMessage();18 void handleMessage(LLIMessageType messageType);51 LLIMessageType MsgType; in main()67 LLIMessageType LLIChildTarget::waitForIncomingMessage() { in waitForIncomingMessage()70 return (LLIMessageType)MsgType; in waitForIncomingMessage()74 void LLIChildTarget::handleMessage(LLIMessageType messageType) { in handleMessage()