Lines Matching refs:InFrameFeedByte

121     SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint16 >> 0) & 0xff));  in WriteUint16()
122 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint16 >> 8) & 0xff)); in WriteUint16()
132 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint32 >> 0) & 0xff)); in WriteUint32()
133 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint32 >> 8) & 0xff)); in WriteUint32()
134 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint32 >> 16) & 0xff)); in WriteUint32()
135 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint32 >> 24) & 0xff)); in WriteUint32()
145 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint64 >> 0) & 0xff)); in WriteUint64()
146 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint64 >> 8) & 0xff)); in WriteUint64()
147 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint64 >> 16) & 0xff)); in WriteUint64()
148 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint64 >> 24) & 0xff)); in WriteUint64()
149 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint64 >> 32) & 0xff)); in WriteUint64()
150 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint64 >> 40) & 0xff)); in WriteUint64()
151 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint64 >> 48) & 0xff)); in WriteUint64()
152 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte((aUint64 >> 56) & 0xff)); in WriteUint64()
190 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte(0)); in WriteUtf8()
204 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte(0)); in OpenStruct()
205 SuccessOrExit(error = mNcpBuffer.InFrameFeedByte(0)); in OpenStruct()