Home
last modified time | relevance | path

Searched refs:getFirstPendingFlushConnection (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorRecord.h35 SensorEventConnection * getFirstPendingFlushConnection();
DSensorRecord.cpp70 SensorService::SensorRecord::getFirstPendingFlushConnection() { in getFirstPendingFlushConnection() function in android::SensorService::SensorRecord
DSensorService.cpp595 mMapFlushEventsToConnections[i] = rec->getFirstPendingFlushConnection(); in threadLoop()