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

  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 214 static jint writeSysfs(JNIEnv* env, jobject obj, jstring jPath, jint jVal)
280 {"native_writeSysfs", "(Ljava/lang/String;I)I", (void*)writeSysfs},
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalUtils.java 67 public static int writeSysfs(String path, int val) {
71 Log.w(TAG, "caught UnsatisfiedLinkError in writeSysfs");
ThermalCooling.java 410 ThermalUtils.writeSysfs(path, ThermalManager.DISABLE_DYNAMIC_TURBO);
588 ThermalUtils.writeSysfs(THERMAL_SHUTDOWN_NOTIFY_PATH, 1);
    [all...]

Completed in 45 milliseconds