Searched refs:requestedRateLevel (Results 1 – 3 of 3) sorted by relevance
171 int requestedRateLevel = rateLevel; in configureChannel() local201 requestedRateLevel <= SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL) { in configureChannel()202 mMicRateBackup[handle] = requestedRateLevel; in configureChannel()
401 status_t adjustRateLevelBasedOnMicAndPermission(int* requestedRateLevel,
2203 status_t SensorService::adjustRateLevelBasedOnMicAndPermission(int* requestedRateLevel, in adjustRateLevelBasedOnMicAndPermission() argument2208 if (*requestedRateLevel <= SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL) { in adjustRateLevelBasedOnMicAndPermission()2212 *requestedRateLevel = SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL; in adjustRateLevelBasedOnMicAndPermission()2219 *requestedRateLevel = SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL; in adjustRateLevelBasedOnMicAndPermission()