Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DRecentEventLogger.h44 bool populateLastEventIfCurrent(sensors_event_t *event) const;
DRecentEventLogger.cpp131 bool RecentEventLogger::populateLastEventIfCurrent(sensors_event_t *event) const { in populateLastEventIfCurrent() function in android::SensorServiceUtil::RecentEventLogger
DSensorService.cpp1740 if(logger->second->populateLastEventIfCurrent(&event)) { in enable()