Searched refs:mMicRateBackup (Results 1 – 2 of 2) sorted by relevance
147 mMicRateBackup.clear(); in configureChannel()190 mMicRateBackup.erase(handle); in configureChannel()202 mMicRateBackup[handle] = requestedRateLevel; in configureChannel()204 mMicRateBackup[handle] = SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL; in configureChannel()237 mMicRateBackup[handle] = rateLevel; in capRates()263 for (auto &i : mMicRateBackup) { in uncapRates()281 mMicRateBackup.clear(); in uncapRates()
101 std::unordered_map<int, int> mMicRateBackup; variable