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()
400 status_t adjustRateLevelBasedOnMicAndPermission(int* requestedRateLevel,
2211 status_t SensorService::adjustRateLevelBasedOnMicAndPermission(int* requestedRateLevel, in adjustRateLevelBasedOnMicAndPermission() argument2216 if (*requestedRateLevel <= SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL) { in adjustRateLevelBasedOnMicAndPermission()2220 *requestedRateLevel = SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL; in adjustRateLevelBasedOnMicAndPermission()2227 *requestedRateLevel = SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL; in adjustRateLevelBasedOnMicAndPermission()