Searched refs:g_continuousSensorType (Results 1 – 1 of 1) sorted by relevance
46 const std::vector<int32_t> g_continuousSensorType = { variable130 …auto continuosIt = std::find(g_continuousSensorType.begin(), g_continuousSensorType.end(), event.s… in ControlSensorClientPrint()131 if (continuosIt == g_continuousSensorType.end()) { in ControlSensorClientPrint()174 return std::find(g_continuousSensorType.begin(), g_continuousSensorType.end(), in IsContinuousType()175 sensorId) != g_continuousSensorType.end(); in IsContinuousType()