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