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

  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensor.cpp 819 const HidParser::ReportItem *reportInterval
821 if (reportInterval == nullptr
822 || !reportInterval->isByteAligned()
823 || reportInterval->minRaw < 0
824 || (reportInterval->bitSize != 16 && reportInterval->bitSize != 32)) {
827 mReportIntervalId = reportInterval->id;
828 mReportIntervalOffset = reportInterval->bitOffset / 8;
829 mReportIntervalSize = reportInterval->bitSize / 8;
831 mFeatureInfo.minDelay = std::max(static_cast<int64_t>(1), reportInterval->minRaw) * 1000
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar 

Completed in 94 milliseconds