Home
last modified time | relevance | path

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

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