Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/jni/
DthermalJNI.cpp150 static jint getThermalZoneIndex(JNIEnv* env, jobject obj, jstring jType) in getThermalZoneIndex() argument
155 type = jType ? env->GetStringUTFChars(jType, NULL) : NULL; in getThermalZoneIndex()
162 env->ReleaseStringUTFChars(jType, type); in getThermalZoneIndex()
166 static jint getThermalZoneIndexContains(JNIEnv* env, jobject obj, jstring jType) in getThermalZoneIndexContains() argument
171 type = jType ? env->GetStringUTFChars(jType, NULL) : NULL; in getThermalZoneIndexContains()
178 env->ReleaseStringUTFChars(jType, type); in getThermalZoneIndexContains()
182 static jint getCoolingDeviceIndex(JNIEnv* env, jobject obj, jstring jType) in getCoolingDeviceIndex() argument
187 type = jType ? env->GetStringUTFChars(jType, NULL) : NULL; in getCoolingDeviceIndex()
194 env->ReleaseStringUTFChars(jType, type); in getCoolingDeviceIndex()
198 static jint getCoolingDeviceIndexContains(JNIEnv* env, jobject obj, jstring jType) in getCoolingDeviceIndexContains() argument
[all …]