HomeSort by relevance Sort by last modified time
    Searched refs:MsgType (Results 1 - 12 of 12) 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 43 : 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/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) {}
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrError.h 83 VOID PrintMsg (IN UINT32 LineNum = 0, IN INT8 *TokName = "\0", IN INT8 *MsgType = "Error", IN INT8 *ErrorMsg = "\0");
VfrError.cpp 201 IN INT8 *MsgType,
209 printf ("%s line %d: %s %s %s\n", FileName, FileLine, MsgType, TokName, ErrorMsg);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrError.h 101 VOID PrintMsg (IN UINT32 LineNum = 0, IN CHAR8 *TokName = NULL, IN CONST CHAR8 *MsgType = "Error", IN CONST CHAR8 *ErrorMsg = "");
VfrError.cpp 217 IN CONST CHAR8 *MsgType,
224 if (strncmp ("Warning", MsgType, strlen ("Warning")) == 0) {
  /external/u-boot/drivers/usb/gadget/
rndis.c 1032 u32 MsgType, MsgLength;
1042 MsgType = get_unaligned_le32(tmp++);
1056 switch (MsgType) {
1096 __func__ , MsgType, MsgLength);
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
sap_service.cpp 535 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) {
556 if (msgType == MsgType_RESPONSE) {
766 void processResponse(MsgHeader *rsp, RilSapSocket *sapSocket, MsgType msgType) {
771 void *messagePtr = sapDecodeMessage(msgId, msgType, data, dataLen);
775 RLOGE("processResponse: sapCallback == NULL; msgId = %d; msgType = %d",
776 msgId, msgType);
781 RLOGE("processResponse: *messagePtr == NULL; msgId = %d; msgType = %d",
782 msgId, msgType);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]

Completed in 184 milliseconds