Searched refs:recordLastValueLocked (Results 1 – 2 of 2) sorted by relevance
418 void recordLastValueLocked(sensors_event_t const* buffer, size_t count);
1174 recordLastValueLocked(mSensorEventBuffer, count); in threadLoop()1210 recordLastValueLocked(&mSensorEventBuffer[count], k); in threadLoop()1321 recordLastValueLocked(mRuntimeSensorEventBuffer, count); in processRuntimeSensorEvents()1389 void SensorService::recordLastValueLocked( in recordLastValueLocked() function in android::SensorService