Home
last modified time | relevance | path

Searched refs:CecMessageHeader (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/cec/CTR/
Dcec_MessageBoxInfoReader.h112 CecMessageHeader* m_cecInboxInfo_body[CEC_INBOX_MESSNUM_DEFAULT];
114 CecMessageHeader* m_cecOutboxInfo_body[CEC_OUTBOX_MESSNUM_DEFAULT];
178 CecMessageHeader* GetCecMessageHeader(CecBoxType boxType, u32 messIndex);
Dcec_Types.h149 typedef struct CecMessageHeader struct
178 } CecMessageHeader; argument
Dcec_MessageBox.h218 CecMessageHeader* cecInboxInfo_body[CEC_INBOX_MESSNUM_DEFAULT];
221 CecMessageHeader* cecOutboxInfo_body[CEC_OUTBOX_MESSNUM_DEFAULT];
493 …nn::Result GetBoxInfo(struct CecBoxInfoHeader* boxinfo, CecMessageHeader** boxInfoBody, CecBoxT…
494 …nn::Result ReadBoxInfo(struct CecBoxInfoHeader* boxinfo, CecMessageHeader** boxInfoBody, u8* b…
497 …nn::Result WriteBoxInfo( CecBoxType boxType ,CecBoxInfoHeader& boxInfo , CecMessageHeader** bo…
1086 u32 GetInBoxMessHeader(CecMessageHeader& messHeader, const MessageId& messageId) const;
1087 u32 GetInBoxMessHeaderByIndex(CecMessageHeader& messHeader, u32 messIndex) const;
1101 u32 GetOutBoxMessHeader(CecMessageHeader& messHeader, const MessageId& messageId) const;
1102 u32 GetOutBoxMessHeaderByIndex(CecMessageHeader& messHeader, u32 messIndex) const;
1130CecMessageHeader* GetMessHeaderByMessId(const CecBoxType boxType, const MessageId& messId) con…
[all …]
Dcec_Message.h748 CecMessageHeader m_MessageHeader;