Searched refs:strType (Results 1 – 2 of 2) sorted by relevance
175 private void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType() argument179 if (strType != null) { in setSensorType()182 f.set(sensor, strType); in setSensorType()186 private Sensor createSensor(int type, String strType) throws Exception { in createSensor() argument190 setSensorType(sensor, type, strType); in createSensor()
169 static const char strType[] = "type"; variable474 if (strcmp(pSession->mimeHeaderName.ptr + strlenContent, strType) == 0) { in FwdLockConv_RecognizeMimeHeaderName()