Searched defs:strType (Results 1 – 4 of 4) sorted by relevance
41 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType()52 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor()
508 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType()519 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor()
274 private Sensor createSensor(int type, String strType) throws Exception { in createSensor()
169 static const char strType[] = "type"; variable