Home
last modified time | relevance | path

Searched refs:isDirectChannelTypeSupported (Results 1 – 5 of 5) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java493 || !s.isDirectChannelTypeSupported(memType)) { in testCloseWithoutConfigStop()
613 || !s.isDirectChannelTypeSupported(memType)) { in runSensorDirectReportTest()
646 || !s1.isDirectChannelTypeSupported(memType)) { in runSingleChannelRateIndependencyTest()
652 || !s2.isDirectChannelTypeSupported(memType)) { in runSingleChannelRateIndependencyTest()
697 || !s.isDirectChannelTypeSupported(memType1) in runMultiChannelRateIndependencyTest()
698 || !s.isDirectChannelTypeSupported(memType2)) { in runMultiChannelRateIndependencyTest()
754 || !s.isDirectChannelTypeSupported(memType)) { in runMultiModeRateIndependencyTest()
801 || !s.isDirectChannelTypeSupported(memType)) { in runTimestampTest()
846 || !s.isDirectChannelTypeSupported(memType)) { in runAtomicCounterTest()
876 || !s.isDirectChannelTypeSupported(memType)) { in runReconfigureTest()
[all …]
DSensorSupportTest.java134 … assertTrue(sensor.isDirectChannelTypeSupported(SensorDirectChannel.TYPE_HARDWARE_BUFFER)); in checkSupportsSensor()
/cts/tests/sensor/jni/
DSensorTest.h86 bool isDirectChannelTypeSupported(int channelType) const { in isDirectChannelTypeSupported() function
DSensorTestCases.cpp153 || !sensor.isDirectChannelTypeSupported(channelType)) { in testDirectReport()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DSensorDeviceInfo.java98 if (sensor.isDirectChannelTypeSupported(channelType)) { in collectDeviceInfo()