Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h214 if (!isValidType(sensor.type)) { in testStreamingOperation()
264 if (!isValidType(sensor.type)) {
362 if (!isValidType(sensor.type)) { in testBatchingOperation()
441 if (!isValidType(sensor.type)) { in testDirectReportOperation()
557 inline static bool isValidType(SensorTypeVersion type) { return (int32_t)type > 0; } in isValidType() function
/hardware/interfaces/sensors/aidl/vts/
DVtsAidlHalSensorsTargetTest.cpp345 inline bool isValidType(SensorType sensorType) { return (int)sensorType > 0; } in isValidType() function in SensorsAidlTest
433 if (isValidType(sensorInfo.type)) { in activateAllSensors()
/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h504 if (isValidType(sensorInfo.type)) { in activateAllSensors()