HomeSort by relevance Sort by last modified time
    Searched defs:magnetic (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware/include/hardware/
sensors_deprecated.h 28 sensors_vec_t magnetic; member in union:__anon9675::__anon9676
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
301 /* magnetic vector values are in micro-Tesla (uT) */
302 sensors_vec_t magnetic; member in union:sensors_event_t::__anon9674
  /development/ndk/platforms/android-9/include/android/
sensor.h 79 /* Maximum magnetic field on Earth's surface in uT */
81 /* Minimum magnetic field on Earth's surface in uT*/
118 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::__anon9469
  /external/qemu/android/
hw-sensors.c 90 MagneticField magnetic; member in union:__anon5861::__anon5862
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...]

Completed in 160 milliseconds