Home | History | Annotate | Download | only in libsensors

Lines Matching refs:sensor_t

73 static struct sensor_t sSensorList[] =
1110 * parameter list must point to a memory region of at least 7*sizeof(sensor_t)
1114 int MPLSensor::populateSensorList(struct sensor_t *list, int len)
1118 if(len < 7*sizeof(sensor_t)) {
1124 memcpy(list, sSensorList, sizeof (struct sensor_t) * 7);
1165 memset(list+3, 0, 4*sizeof(struct sensor_t));
1171 void MPLSensor::fillAccel(unsigned char accel, struct sensor_t *list)
1245 void MPLSensor::fillCompass(unsigned char compass, struct sensor_t *list)
1298 void MPLSensor::fillGyro(const char* gyro, struct sensor_t *list)
1314 void MPLSensor::fillRV(struct sensor_t *list)
1324 void MPLSensor::fillOrientation(struct sensor_t *list)
1333 void MPLSensor::fillGravity( struct sensor_t *list)
1342 void MPLSensor::fillLinearAccel(struct sensor_t *list)