Searched refs:curTotalSizeByByte_ (Results 1 – 2 of 2) sorted by relevance
70 if (curTotalSizeByByte_ >= MAX_CAPACITY + extraCapacityInByteByPrio_[inPrio]) { in AddSendTaskIntoSchedule()75 curTotalSizeByByte_ += taskSizeByByte; in AddSendTaskIntoSchedule()148 bool isFullBefore = (curTotalSizeByByte_ >= MAX_CAPACITY); in FinalizeLastScheduleTask()150 curTotalSizeByByte_ -= taskSize; in FinalizeLastScheduleTask()151 bool isFullAfter = (curTotalSizeByByte_ >= MAX_CAPACITY); in FinalizeLastScheduleTask()
88 uint32_t curTotalSizeByByte_ = 0; variable