HomeSort by relevance Sort by last modified time
    Searched refs:rate_level (Results 1 - 8 of 8) sorted by null

  /frameworks/native/services/sensorservice/
SensorDirectConnection.cpp 124 .rate_level = rateLevel
149 .rate_level = SENSOR_DIRECT_RATE_STOP
177 .rate_level = i.second
SensorDevice.cpp 521 switch(config->rate_level) {
  /device/google/contexthub/sensorhal/
sensors.cpp 150 int rate_level = config->rate_level; local
151 return mHubConnection->configDirectReport(sensor_handle, channel_handle, rate_level);
hubconnection.h 329 int configDirectReport(int sensor_handle, int channel_handle, int rate_level);
hubconnection.cpp     [all...]
  /hardware/interfaces/sensors/1.0/default/
Sensors.cpp 313 .rate_level = convertFromRateLevel(rate)
315 if (cfg.rate_level < 0) {
  /hardware/libhardware/include/hardware/
sensors.h 543 int rate_level; // enum SENSOR_DIRECT_RATE_... member in struct:sensors_direct_cfg_t
  /hardware/libhardware/modules/sensors/
multihal.cpp 492 ALOGE("IGNORED config_direct_report(sensor=%d, channel=%d, rate_level=%d) call to "
493 "non-API-compliant sensor", sensor_handle, channel_handle, config->rate_level);

Completed in 69 milliseconds