Searched defs:reportInterval (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DHidRawSensor.cpp819 const HidParser::ReportItem *reportInterval local
821 if (reportInterval == nullptr
822 || !reportInterval->isByteAligned()
823 || reportInterval->minRaw < 0
824 || (reportInterval->bitSize != 16 && reportInterval->bitSize != 32)) {
827 mReportIntervalId = reportInterval->id;
828 mReportIntervalOffset = reportInterval->bitOffset / 8;
829 mReportIntervalSize = reportInterval->bitSize / 8;
831 mFeatureInfo.minDelay = std::max(static_cast<int64_t>(1), reportInterval
[all...]
/hardware/ril/libril/
H A Dril_service.cpp431 Return<void> startLceService(int32_t serial, int32_t reportInterval, bool pullMode);
2636 Return<void> RadioImpl::startLceService(int32_t serial, int32_t reportInterval, bool pullMode) { argument
2640 dispatchInts(serial, mSlotId, RIL_REQUEST_START_LCE, 2, reportInterval,

Completed in 1239 milliseconds