OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MPLSensor
(Results
1 - 6
of
6
) sorted by null
/hardware/invensense/60xx/libsensors/
MPLSensor.cpp
35
#include "
MPLSensor
.h"
72
/* Base values for the sensor list, these need to be in the order defined in
MPLSensor
.h */
102
static
MPLSensor
* gMPLSensor = NULL;
125
void setCallbackObject(
MPLSensor
* gbpt)
143
MPLSensor
::
MPLSensor
() :
159
ALOGV_IF(EXTRA_VERBOSE, "
MPLSensor
constructor: numSensors = %d", numSensors);
215
//ALOGD("
MPLSensor
falling back to timerirq for accel data");
251
mHandlers[RotationVector] = &
MPLSensor
::rvHandler;
252
mHandlers[LinearAccel] = &
MPLSensor
::laHandler
[
all
...]
MPLSensor.h
32
/**
MPLSensor
implementation which fits into the HAL example for crespo provided
34
* * WARNING: there may only be one instance of
MPLSensor
, ever.
37
class
MPLSensor
: public SensorBase
39
typedef void (
MPLSensor
::*hfunc_t)(sensors_event_t*, uint32_t*, int);
42
MPLSensor
();
43
virtual ~
MPLSensor
();
138
void setCallbackObject(
MPLSensor
*);
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp
18
//see also the EXTRA_VERBOSE define in the
MPLSensor
.h header file
39
#include "
MPLSensor
.h"
122
MPLSensor
*
MPLSensor
::gMPLSensor = NULL;
127
if(
MPLSensor
::gMPLSensor) {
128
MPLSensor
::gMPLSensor->cbProcData();
132
void setCallbackObject(
MPLSensor
* gbpt)
134
MPLSensor
::gMPLSensor = gbpt;
137
MPLSensor
* getCallbackObject() {
138
return
MPLSensor
::gMPLSensor
[
all
...]
MPLSensor.h
109
/**
MPLSensor
implementation which fits into the HAL example for crespo provided
111
* WARNING: there may only be one instance of
MPLSensor
, ever.
114
class
MPLSensor
: public SensorBase
116
typedef int (
MPLSensor
::*hfunc_t)(sensors_event_t*);
132
MPLSensor
(CompassSensor *, int (*m_pt2AccelCalLoadFunc)(long*) = 0);
133
virtual ~
MPLSensor
();
151
static
MPLSensor
* gMPLSensor;
194
int enableOneSensor(int en, const char *name, int (
MPLSensor
::*enabler)(int));
342
void setCallbackObject(
MPLSensor
*);
343
MPLSensor
*getCallbackObject();
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp
20
//see also the EXTRA_VERBOSE define in the
MPLSensor
.h header file
41
#include "
MPLSensor
.h"
172
MPLSensor
*
MPLSensor
::gMPLSensor = NULL;
177
if(
MPLSensor
::gMPLSensor) {
178
MPLSensor
::gMPLSensor->cbProcData();
182
void setCallbackObject(
MPLSensor
* gbpt)
184
MPLSensor
::gMPLSensor = gbpt;
187
MPLSensor
* getCallbackObject() {
188
return
MPLSensor
::gMPLSensor
[
all
...]
MPLSensor.h
167
/**
MPLSensor
implementation which fits into the HAL example for crespo provided
169
* WARNING: there may only be one instance of
MPLSensor
, ever.
172
class
MPLSensor
: public SensorBase
174
typedef int (
MPLSensor
::*hfunc_t)(sensors_event_t*);
197
MPLSensor
(CompassSensor *, int (*m_pt2AccelCalLoadFunc)(long*) = 0);
198
virtual ~
MPLSensor
();
221
static
MPLSensor
* gMPLSensor;
554
void setCallbackObject(
MPLSensor
*);
555
MPLSensor
*getCallbackObject();
Completed in 589 milliseconds