OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mplSensor
(Results
1 - 3
of
3
) sorted by null
/device/lge/hammerhead/libsensors/
sensors.cpp
32
#include "
MPLSensor
.h"
40
#define GLOBAL_SENSORS (
MPLSensor
::NumSensors + 1)
42
#define GLOBAL_SENSORS
MPLSensor
::NumSensors
176
MPLSensor
*
mplSensor
= new
MPLSensor
(mCompassSensor);
182
setCallbackObject(
mplSensor
);
186
mplSensor
->populateSensorList(sSensorList + LOCAL_SENSORS,
189
mSensor[mpl] =
mplSensor
;
194
mSensor[compass] =
mplSensor
;
[
all
...]
/hardware/invensense/60xx/libsensors_iio/
sensors_mpl.cpp
34
#include "
MPLSensor
.h"
40
#define LOCAL_SENSORS (
MPLSensor
::numSensors + 1)
42
#define LOCAL_SENSORS
MPLSensor
::numSensors
110
MPLSensor
*
mplSensor
= new
MPLSensor
(mCompassSensor);
115
*
MPLSensor
*
mplSensor
= new
MPLSensor
(mCompassSensor, AccelLoadConfig);
119
setCallbackObject(
mplSensor
);
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp
34
#include "
MPLSensor
.h"
48
#define LOCAL_SENSORS (
MPLSensor
::NumSensors + 1)
50
#define LOCAL_SENSORS
MPLSensor
::NumSensors
123
MPLSensor
*
mplSensor
= new
MPLSensor
(mCompassSensor);
128
*
MPLSensor
*
mplSensor
= new
MPLSensor
(mCompassSensor, AccelLoadConfig);
132
setCallbackObject(
mplSensor
);
[
all
...]
Completed in 905 milliseconds