Searched refs:extractReportMode (Results 1 – 3 of 3) sorted by relevance
313 if (extractReportMode(info.flags) != SensorFlagBits::ONE_SHOT_MODE) { in getNonOneShotSensors()323 SensorFlagBits reportMode = extractReportMode(info.flags); in getNonOneShotAndNonSpecialSensors()335 SensorFlagBits reportMode = extractReportMode(info.flags); in getNonOneShotAndNonOnChangeAndNonSpecialSensors()348 if (extractReportMode(info.flags) == SensorFlagBits::ONE_SHOT_MODE) { in getOneShotSensors()420 EXPECT_NO_FATAL_FAILURE(assertTypeMatchReportMode(s.type, extractReportMode(s.flags))); in TEST_P()426 assertDelayMatchReportMode(s.minDelay, s.maxDelay, extractReportMode(s.flags))); in TEST_P()693 int64_t samplingPeriodNs = extractReportMode(sensor.flags) == SensorFlagBits::ONE_SHOT_MODE in TEST_P()
193 EXPECT_NO_FATAL_FAILURE(assertTypeMatchReportMode(s.type, extractReportMode(s.flags))); in TEST_P()199 assertDelayMatchReportMode(s.minDelay, s.maxDelay, extractReportMode(s.flags))); in TEST_P()
594 inline static SensorFlagBits extractReportMode(uint64_t flag) { in extractReportMode() function