Searched refs:mTimeOfLastEventDrop (Results 1 – 2 of 2) sorted by relevance
176 int64_t mTimeOfLastEventDrop; variable
35 mCacheSize(0), mMaxCacheSize(0), mTimeOfLastEventDrop(0), mEventsDropped(0), in SensorEventConnection()443 if (events[0].timestamp - mTimeOfLastEventDrop > kMinimumTimeBetweenDropLogNs) { in appendEventsToCacheLocked()448 mTimeOfLastEventDrop = events[0].timestamp; in appendEventsToCacheLocked()