Lines Matching refs:DataBuffer

56     uint8_t *DataBuffer;  member
212 LmhpFragmentationState.DataBuffer = dataBuffer; in LmhpFragmentationInit()
295 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_PKG_VERSION_ANS; in LmhpFragmentationOnMcpsIndication()
296 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_ID; in LmhpFragmentationOnMcpsIndication()
297 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_VERSION; in LmhpFragmentationOnMcpsIndication()
311 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_FRAG_STATUS_ANS; in LmhpFragmentationOnMcpsIndication()
312 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
313 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = ( fragIndex << 6 ) | in LmhpFragmentationOnMcpsIndication()
315 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
316 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
401 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_FRAG_SESSION_SETUP_ANS; in LmhpFragmentationOnMcpsIndication()
402 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = status; in LmhpFragmentationOnMcpsIndication()
426 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_FRAG_SESSION_DELETE_ANS; in LmhpFragmentationOnMcpsIndication()
427 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = status; in LmhpFragmentationOnMcpsIndication()
503 cmdReplyAppData.Buffer = LmhpFragmentationState.DataBuffer; in LmhpFragmentationOnMcpsIndication()