Searched refs:extractReportMode (Results 1 – 3 of 3) sorted by relevance
263 if (extractReportMode(info.flags) != SensorFlagBits::ONE_SHOT_MODE) { in getNonOneShotSensors()273 SensorFlagBits reportMode = extractReportMode(info.flags); in getNonOneShotAndNonSpecialSensors()285 if (extractReportMode(info.flags) == SensorFlagBits::ONE_SHOT_MODE) { in getOneShotSensors()347 EXPECT_NO_FATAL_FAILURE(assertTypeMatchReportMode(s.type, extractReportMode(s.flags))); in TEST_P()353 assertDelayMatchReportMode(s.minDelay, s.maxDelay, extractReportMode(s.flags))); in TEST_P()810 int64_t samplingPeriodNs = extractReportMode(sensor.flags) == SensorFlagBits::ONE_SHOT_MODE in TEST_P()887 if (extractReportMode(sensor.flags) != SensorFlagBits::ON_CHANGE_MODE) { in TEST_P()
93 inline static SensorFlagBits extractReportMode(uint64_t flag) { in extractReportMode() function
183 EXPECT_NO_FATAL_FAILURE(assertTypeMatchReportMode(s.type, extractReportMode(s.flags))); in TEST_P()189 assertDelayMatchReportMode(s.minDelay, s.maxDelay, extractReportMode(s.flags))); in TEST_P()