Searched refs:floatValues (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSensorAdditionalInfo.java57 public final float[] floatValues; field in class:SensorAdditionalInfo
91 * floatValues[0]: delay estimation in seconds
92 * floatValues[1]: delay estimation standard deviation
100 * floatValues[0]: internal temperature in Celsius.
109 * floatValues[0..11]: First 3 rows of a homogeneous matrix in row major order that captures
118 * floatValues[0..11]: First 3 rows of homogeneous matrix in row major order that describes
129 * floatValues[0]: raw sample period in seconds.
130 * floatValues[1]: standard deviation of sampling period.
198 floatValues = aFloatValues;
H A DSystemSensorManager.java71 long nativeInstance, int type, float[] floatValues, int[] intValues);
763 int handle, int type, int serial, float[] floatValues, int[] intValues) {
852 int handle, int type, int serial, float[] floatValues, int[] intValues) {
860 new SensorAdditionalInfo(sensor, type, serial, intValues, floatValues);
960 mNativeInstance, parameter.type, parameter.floatValues, parameter.intValues) == 0;
70 nativeSetOperationParameter( long nativeInstance, int type, float[] floatValues, int[] intValues) argument
762 dispatchAdditionalInfoEvent( int handle, int type, int serial, float[] floatValues, int[] intValues) argument
851 dispatchAdditionalInfoEvent( int handle, int type, int serial, float[] floatValues, int[] intValues) argument
/frameworks/base/core/jni/
H A Dandroid_animation_PropertyValuesHolder.cpp105 jfloat *floatValues = env->GetFloatArrayElements(arg, NULL); local
108 values[i].f = floatValues[i];
112 env->ReleaseFloatArrayElements(arg, floatValues, JNI_ABORT);

Completed in 87 milliseconds