Home | History | Annotate | Download | only in android

Lines Matching refs:fvalues

2514         float fvalues[3];
2515 status = android_sensors_get( sensor_id, &fvalues[0], &fvalues[1], &fvalues[2] );
2532 if (1 != sscanf( value,"%g", &fvalues[i] ))
2537 status = android_sensors_set( sensor_id, fvalues[0], fvalues[1], fvalues[2] );