Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.h87 void countFlushCompleteEventsLocked(sensors_event_t const* scratch, int numEventsDropped);
DSensorEventConnection.cpp455 countFlushCompleteEventsLocked(mEventCache, cachedEventsToDrop); in appendEventsToCacheLocked()
456 countFlushCompleteEventsLocked(events, newEventsToDrop); in appendEventsToCacheLocked()
564 void SensorService::SensorEventConnection::countFlushCompleteEventsLocked( in countFlushCompleteEventsLocked() function in android::SensorService::SensorEventConnection