Home
last modified time | relevance | path

Searched refs:readSample (Results 1 – 16 of 16) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
DCompassSensor.AKM.cpp123 int CompassSensor::readSample(long *data, int64_t *timestamp) in readSample() function in CompassSensor
128 return mCompassSensor->readSample(data, timestamp); in readSample()
143 int res = mCompassSensor->readSample(ldata, timestamp); in readRawSample()
DCompassSensor.AKM.h58 int readSample(long *data, int64_t *timestamp);
DCompassSensor.IIO.9150.h56 int readSample(long *data, int64_t *timestamp);
DCompassSensor.IIO.primary.h57 int readSample(long *data, int64_t *timestamp);
DSensorBase.h91 int readSample(long *data, int64_t *timestamp);
DCompassSensor.IIO.9150.cpp248 int CompassSensor::readSample(long *data, int64_t *timestamp) in readSample() function in CompassSensor
DCompassSensor.IIO.primary.cpp363 int CompassSensor::readSample(long *data, int64_t *timestamp) { in readSample() function in CompassSensor
DMPLSensor.cpp4455 done = mCompassSensor->readSample(mCachedCompassData, &mCompassTimestamp);
/hardware/invensense/65xx/libsensors_iio/
DCompassSensor.AKM.cpp123 int CompassSensor::readSample(long *data, int64_t *timestamp) in readSample() function in CompassSensor
128 return mCompassSensor->readSample(data, timestamp); in readSample()
143 int res = mCompassSensor->readSample(ldata, timestamp); in readRawSample()
DCompassSensor.AKM.h58 int readSample(long *data, int64_t *timestamp);
DCompassSensor.IIO.9150.h56 int readSample(long *data, int64_t *timestamp);
DCompassSensor.IIO.primary.h57 int readSample(long *data, int64_t *timestamp);
DSensorBase.h90 int readSample(long *data, int64_t *timestamp);
DCompassSensor.IIO.9150.cpp246 int CompassSensor::readSample(long *data, int64_t *timestamp) in readSample() function in CompassSensor
DCompassSensor.IIO.primary.cpp363 int CompassSensor::readSample(long *data, int64_t *timestamp) { in readSample() function in CompassSensor
DMPLSensor.cpp4150 done = mCompassSensor->readSample(mCachedCompassData, &mCompassTimestamp); in buildCompassEvent()