Searched refs:m_pt2AccelCalLoadFunc (Results 1 – 4 of 4) sorted by relevance
166 int (*m_pt2AccelCalLoadFunc)(long *bias) = NULL; variable198 MPLSensor(CompassSensor *, int (*m_pt2AccelCalLoadFunc)(long*) = 0);
204 MPLSensor::MPLSensor(CompassSensor *compass, int (*m_pt2AccelCalLoadFunc)(long *)) in MPLSensor()638 if( m_pt2AccelCalLoadFunc != NULL) { in MPLSensor()641 int result = m_pt2AccelCalLoadFunc(accel_offset); in MPLSensor()
167 int (*m_pt2AccelCalLoadFunc)(long *bias) = NULL; variable180 MPLSensor(CompassSensor *, int (*m_pt2AccelCalLoadFunc)(long*) = 0);
92 MPLSensor::MPLSensor(CompassSensor *compass, int (*m_pt2AccelCalLoadFunc)(long *)) in MPLSensor()569 if( m_pt2AccelCalLoadFunc != NULL) { in MPLSensor()572 int result = m_pt2AccelCalLoadFunc(accel_offset); in MPLSensor()