HomeSort by relevance Sort by last modified time
    Searched refs:readSample (Results 1 - 11 of 11) sorted by null

  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.cpp 123 int CompassSensor::readSample(long *data, int64_t *timestamp)
127 // TODO: need to implement "readSample()" for MPL in 3rd-party's .cpp file
128 return mCompassSensor->readSample(data, timestamp);
143 int res = mCompassSensor->readSample(ldata, timestamp);
CompassSensor.AKM.h 58 int readSample(long *data, int64_t *timestamp);
CompassSensor.IIO.9150.h 54 int readSample(long *data, int64_t *timestamp);
CompassSensor.IIO.primary.h 57 int readSample(long *data, int64_t *timestamp);
SensorBase.h 90 int readSample(long *data, int64_t *timestamp);
CompassSensor.IIO.9150.cpp 241 int CompassSensor::readSample(long *data, int64_t *timestamp)
CompassSensor.IIO.primary.cpp 378 int CompassSensor::readSample(long *data, int64_t *timestamp) {
MPLSensor.cpp     [all...]
  /hardware/invensense/60xx/libsensors_iio/
CompassSensor.IIO.9150.h 53 int readSample(long *data, int64_t *timestamp);
CompassSensor.IIO.9150.cpp 238 int CompassSensor::readSample(long *data, int64_t *timestamp)
MPLSensor.cpp     [all...]

Completed in 318 milliseconds