Home
last modified time | relevance | path

Searched refs:rateLevel (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/sensorhal/
Dhubconnection.h329 uint64_t rateLevelToDeviceSamplingPeriodNs(int handle, int rateLevel) const;
336 int rateLevel; member
Dhubconnection.cpp1967 nev->sensor, j.second.rateLevel))) { in sendDirectReportEvent()
1985 maxRateLevel = std::max(i.second.rateLevel, maxRateLevel); in mergeDirectReportRequest()
1992 maxRateLevel = std::max(i.second.rateLevel, maxRateLevel); in mergeDirectReportRequest()
2201 uint64_t HubConnection::rateLevelToDeviceSamplingPeriodNs(int handle, int rateLevel) const { in rateLevelToDeviceSamplingPeriodNs()
2206 switch (rateLevel) { in rateLevelToDeviceSamplingPeriodNs()