Searched refs:requestedRateLevel (Results 1 – 3 of 3) sorted by relevance
170 int requestedRateLevel = rateLevel; in configureChannel() local198 if ((requestedRateLevel <= SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL) || in configureChannel()200 mMicRateBackup[handle] = requestedRateLevel; in configureChannel()
478 status_t adjustRateLevelBasedOnMicAndPermission(int* requestedRateLevel,
2681 status_t SensorService::adjustRateLevelBasedOnMicAndPermission(int* requestedRateLevel, in adjustRateLevelBasedOnMicAndPermission() argument2683 if (*requestedRateLevel <= SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL) { in adjustRateLevelBasedOnMicAndPermission()2688 *requestedRateLevel = SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL; in adjustRateLevelBasedOnMicAndPermission()2695 *requestedRateLevel = SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL; in adjustRateLevelBasedOnMicAndPermission()