Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.h156 int mPowerStateOffIndex; variable
DHidRawSensor.cpp860 mPowerStateOffIndex = -1; in findSensorControlUsage()
864 mPowerStateOffIndex = i; in findSensorControlUsage()
870 if (mPowerStateOffIndex < 0) { in findSensorControlUsage()
927 uint8_t index = enable ? mPowerStateOnIndex : mPowerStateOffIndex; in enable()
1082 << " power off index: " << mPowerStateOffIndex in dump()