Searched refs:gMaxRefresh (Results 1 – 2 of 2) sorted by relevance
51 static const int32 gMaxRefresh = 140; // This is the maximum selectable refresh variable
1111 if (max > gMaxRefresh) in MessageReceived()1112 max = gMaxRefresh; in MessageReceived()