Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp256 if (!isValidType(sensor.type)) { in testDirectReportOperation()
373 if (!isValidType(sensor.type)) { in testStreamingOperation()
431 if (!isValidType(sensor.type)) { in testSamplingRateHotSwitchOperation()
527 if (!isValidType(sensor.type)) { in testBatchingOperation()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h105 inline static bool isValidType(SensorType type) { return (int32_t)type > 0; } in isValidType() function
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp623 if (isValidType(sensorInfo.type)) { in activateAllSensors()