Home
last modified time | relevance | path

Searched refs:recordLastValueLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorService.h337 void recordLastValueLocked(sensors_event_t const* buffer, size_t count);
DSensorService.cpp514 recordLastValueLocked(mSensorEventBuffer, count); in threadLoop()
546 recordLastValueLocked(&mSensorEventBuffer[count], k); in threadLoop()
662 void SensorService::recordLastValueLocked( in recordLastValueLocked() function in android::SensorService