Searched refs:gainLevel (Results 1 – 1 of 1) sorted by relevance
292 int gainLevel = frame.getVendorSpecificGain(); in tallyPollingFrame() local293 if (gainLevel != -1) { in tallyPollingFrame()294 if (mLastGainLevel != gainLevel) { in tallyPollingFrame()295 logFieldChanged(true, gainLevel); in tallyPollingFrame()296 mLastGainLevel = gainLevel; in tallyPollingFrame()