Home
last modified time | relevance | path

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

/cts/tests/sensor/jni/
DSensorTest.h86 bool isDirectChannelTypeSupported(int channelType) const { in isDirectChannelTypeSupported() function
DSensorTestCases.cpp153 || !sensor.isDirectChannelTypeSupported(channelType)) { in testDirectReport()
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java262 || !s.isDirectChannelTypeSupported(memType)) { in runSensorDirectReportTest()
344 if (s.isDirectChannelTypeSupported(memType)) { in isMemoryTypeNeeded()