Searched refs:mReportIntervalId (Results 1 – 2 of 2) sorted by relevance
46 : mReportingStateId(-1), mPowerStateId(-1), mReportIntervalId(-1), mLeTransportId(-1), in HidRawSensor()924 mReportIntervalId = reportInterval->id; in findSensorControlUsage()975 return (mPowerStateId >= 0 || mReportingStateId >= 0) && mReportIntervalId >= 0 && in findSensorControlUsage()1120 if (needRefresh && mReportIntervalId >= 0) { in batch()1122 uint8_t id = static_cast<uint8_t>(mReportIntervalId); in batch()1298 if (mReportIntervalId >= 0) { in dump()1299 ss << "found, id: " << mReportIntervalId in dump()
201 int mReportIntervalId; variable