Searched refs:reportInterval (Results 1 – 4 of 4) sorted by relevance
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 882 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/ |
D | Radio.h | 228 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode) override;
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 1462 * @param reportInterval desired reporting interval (ms). 1470 oneway startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 420 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()
|