Searched defs:rateLevel (Results 1 – 6 of 6) sorted by relevance
143 int32_t SensorService::SensorDirectConnection::configureChannel(int handle, int rateLevel) { in configureChannel()231 int rateLevel = i.second; in capRates() local265 int rateLevel = i.second; in uncapRates() local
812 int32_t SensorService::SensorEventConnection::configureChannel(int handle, int rateLevel) { in configureChannel()
92 virtual int32_t configureChannel(int32_t handle, int32_t rateLevel) { in configureChannel()160 int rateLevel = data.readInt32(); in onTransact() local
289 int SensorManager::configureDirectChannel(int channelNativeHandle, int sensorHandle, int rateLevel)… in configureDirectChannel()
188 public int configure(Sensor sensor, @RateLevel int rateLevel) { in configure()
862 int rateLevel = ((mFlags & DIRECT_REPORT_MASK) >> DIRECT_REPORT_SHIFT); in getHighestDirectReportRateLevel() local