HomeSort by relevance Sort by last modified time
    Searched refs:mPowerStateId (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensor.h 142 int mPowerStateId;
HidRawSensor.cpp 37 : mReportingStateId(-1), mPowerStateId(-1), mReportIntervalId(-1), mInputReportId(-1),
814 mPowerStateId = powerState->id;
836 return (mPowerStateId >= 0 || mReportingStateId >= 0) && mReportIntervalId >= 0;
861 if (mPowerStateId >= 0) {
863 uint8_t id = static_cast<uint8_t>(mPowerStateId);
    [all...]

Completed in 3442 milliseconds