Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_Segment.cpp43 u32 Segment::GetData(void *pBuf, u32 len) const in GetData() function in nn::rdt::CTR::Segment
114 u32 len = GetData(buf, PAYLOAD_SIZE); in PrintDebugInfo()
Drdt_Segment.h98 u32 GetData( void *pBuf, u32 len) const;
Drdt_Transceiver.cpp427 u32 sz = s_recvSeg.GetData(buf, Segment::PAYLOAD_SIZE); in Test()