Searched refs:mReportingStateId (Results 1 – 2 of 2) sorted by relevance
46 : mReportingStateId(-1), mPowerStateId(-1), mReportIntervalId(-1), mLeTransportId(-1), in HidRawSensor()861 mReportingStateId = reportingState->id; in findSensorControlUsage()878 mReportingStateId = -1; in findSensorControlUsage()882 mReportingStateId = -1; in findSensorControlUsage()975 return (mPowerStateId >= 0 || mReportingStateId >= 0) && mReportIntervalId >= 0 && in findSensorControlUsage()1085 if (mReportingStateId >= 0) { in setReportingState()1087 uint8_t id = static_cast<uint8_t>(mReportingStateId); in setReportingState()1286 if (mReportingStateId >= 0) { in dump()1287 ss << "found, id: " << mReportingStateId in dump()
189 int mReportingStateId; variable