Searched refs:foundPower (Results 1 – 1 of 1) sorted by relevance
142 int16_t foundPower = kInvalidPower; in GetPowerSettings() local160 …if ((actualPower <= targetPower) && ((foundPower == kInvalidPower) || (foundPower <= actualPower))) in GetPowerSettings()162 foundPower = actualPower; in GetPowerSettings()