Home
last modified time | relevance | path

Searched defs:readSysfsTemp (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalUtils.java58 public static int readSysfsTemp(String path) { in readSysfsTemp() method in ThermalUtils
/hardware/intel/common/utils/ituxd/jni/
DthermalJNI.cpp260 static jint readSysfsTemp(JNIEnv* env, jobject obj, jstring jPath) in readSysfsTemp() function