Home
last modified time | relevance | path

Searched refs:getHighestDirectReportRateLevel (Results 1 – 4 of 4) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java492 || s.getHighestDirectReportRateLevel() == SensorDirectChannel.RATE_STOP in testCloseWithoutConfigStop()
502 mChannel.configure(s, s.getHighestDirectReportRateLevel()); in testCloseWithoutConfigStop()
612 || s.getHighestDirectReportRateLevel() < rateLevel in runSensorDirectReportTest()
645 || s1.getHighestDirectReportRateLevel() < rateLevel1 in runSingleChannelRateIndependencyTest()
651 || s2.getHighestDirectReportRateLevel() < rateLevel2 in runSingleChannelRateIndependencyTest()
696 || s.getHighestDirectReportRateLevel() < Math.max(rateLevel1, rateLevel2) in runMultiChannelRateIndependencyTest()
753 || s.getHighestDirectReportRateLevel() < rateLevel in runMultiModeRateIndependencyTest()
800 || s.getHighestDirectReportRateLevel() < rateLevel in runTimestampTest()
845 || s.getHighestDirectReportRateLevel() == SensorDirectChannel.RATE_STOP in runAtomicCounterTest()
859 int token = mChannel.configure(s, s.getHighestDirectReportRateLevel()); in runAtomicCounterTest()
[all …]
/cts/tests/sensor/jni/
DSensorTest.h93 int getHighestDirectReportRateLevel() const { in getHighestDirectReportRateLevel() function
DSensorTestCases.cpp152 || sensor.getHighestDirectReportRateLevel() < rateLevel in testDirectReport()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DSensorDeviceInfo.java94 sensor.getHighestDirectReportRateLevel()); in collectDeviceInfo()