OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enabled_sensors
(Results
1 - 5
of
5
) sorted by null
/hardware/invensense/60xx/libsensors/
MPLSensor.cpp
135
#define GY_ENABLED ((1<<ID_GY) &
enabled_sensors
)
136
#define A_ENABLED ((1<<ID_A) &
enabled_sensors
)
137
#define O_ENABLED ((1<<ID_O) &
enabled_sensors
)
138
#define M_ENABLED ((1<<ID_M) &
enabled_sensors
)
139
#define LA_ENABLED ((1<<ID_LA) &
enabled_sensors
)
140
#define GR_ENABLED ((1<<ID_GR) &
enabled_sensors
)
141
#define RV_ENABLED ((1<<ID_RV) &
enabled_sensors
)
325
*
enabled_sensors
parameter.
327
void MPLSensor::setPowerStates(int
enabled_sensors
)
332
//ALOGV(" setPowerStates: %d dmp_started: %d",
enabled_sensors
, mDmpStarted)
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp
1592
int
enabled_sensors
= mEnabled;
local
[
all
...]
MPLSensor.h
297
void computeLocalSensorMask(int
enabled_sensors
);
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.h
198
void computeLocalSensorMask(int
enabled_sensors
);
MPLSensor.cpp
695
#define GY_ENABLED (((1 << ID_GY) | (1 << ID_RG)) &
enabled_sensors
)
696
#define A_ENABLED ((1 << ID_A) &
enabled_sensors
)
697
#define M_ENABLED ((1 << ID_M) &
enabled_sensors
)
698
#define O_ENABLED ((1 << ID_O) &
enabled_sensors
)
699
#define LA_ENABLED ((1 << ID_LA) &
enabled_sensors
)
700
#define GR_ENABLED ((1 << ID_GR) &
enabled_sensors
)
701
#define RV_ENABLED ((1 << ID_RV) &
enabled_sensors
)
963
void MPLSensor::computeLocalSensorMask(int
enabled_sensors
)
[
all
...]
Completed in 32 milliseconds