Searched refs:mReportIntervalId (Results 1 – 2 of 2) sorted by relevance
39 : mReportingStateId(-1), mPowerStateId(-1), mReportIntervalId(-1), mInputReportId(-1), in HidRawSensor()888 mReportIntervalId = reportInterval->id; in findSensorControlUsage()897 return (mPowerStateId >= 0 || mReportingStateId >= 0) && mReportIntervalId >= 0; in findSensorControlUsage()975 if (needRefresh && mReportIntervalId >= 0) { in batch()977 uint8_t id = static_cast<uint8_t>(mReportIntervalId); in batch()1102 if (mReportIntervalId >= 0) { in dump()1103 ss << "found, id: " << mReportIntervalId in dump()
159 int mReportIntervalId; variable