HomeSort by relevance Sort by last modified time
    Searched refs:MsgType (Results 1 - 10 of 10) sorted by null

  /external/parameter-framework/upstream/remote-processor/
AnswerMessage.cpp 38 : base(bSuccess ? MsgType::ESuccessAnswer : MsgType::EFailureAnswer), _strAnswer(strAnswer)
60 /* FIXME this test is buggy because MsgType mixes up two different information: message type
64 return getMsgId() == MsgType::ESuccessAnswer;
Message.h 44 enum class MsgType : std::uint8_t
51 CMessage(MsgType ucMsgId);
78 MsgType getMsgId() const;
138 MsgType _ucMsgId;
RequestMessage.cpp 42 : base(MsgType::ECommandRequest), _strCommand(strCommand)
Message.cpp 40 CMessage::CMessage(MsgType ucMsgId) : _ucMsgId(ucMsgId), _uiIndex(0)
44 CMessage::CMessage() : _ucMsgId(MsgType::EInvalid), _uiIndex(0)
49 CMessage::MsgType CMessage::getMsgId() const
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 51 LLIMessageType MsgType;
53 MsgType = ThisChild.waitForIncomingMessage();
54 ThisChild.handleMessage(MsgType);
55 } while (MsgType != LLI_Terminate &&
56 MsgType != LLI_Error);
68 int32_t MsgType = -1;
69 if (ReadBytes(&MsgType, 4) > 0)
70 return (LLIMessageType)MsgType;
175 uint32_t MsgType = (uint32_t)LLI_ChildActive;
176 int rc = WriteBytes(&MsgType, 4)
    [all...]
  /external/llvm/tools/lli/
RemoteTargetExternal.cpp 139 LLIMessageType MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection;
140 if (!SendHeader(MsgType)) {
214 uint32_t MsgType;
215 if (!ReadBytes(&MsgType, 4)) {
219 if (MsgType != (uint32_t)ExpectedMsgType) {
224 ErrorMsg += MsgType;
268 bool RemoteTargetExternal::SendHeader(LLIMessageType MsgType) {
273 if (!WriteBytes(&MsgType, 4)) {
  /external/deqp/execserver/
xsProtocol.hpp 88 template <int MsgType>
92 SimpleMessage (const deUint8* data, size_t 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/
phDal4Nfc.c 380 static int MsgType= PHDAL4NFC_WRITE_MESSAGE;
381 int * pmsgType=&MsgType;
713 static int MsgType= PHDAL4NFC_READ_MESSAGE;
714 int * pmsgType=&MsgType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msimcsdk.h     [all...]
  /external/opencv3/modules/videoio/src/
cap_gphoto2.cpp 200 enum MsgType
208 void message(MsgType msgType, const char * msg,
    [all...]

Completed in 591 milliseconds