HomeSort by relevance Sort by last modified time
    Searched refs:GY_ENABLED (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 695 #define GY_ENABLED (((1 << ID_GY) | (1 << ID_RG)) & enabled_sensors)
974 if(!A_ENABLED && !M_ENABLED && !GY_ENABLED) {
981 if (GY_ENABLED) {
    [all...]
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 135 #define GY_ENABLED ((1<<ID_GY) & enabled_sensors)
341 if (!A_ENABLED && !M_ENABLED && !GY_ENABLED) {
346 if (GY_ENABLED) {
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]

Completed in 128 milliseconds