Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/sensorservice/
H A DSensorEventConnection.cpp45 mCacheSize(0), mMaxCacheSize(0), mTimeOfLastEventDrop(0), mEventsDropped(0), in SensorEventConnection()
524 if (events[0].timestamp - mTimeOfLastEventDrop > kMinimumTimeBetweenDropLogNs) { in appendEventsToCacheLocked()
529 mTimeOfLastEventDrop = events[0].timestamp; in appendEventsToCacheLocked()
H A DSensorEventConnection.h184 int64_t mTimeOfLastEventDrop; variable