Searched refs:g_allocTdcChannelId (Results 1 – 1 of 1) sorted by relevance
65 static int32_t g_allocTdcChannelId = MAX_PROXY_CHANNEL_ID; variable78 channelId = g_allocTdcChannelId++; in GenerateTdcChannelId()79 if (g_allocTdcChannelId >= MAX_TDC_CHANNEL_ID) { in GenerateTdcChannelId()80 g_allocTdcChannelId = MAX_PROXY_CHANNEL_ID; in GenerateTdcChannelId()