HomeSort by relevance Sort by last modified time
    Searched full:magnetic (Results 1 - 25 of 32) sorted by null

1 2

  /device/samsung/crespo/libsensors/
ak8973b.h 38 /* Set raw magnetic vector flag */
41 /* Get raw magnetic vector flag */
AkmSensor.cpp 75 mPendingEvents[MagneticField].magnetic.status = SENSOR_STATUS_ACCURACY_HIGH;
101 mPendingEvents[MagneticField].magnetic.x = absinfo.value * CONVERT_M_X;
104 mPendingEvents[MagneticField].magnetic.y = absinfo.value * CONVERT_M_Y;
107 mPendingEvents[MagneticField].magnetic.z = absinfo.value * CONVERT_M_Z;
275 mPendingEvents[MagneticField].magnetic.x = value * CONVERT_M_X;
279 mPendingEvents[MagneticField].magnetic.y = value * CONVERT_M_Y;
283 mPendingEvents[MagneticField].magnetic.z = value * CONVERT_M_Z;
sensors.h 90 // conversion of magnetic data to uT units
  /external/kernel-headers/original/linux/
akm8973.h 28 #define ECS_IOCTL_APP_SET_MVFLAG _IOW(AKMIO, 0x19, short) /* Set raw magnetic vector flag */
29 #define ECS_IOCTL_APP_GET_MVFLAG _IOR(AKMIO, 0x1A, short) /* Get raw magnetic vector flag */
akm8976.h 70 #define ECS_IOCTL_APP_SET_MVFLAG _IOW(AKMIO, 0x19, short) /* Set raw magnetic vector flag */
71 #define ECS_IOCTL_APP_GET_MVFLAG _IOR(AKMIO, 0x1A, short) /* Get raw magnetic vector flag */
  /frameworks/base/services/sensorservice/
RotationVectorSensor.cpp 60 mMagData[0] = mMX.init(event.magnetic.x);
61 mMagData[1] = mMY.init(event.magnetic.y);
62 mMagData[2] = mMZ.init(event.magnetic.z);
66 mMagData[0] = mMX(event.magnetic.x);
67 mMagData[1] = mMY(event.magnetic.y);
68 mMagData[2] = mMZ(event.magnetic.z);
96 // magnetic north pole. Typical values are > 100.
  /device/htc/passion-common/libsensors/
