Searched refs:mReportIntervalId (Results 1 – 2 of 2) sorted by relevance
37 : mReportingStateId(-1), mPowerStateId(-1), mReportIntervalId(-1), mInputReportId(-1), in HidRawSensor()828 mReportIntervalId = reportInterval->id; in findSensorControlUsage()837 return (mPowerStateId >= 0 || mReportingStateId >= 0) && mReportIntervalId >= 0; in findSensorControlUsage()910 if (needRefresh && mReportIntervalId >= 0) { in batch()912 uint8_t id = static_cast<uint8_t>(mReportIntervalId); in batch()1036 if (mReportIntervalId >= 0) { in dump()1037 ss << "found, id: " << mReportIntervalId in dump()
145 int mReportIntervalId; variable