Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.h474 wp<const SensorEventConnection> * mMapFlushEventsToConnections; variable
H A DSensorService.cpp294 mMapFlushEventsToConnections = new wp<const SensorEventConnection> [minBufferSize]; in onFirstRef()
1010 mMapFlushEventsToConnections[i] = nullptr; in threadLoop()
1015 mMapFlushEventsToConnections[i] = rec->getFirstPendingFlushConnection(); in threadLoop()
1068 mMapFlushEventsToConnections); in threadLoop()