Searched refs:mReportingStateId (Results 1 – 2 of 2) sorted by relevance
37 : mReportingStateId(-1), mPowerStateId(-1), mReportIntervalId(-1), mInputReportId(-1), in HidRawSensor()801 mReportingStateId = reportingState->id; in findSensorControlUsage()837 return (mPowerStateId >= 0 || mReportingStateId >= 0) && mReportIntervalId >= 0; in findSensorControlUsage()875 if (mReportingStateId >= 0) { in enable()877 uint8_t id = static_cast<uint8_t>(mReportingStateId); in enable()1028 if (mReportingStateId >= 0) { in dump()1029 ss << "found, id: " << mReportingStateId in dump()
139 int mReportingStateId; variable