[go: nahoru, domu]

Searched refs:nativeGetDeviceTemperatures (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DHardwarePropertiesManagerService.java39 private static native float[] nativeGetDeviceTemperatures(int type, int source); method in class:HardwarePropertiesManagerService
57 return nativeGetDeviceTemperatures(type, source);
/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp92 static jfloatArray nativeGetDeviceTemperatures(JNIEnv *env, jclass /* clazz */, int type, function in namespace:android
188 { "nativeGetDeviceTemperatures", "(II)[F",
189 (void*) nativeGetDeviceTemperatures },

Completed in 59 milliseconds