HomeSort by relevance Sort by last modified time
    Searched refs:writeSysfs (Results 1 - 5 of 5) 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");
ThermalZone.java 616 if (ThermalUtils.writeSysfs(s.getSensorLowTempPath(), lowerTripPoint) == -1) {
620 if (ThermalUtils.writeSysfs(s.getSensorHighTempPath(), upperTripPoint) == -1) {
VirtualThermalZone.java 160 int ret = ThermalUtils.writeSysfs(path, temp);
ThermalCooling.java 410 ThermalUtils.writeSysfs(path, ThermalManager.DISABLE_DYNAMIC_TURBO);
588 ThermalUtils.writeSysfs(THERMAL_SHUTDOWN_NOTIFY_PATH, 1);
    [all...]

Completed in 213 milliseconds