Searched refs:historyCnt (Results 1 – 1 of 1) sorted by relevance
391 uint32_t historyCnt = 0; in RefreshHistoryList() local393 historyCnt++; in RefreshHistoryList()395 uint32_t delCnt = historyCnt > MAX_HISTORY_CNT ? (historyCnt - MAX_HISTORY_CNT) : 0; in RefreshHistoryList()397 info->historyListSize = historyCnt - delCnt; in RefreshHistoryList()