Lines Matching refs:DataBuffer

97     uint8_t *DataBuffer;  member
239 LmhpRemoteMcastSetupState.DataBuffer = dataBuffer; in LmhpRemoteMcastSetupInit()
308 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_PKG_VERSION_ANS; in LmhpRemoteMcastSetupOnMcpsIndication()
309 LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_ID; in LmhpRemoteMcastSetupOnMcpsIndication()
310 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_VERSION; in LmhpRemoteMcastSetupOnMcpsIndication()
369 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_MC_GROUP_SETUP_ANS; in LmhpRemoteMcastSetupOnMcpsIndication()
370 …LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = ( idError << 2 ) | McSessionData[id].McG… in LmhpRemoteMcastSetupOnMcpsIndication()
381 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_MC_GROUP_DELETE_ANS; in LmhpRemoteMcastSetupOnMcpsIndication()
387 LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = status; in LmhpRemoteMcastSetupOnMcpsIndication()
445 …LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_MC_GROUP_CLASS_C_SESS… in LmhpRemoteMcastSetupOnMcpsIndication()
446 LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = status; in LmhpRemoteMcastSetupOnMcpsIndication()
449 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = ( timeToSessionStart >> 0 ) & 0xFF; in LmhpRemoteMcastSetupOnMcpsIndication()
450 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = ( timeToSessionStart >> 8 ) & 0xFF; in LmhpRemoteMcastSetupOnMcpsIndication()
451 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = ( timeToSessionStart >> 16 ) & 0xFF; in LmhpRemoteMcastSetupOnMcpsIndication()
512 …LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_MC_GROUP_CLASS_B_SESS… in LmhpRemoteMcastSetupOnMcpsIndication()
513 LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = status; in LmhpRemoteMcastSetupOnMcpsIndication()
516 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = ( timeToSessionStart >> 0 ) & 0xFF; in LmhpRemoteMcastSetupOnMcpsIndication()
517 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = ( timeToSessionStart >> 8 ) & 0xFF; in LmhpRemoteMcastSetupOnMcpsIndication()
518 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = ( timeToSessionStart >> 16 ) & 0xFF; in LmhpRemoteMcastSetupOnMcpsIndication()
535 .Buffer = LmhpRemoteMcastSetupState.DataBuffer, in LmhpRemoteMcastSetupOnMcpsIndication()