HomeSort by relevance Sort by last modified time
    Searched defs:readSample (Results 1 - 3 of 3) 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.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) {

Completed in 512 milliseconds