Searched refs:extractReportMode (Results 1 – 3 of 3) sorted by relevance
310 if (extractReportMode(info.flags) != SensorFlagBits::ONE_SHOT_MODE) { in getNonOneShotSensors()320 SensorFlagBits reportMode = extractReportMode(info.flags); in getNonOneShotAndNonSpecialSensors()332 if (extractReportMode(info.flags) == SensorFlagBits::ONE_SHOT_MODE) { in getOneShotSensors()395 EXPECT_NO_FATAL_FAILURE(assertTypeMatchReportMode(s.type, extractReportMode(s.flags))); in TEST_P()401 assertDelayMatchReportMode(s.minDelay, s.maxDelay, extractReportMode(s.flags))); in TEST_P()668 int64_t samplingPeriodNs = extractReportMode(sensor.flags) == SensorFlagBits::ONE_SHOT_MODE in TEST_P()754 if (extractReportMode(sensor.flags) != SensorFlagBits::ON_CHANGE_MODE) { in TEST_P()
182 EXPECT_NO_FATAL_FAILURE(assertTypeMatchReportMode(s.type, extractReportMode(s.flags))); in TEST_P()188 assertDelayMatchReportMode(s.minDelay, s.maxDelay, extractReportMode(s.flags))); in TEST_P()
588 inline static SensorFlagBits extractReportMode(uint64_t flag) { in extractReportMode() function