Searched defs:rateLevel (Results 1 – 7 of 7) sorted by relevance
92 virtual int32_t configureChannel(int32_t handle, int32_t rateLevel) { in configureChannel()160 int rateLevel = data.readInt32(); in onTransact() local
288 int SensorManager::configureDirectChannel(int channelNativeHandle, int sensorHandle, int rateLevel)… in configureDirectChannel()
188 public int configure(Sensor sensor, @RateLevel int rateLevel) { in configure()
842 int rateLevel = ((mFlags & DIRECT_REPORT_MASK) >> DIRECT_REPORT_SHIFT); in getHighestDirectReportRateLevel() local
948 public int configureDirectChannel(SensorDirectChannel channel, Sensor sensor, int rateLevel) { in configureDirectChannel()
96 int32_t SensorService::SensorDirectConnection::configureChannel(int handle, int rateLevel) { in configureChannel()
627 int32_t SensorService::SensorEventConnection::configureChannel(int handle, int rateLevel) { in configureChannel()