Searched refs:syncMarker (Results 1 – 2 of 2) sorted by relevance
400 if( _hsl->pSystemState->syncMarker == 0 ) in bufferWriteThread()405 _hsl->pSystemState->syncMarker = HSL_RAWLOB_SYNC_MARKER_INTERVAL; in bufferWriteThread()409 if( _hsl->pSystemState->bufBytesToSend >= _hsl->pSystemState->syncMarker ) in bufferWriteThread()411 txSize = _hsl->pSystemState->syncMarker; in bufferWriteThread()469 … _hsl->pSystemState->syncMarker = (_hsl->pSystemState->syncMarker - txSize); in bufferWriteThread()720 _hsl->pSystemState->syncMarker = 0; // must be zero since the first byte should be sync byte in initBufferMemory()1096 …pCmd->u32Len += (HSL_RAWLOB_SYNC_MARKER_INTERVAL - _hsl->pSystemState->syncMarker + pCmd->u32Len) … in bufferProcessCommand()1120 _hsl->pSystemState->syncMarker = 0; in bufferProcessCommand()1130 … _hsl->pSystemState->syncMarker = 0; // must be zero since the first byte should be sync byte in bufferProcessCommand()
219 MS_U8 syncMarker; // countdown for writing sync marker member