Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp918 const HidParser::ReportItem *reportInterval in findSensorControlUsage() local
920 if (reportInterval == nullptr in findSensorControlUsage()
921 || reportInterval->minRaw < 0) { in findSensorControlUsage()
924 mReportIntervalId = reportInterval->id; in findSensorControlUsage()
925 mReportIntervalBitOffset = reportInterval->bitOffset; in findSensorControlUsage()
926 mReportIntervalBitSize = reportInterval->bitSize; in findSensorControlUsage()
927 mReportIntervalScale = reportInterval->a; in findSensorControlUsage()
928 mReportIntervalOffset = reportInterval->b; in findSensorControlUsage()
931 * (reportInterval->minRaw + reportInterval->b) in findSensorControlUsage()
932 * reportInterval->a; in findSensorControlUsage()
[all …]
/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()