OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pt2AccelCalLoadFunc
(Results
1 - 4
of
4
) sorted by null
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.h
107
int (*
m_pt2AccelCalLoadFunc
)(long *bias) = NULL;
132
MPLSensor(CompassSensor *, int (*
m_pt2AccelCalLoadFunc
)(long*) = 0);
MPLSensor.cpp
153
MPLSensor::MPLSensor(CompassSensor *compass, int (*
m_pt2AccelCalLoadFunc
)(long *))
328
if(
m_pt2AccelCalLoadFunc
!= NULL)
332
int result =
m_pt2AccelCalLoadFunc
(accel_offset);
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.h
165
int (*
m_pt2AccelCalLoadFunc
)(long *bias) = NULL;
197
MPLSensor(CompassSensor *, int (*
m_pt2AccelCalLoadFunc
)(long*) = 0);
MPLSensor.cpp
204
MPLSensor::MPLSensor(CompassSensor *compass, int (*
m_pt2AccelCalLoadFunc
)(long *))
590
if(
m_pt2AccelCalLoadFunc
!= NULL) {
593
int result =
m_pt2AccelCalLoadFunc
(accel_offset);
[
all
...]
Completed in 29 milliseconds