Home
last modified time | relevance | path

Searched refs:reportInterval (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp882 const HidParser::ReportItem *reportInterval in findSensorControlUsage() local
884 if (reportInterval == nullptr in findSensorControlUsage()
885 || reportInterval->minRaw < 0) { in findSensorControlUsage()
888 mReportIntervalId = reportInterval->id; in findSensorControlUsage()
889 mReportIntervalBitOffset = reportInterval->bitOffset; in findSensorControlUsage()
890 mReportIntervalBitSize = reportInterval->bitSize; in findSensorControlUsage()
892 mFeatureInfo.minDelay = std::max(static_cast<int64_t>(1), reportInterval->minRaw) * 1000; in findSensorControlUsage()
894 reportInterval->maxRaw) * 1000; // maximum 1000 second in findSensorControlUsage()
/hardware/interfaces/radio/1.2/default/
DRadio.h228 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode) override;
/hardware/interfaces/radio/1.0/
DIRadio.hal1462 * @param reportInterval desired reporting interval (ms).
1470 oneway startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
/hardware/ril/libril/
Dril_service.cpp420 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
2637 Return<void> RadioImpl::startLceService(int32_t serial, int32_t reportInterval, bool pullMode) { in startLceService() argument
2641 dispatchInts(serial, mSlotId, RIL_REQUEST_START_LCE, 2, reportInterval, in startLceService()