Home
last modified time | relevance | path

Searched refs:mReportingStateId (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp37 : 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()
DHidRawSensor.h139 int mReportingStateId; variable