Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h114 void appendEventsToCacheLocked(sensors_event_t const* events, int count);
DSensorEventConnection.cpp327 appendEventsToCacheLocked(scratch, count); in sendEvents()
364 appendEventsToCacheLocked(scratch, count); in sendEvents()
418 void SensorService::SensorEventConnection::appendEventsToCacheLocked(sensors_event_t const* events, in appendEventsToCacheLocked() function in android::SensorService::SensorEventConnection