Home | History | Annotate | Download | only in sensorhal

Lines Matching refs:rate_level

2199 int HubConnection::configDirectReport(int sensor_handle, int channel_handle, int rate_level) {
2200 if (sensor_handle == -1 && rate_level == SENSOR_DIRECT_RATE_STOP) {
2209 if (rate_level > SENSOR_DIRECT_RATE_FAST) {
2210 rate_level = SENSOR_DIRECT_RATE_FAST;
2226 if (rate_level != SENSOR_DIRECT_RATE_STOP) {
2227 j->second.insert(std::make_pair(channel_handle, (DirectChannelTimingInfo){0, rate_level}));
2236 if (rate_level == SENSOR_DIRECT_RATE_STOP) {