/hardware/invensense/60xx/libsensors/ |
MPLSensor.cpp | 49 #include "compass.h" 473 "- No compass detected.\n"); 1126 /* first add gyro, accel and compass to the list */ [all...] |
MPLSensor.h | 130 void fillCompass(unsigned char compass, struct sensor_t *list);
|
/hardware/invensense/60xx/mlsdk/mllite/ |
ml.c | 50 #include "compass.h" 185 * for gyroscopes, accelerometer, and compass. 207 if (NULL != mldl_cfg->compass){ 208 magCal[ii] = mldl_cfg->pdata->compass.orientation[ii]; 243 if (NULL != mldl_cfg->compass){ 244 RANGE_FIXEDPOINT_TO_FLOAT(mldl_cfg->compass->range, magScale); 261 if (NULL != mldl_cfg->compass){ 1035 * @brief Sets up the Compass calibration and scale factor. 1054 * The range of the compass. 1056 * A 9 element matrix that represents how the compass i [all...] |
ml_stored_data.c | 39 #include "compass.h" 118 INV_CAL_COMPASS_LEN + // compass cal 521 * - compass biases for X, Y, Z axes and bias tracking algorithm 659 /* read the compass biases */ 751 * - compass biases for X, Y, Z axes, compass scale, and bias [all...] |
mldl.c | 53 #include "compass.h" 60 #include "compass.h" 189 * gyroscope, accelerometer, and compass data 205 mldlCfg.compass = &gCompass; 363 * and the compass in use. [all...] |
/hardware/invensense/65xx/libsensors_iio/ |
libmplmpu.so | |
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/ |
libmplmpu.so | |
/frameworks/native/data/etc/ |
handheld_core_hardware.xml | 29 <feature name="android.hardware.sensor.compass" />
|
tablet_core_hardware.xml | 28 <feature name="android.hardware.sensor.compass" />
|
/hardware/invensense/60xx/mlsdk/mlutils/ |
slave.h | 145 Define default compass to use if no selection is made
|
/external/qemu/docs/ |
ANDROID-QEMUD-SERVICES.TXT | 101 bit 1: compass 120 magnetic-field : for the compass
|
/hardware/akm/AK8975_FS/libsensors/ |
AkmSensor.cpp | 35 : SensorBase(NULL, "compass"), 61 strcpy(input_sysfs_path, "/sys/class/compass/akm8975/");
|
/sdk/files/ |
devices.xml | 33 Compass 109 Compass 224 Compass 353 Compass 433 Compass 529 Compass
|
/frameworks/base/docs/html/reference/com/google/android/gms/maps/ |
UiSettings.html | 818 <div class="jd-descrdiv">Gets whether the compass is enabled/disabled.</div> 962 <div class="jd-descrdiv">Enables or disables the compass.</div> [all...] |
/frameworks/base/docs/html/guide/practices/ |
compatibility.jd | 129 software. Examples include compass and accelerometer sensors, cameras, and Live 136 feature ID for compass is <code>?android.hardware.sensor.compass?</code>,
|
/device/samsung/manta/ |
device.mk | 65 frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
|
/system/core/include/private/ |
android_filesystem_config.h | 51 #define AID_COMPASS 1008 /* compass device */ 126 { "compass", AID_COMPASS, },
|
/system/core/init/ |
readme.txt | 311 on device-added-/dev/compass 314 on device-removed-/dev/compass
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
mltypes.h | 204 /* Compass errors */
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
mltypes.h | 187 /* Compass errors */
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
mltypes.h | 204 /* Compass errors */
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
FeatureSummaryActivity.java | 117 new Feature("android.hardware.sensor.compass", true), 131 new Feature("android.hardware.sensor.compass", false),
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorTest.java | 105 // compass sensor is optional
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
matlab.php | 76 'colordef','colormap','colperm','comet','comet3','compan','compass',
|
/hardware/invensense/60xx/libsensors_iio/ |
MPLSensor.h | 228 int mCompassAccuracy; // value indicating the quality of the compass calibr.
|