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