AkmSensor.cpp 49 mPendingEvents[MagneticField].magnetic.status = SENSOR_STATUS_ACCURACY_HIGH;
83 mPendingEvents[MagneticField].magnetic.x = absinfo.value * CONVERT_M_X;
86 mPendingEvents[MagneticField].magnetic.y = absinfo.value * CONVERT_M_Y;
89 mPendingEvents[MagneticField].magnetic.z = absinfo.value * CONVERT_M_Z;
266 mPendingEvents[MagneticField].magnetic.x = value * CONVERT_M_X;
270 mPendingEvents[MagneticField].magnetic.y = value * CONVERT_M_Y;
274 mPendingEvents[MagneticField].magnetic.z = value * CONVERT_M_Z;
nusensors.h 91 // conversion of magnetic data to uT units
sensors.c 38 { "AK8973 3-axis Magnetic field sensor",
  /external/qemu/android/
hw-sensors.h 26 SENSOR_(MAGNETIC_FIELD,"magnetic-field") \
hw-sensors.c 90 MagneticField magnetic; member in union:__anon5702::__anon5703
127 * magnetic-field:<x>:<y>:<z>
282 snprintf(buffer, sizeof buffer, "magnetic-field:%g:%g:%g",
283 sensor->u.magnetic.x,
284 sensor->u.magnetic.y,
285 sensor->u.magnetic.z);
437 /* change the value of the emulated magnetic vector */
442 s->u.magnetic.x = x;
443 s->u.magnetic.y = y;
444 s->u.magnetic.z = z
    [all...]
  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 22 * This class is used to estimated estimate magnetic field at a given point on
23 * Earth, and in particular, to compute the magnetic declination from true
26 * <p>This uses the World Magnetic Model produced by the United States National
34 // The magnetic field at a given point, in nonoteslas in geodetic
51 // NOAA Technical Report: The US/UK World Magnetic Model for 2010-2015
122 * Estimate the magnetic field at a given point and time.
190 // We now compute the magnetic field strength given the geocentric
191 // location. The magnetic field is the derivative of the potential
193 // World Magnetic Model for 2010-2015 for the derivation.
242 * @return The X (northward) component of the magnetic field in nanoteslas
    [all...]
SensorListener.java 83 * All values are in micro-Tesla (uT) and measure the ambient magnetic
85 * <p><b><u>Note:</u></b> the magnetic field's Z axis is inverted.
Sensor.java 39 * A constant describing a magnetic field sensor type. See
SensorEvent.java 154 * All values are in micro-Tesla (uT) and measure the ambient magnetic field
270 * values[0]: Azimuth, angle between the magnetic north direction and the
  /hardware/libhardware/include/hardware/
sensors.h 73 /** Maximum magnetic field on Earth's surface */
76 /** Minimum magnetic field on Earth's surface */
127 * azimuth: angle between the magnetic north direction and the Y axis, around
183 * Magnetic Field
186 * All values are in micro-Tesla (uT) and measure the ambient magnetic
189 * Magnetic Field sensors return sensor events for all 3 axes at a constant
316 /* magnetic vector values are in micro-Tesla (uT) */
317 sensors_vec_t magnetic; member in union:sensors_event_t::__anon9519
sensors_deprecated.h 28 sensors_vec_t magnetic; member in union:__anon9520::__anon9521
  /sdk/emulator/sensors/
sensors_qemu.c 73 SENSOR_(MAGNETIC_FIELD,"magnetic-field") \
367 /* "magnetic:<x>:<y>:<z>" is sent for the params of the magnetic field */
368 if (sscanf(buff, "magnetic:%g:%g:%g", params+0, params+1, params+2) == 3) {
370 data->sensors[ID_MAGNETIC_FIELD].magnetic.x = params[0];
371 data->sensors[ID_MAGNETIC_FIELD].magnetic.y = params[1];
372 data->sensors[ID_MAGNETIC_FIELD].magnetic.z = params[2];
457 { .name = "Goldfish 3-axis Magnetic field sensor",
  /development/ndk/platforms/android-9/include/android/
sensor.h 81 /* Maximum magnetic field on Earth's surface in uT */
83 /* Minimum magnetic field on Earth's surface in uT*/
120 ASensorVector magnetic; member in union:ASensorEvent::__anon1275
  /frameworks/base/native/include/android/
sensor.h 81 /* Maximum magnetic field on Earth's surface in uT */
83 /* Minimum magnetic field on Earth's surface in uT*/
120 ASensorVector magnetic; member in union:ASensorEvent::__anon9312
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 135 data.magnetic.x,
136 data.magnetic.y,
137 data.magnetic.z);
  /development/pdk/docs/porting/
sensors.jd 23 <li>Magnetic Field</li>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mtio.h 1 /* Structures and definitions for magnetic tape I/O control commands.
30 /* Structure for MTIOCTOP - magnetic tape operation command. */
39 /* Magnetic Tape operations [Not all operations supported by all drivers]. */
197 /* Magnetic tape I/O control commands. */
  /external/qemu/docs/
ANDROID-QEMUD-SERVICES.TXT 120 magnetic-field : for the compass
133 magnetic-field:<x>:<y>:<z>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
asoundef.h 89 #define IEC958_AES1_CON_MAGNETIC_MASK 0x07 /**< Magnetic device mask */
90 #define IEC958_AES1_CON_MAGNETIC_ID 0x03 /**< Magnetic device ID */

Completed in 558 milliseconds

1 2