Searched refs:mDataBuffer (Results 1 – 4 of 4) sorted by relevance
52 mDataBuffer = static_cast<uint8_t *>(aDataBuffer); in Initialize()95 memcpy(&mDataBuffer[writeIndex], aData, aLength); in Write()117 dataSendLink.mData = &mDataBuffer[writeIndex]; in Write()137 memcpy(&mDataBuffer[writeIndex], &dataIndexable[0], bytesUntilWrap); in Write()138 memcpy(&mDataBuffer[0], &dataIndexable[bytesUntilWrap], bytesWrapped); in Write()152 wrappedDataSendLink.mData = &mDataBuffer[0]; in Write()
366 OT_ASSERT(mOutputDataLength <= sizeof(mDataBuffer)); in OutFrameBegin()367 mTxFrameBuffer.OutFrameRead(mOutputDataLength, mDataBuffer); in OutFrameBegin()369 … if (!SpinelEncrypter::EncryptOutbound(mDataBuffer, sizeof(mDataBuffer), &mOutputDataLength)) in OutFrameBegin()386 uint8_t NcpHdlc::BufferEncrypterReader::OutFrameReadByte(void) { return mDataBuffer[mDataBufferRead… in OutFrameReadByte()
125 uint8_t mDataBuffer[kRxBufferSize]; member in ot::Ncp::NcpHdlc::BufferEncrypterReader
91 uint8_t *mDataBuffer; ///< Pointer to data in the circular send buffer member