HomeSort by relevance Sort by last modified time
    Searched defs:readSysfsTemp (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 251 static jint readSysfsTemp(JNIEnv* env, jobject obj, jstring jPath)
279 {"native_readSysfsTemp", "(Ljava/lang/String;)I", (void*)readSysfsTemp},
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalUtils.java 58 public static int readSysfsTemp(String path) {
62 Log.i(TAG, "caught UnsatisfiedLinkError in readSysfsTemp");
156 ThermalManager.sTjMaxTemp = readSysfsTemp(ThermalManager.TJMAX_PATH);

Completed in 49 milliseconds