OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getThermalZoneIndex
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp
150
static jint
getThermalZoneIndex
(JNIEnv* env, jobject obj, jstring jType)
281
{"native_getThermalZoneIndex", "(Ljava/lang/String;)I", (void*)
getThermalZoneIndex
},
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalSensor.java
61
int indx = ThermalUtils.
getThermalZoneIndex
(mSensorName);
ThermalUtils.java
76
public static int
getThermalZoneIndex
(String name) {
80
Log.w(TAG, "caught UnsatisfiedLinkError in
getThermalZoneIndex
");
VirtualThermalZone.java
55
int indx = ThermalUtils.
getThermalZoneIndex
(getZoneName());
Completed in 1887 milliseconds