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

  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensor.h 139 int mReportingStateId;
HidRawSensor.cpp 37 : mReportingStateId(-1), mPowerStateId(-1), mReportIntervalId(-1), mInputReportId(-1),
800 mReportingStateId = reportingState->id;
836 return (mPowerStateId >= 0 || mReportingStateId >= 0) && mReportIntervalId >= 0;
874 if (mReportingStateId >= 0) {
876 uint8_t id = static_cast<uint8_t>(mReportingStateId);
    [all...]

Completed in 675 milliseconds