Home
last modified time | relevance | path

Searched refs:requestedRateLevel (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorDirectConnection.cpp170 int requestedRateLevel = rateLevel; in configureChannel() local
198 if ((requestedRateLevel <= SENSOR_SERVICE_CAPPED_SAMPLING_RATE_LEVEL) || in configureChannel()
200 mMicRateBackup[handle] = requestedRateLevel; in configureChannel()
DSensorService.h478 status_t adjustRateLevelBasedOnMicAndPermission(int* requestedRateLevel,
DSensorService.cpp2681 status_t SensorService::adjustRateLevelBasedOnMicAndPermission(int* requestedRateLevel, in adjustRateLevelBasedOnMicAndPermission() argument
2683 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()