Searched refs:aIphc (Results 1 – 2 of 2) sorted by relevance
199 void SetIphcHeader(const uint8_t *aIphc, uint16_t aIphcLength) in SetIphcHeader() argument201 memcpy(mIphcHeader.mData, aIphc, aIphcLength); in SetIphcHeader()242 void GetCompressedStream(uint8_t *aIphc, uint16_t &aIphcLength);
40 void TestIphcVector::GetCompressedStream(uint8_t *aIphc, uint16_t &aIphcLength) in GetCompressedStream() argument42 memcpy(aIphc, mIphcHeader.mData, mIphcHeader.mLength); in GetCompressedStream()43 memcpy(aIphc + mIphcHeader.mLength, mPayload.mData, mPayload.mLength); in GetCompressedStream()