Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/jni/
DthermalJNI.cpp182 static jint getCoolingDeviceIndex(JNIEnv* env, jobject obj, jstring jType) in getCoolingDeviceIndex() function
284 {"native_getCoolingDeviceIndex", "(Ljava/lang/String;)I", (void*)getCoolingDeviceIndex},
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalUtils.java94 public static int getCoolingDeviceIndex(String name) { in getCoolingDeviceIndex() method in ThermalUtils