Searched refs:mCalibratedPowerIndex (Results 1 – 2 of 2) sorted by relevance
42 , mCalibratedPowerIndex(kInvalidIndex) in PowerCalibration()100 mCalibratedPowerIndex = kInvalidIndex; in AddCalibratedPower()114 mCalibratedPowerIndex = kInvalidIndex; in ClearCalibratedPowers()126 mCalibratedPowerIndex = kInvalidIndex; in SetChannelTargetPower()172 mCalibratedPowerIndex = (powerIndex != kInvalidIndex) ? powerIndex : minPowerIndex; in GetPowerSettings()187 *aActualPower = mCalibratedPowerTables[chIndex][mCalibratedPowerIndex].GetActualPower(); in GetPowerSettings()190 …error = mCalibratedPowerTables[chIndex][mCalibratedPowerIndex].GetRawPowerSetting(aRawPowerSetting, in GetPowerSettings()
145 bool IsPowerUpdated(void) const { return mCalibratedPowerIndex == kInvalidIndex; } in IsPowerUpdated()164 uint8_t mCalibratedPowerIndex; member in ot::Utils::PowerCalibration