Home
last modified time | relevance | path

Searched refs:GetData (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/rdt/CTR/
Drdt_Segment.cpp45 u32 Segment::GetData(void *pBuf, u32 len) const in GetData() function in nn::rdt::CTR::Segment
116 u32 len = GetData(buf, PAYLOAD_SIZE); in PrintDebugInfo()
Drdt_Segment.h100 u32 GetData( void *pBuf, u32 len) const;
Drdt_Transceiver.cpp429 u32 sz = s_recvSeg.GetData(buf, Segment::PAYLOAD_SIZE); in Test()