Searched refs:recordLastValueLocked (Results 1 – 2 of 2) sorted by relevance
337 void recordLastValueLocked(sensors_event_t const* buffer, size_t count);
514 recordLastValueLocked(mSensorEventBuffer, count); in threadLoop()546 recordLastValueLocked(&mSensorEventBuffer[count], k); in threadLoop()662 void SensorService::recordLastValueLocked( in recordLastValueLocked() function in android::SensorService