Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h117 void appendEventsToCacheLocked(sensors_event_t const* events, int count);
DSensorEventConnection.cpp387 appendEventsToCacheLocked(scratch, count); in sendEvents()
424 appendEventsToCacheLocked(scratch, count); in sendEvents()
496 void SensorService::SensorEventConnection::appendEventsToCacheLocked(sensors_event_t const* events, in appendEventsToCacheLocked() function in android::SensorService::SensorEventConnection